/*
Theme Name: shoptown pet
Description: Adds support for languages written in a Right To Left (RTL) direction.
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

See: https://codex.wordpress.org/Right_to_Left_Language_Support
*/

@import url("../shoptown/rtl.css");


@media only screen and (min-width: 1280px) and (max-width: 1350px) {
.serviceblock {  margin-left: 30px;  width: 250px; margin-right: 0;}
.footer-widget {  margin-left: 63px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
	.serviceblock{ margin-left:18px; width: 250px;}
	.footer-widget {  margin-left: 63px;}
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
.footer-widget {  margin-left: 30px;}
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {
.tm-about-description { border-left: medium none; border-right: 1px solid #e0e0e0!important;}
.menu-toggle:before { left: auto !important; right: 0 !important;}
.menu-toggle, .mobile-menu ul li { text-align: right !important;}
.header-cart, .header-right {  left: 0;  right: auto !important;}
.hitarea { float: left !important;  text-align: left !important;}
.mobile_togglecolumn, .product-categories .hitarea::before, .widget_categories .hitarea::before {  left: 0;  right: auto !important;  text-align: left !important;}
.site-footer .toggle-block {
    float: right !important;
}
}