body {
    background-color: #f5f5f5;
    font-family: 'Montserrat', sans-serif;
}

.nav-bottom {
    box-shadow: 0 4px 20px -6px rgba(92, 95, 101, 0.15);
}

.nav-bottom .navbar-nav li a {
    color: #000001;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.nav-bottom .navbar-nav li a:hover {
    color: #1A5EC6;
}

@media only screen and (min-width: 768px) {
    .nav-bottom .dropdown-toggle {
        background: url("../img/arrow-down-white-s.png") no-repeat right !important;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-nav .open .dropdown-menu>li>a, .nav-bottom .navbar-nav li a  {
        color:#fff !important;
    }

     .navbar-nav .open .dropdown-menu>li>a {
        padding-left: 57px;
     }
}
.dropdown-menu {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 10px !important;
    border: none;
    padding: 14px 0;
}

.dropdown-menu li a:hover {
    background: #f5f5f5;
    color: #1A5EC6;
}

.dropdown-menu li a {
    padding: 13px 30px;
}

.nav-bottom .navbar-right {
    margin-right: 0;
    padding: 10px 15px;
}

.nav-bottom .navbar-right li:first-child .filter-option-inner-inner:first-letter {
    color: #709b08;
    margin-right: 5px;
}

.nav-bottom .navbar-right li:first-child .filter-option-inner-inner:first-letter {
    font-family: 'JISAZNRegular';
}

.nav-bottom .bootstrap-select .dropdown-toggle {
    width: auto;
    border: none;
    outline: none !important;
    padding-left: 40px;
}

.nav-bottom .drop {
    opacity: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.nav-bottom .drop ul {
    width: 931px;
    position: absolute;
    background: #fff;
    top: 15px;
    z-index: -1;
    left: 0;
    list-style: none;
    padding: 30px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 4px 23px -16px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.nav-bottom .bootstrap-select .dropdown-toggle .bs-caret {
    display: none;
}

.drop ul li {
    width: calc(100% / 4);
    text-align: center;
}

.drop ul li img {
    margin: auto;
}

.nav-bottom .filter-option-inner-inner {
    color: #000001;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.bootstrap-select .dropdown-menu > .active > a:focus, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border: none;
    outline: none !important;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu > .active > a {
    background-color: #f5f5f5;
}

.nav-bottom .navbar-right .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}

.btn-effect {
    box-shadow: 0 10px 30px -9px rgba(0, 0, 1, 0.5);
    border-radius: 20px;
    background-color: #0F52BA;
    padding: 10px;
    text-shadow: 0 1px 5px rgba(66, 91, 4, 0.5);
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    width: 150px;
    text-align: center;
    border: none;
}

.btn-effect:hover {
    color: #fff;
    text-decoration: none;
}

button:focus {
    outline: none;
}

.block {
    box-shadow: 0 20px 40px rgba(92, 95, 101, 0.15);
    border-radius: 10px;
    background-color: #ffffff;
    position: relative;
}

.block img {
    margin: auto;
}

.relative {
    position: relative;
}

.heading {
    opacity: 0.9;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin: 20px 0 30px;
}

.hire-part {
    height: 200px;
    margin-bottom: 40px;
}

.hire-part a {
    display: block;
}

.hire-part img {
    border-radius: 10px;
    object-fit: cover;
}

.discount .heading, .accesories .heading {
    display: inline-block;
    line-height: 34px;
}

.more {
    float: right;
    padding-right: 30px;
    color: #323232;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    margin-top: 24px;
    text-decoration: none;
    background: url("../img/more.png") right no-repeat;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.more:hover {
    color: #1A5EC6;
    text-decoration: none;
}

.transparent {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.social li {
    display: inline-block;
}

.social li a {
    display: inline-block;
    text-decoration: none;
    width: 32px;
    height: 32px;
    margin-right: 15px;
}

.social li:first-child a {
    background: url("../img/facebook.png") no-repeat center;
}

.social li:nth-child(2) a {
    background: url("../img/twitter.png") no-repeat center;
}

.social li:nth-child(3) a {
    background: url("../img/google-plus.png") no-repeat center;
}

.social li:last-child a {
    background: url("../img/whatsapp.png") no-repeat center;
}

.detail {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 30px;
}

.detail span {
    color: #8e9096;
    font-size: 12px;
    font-weight: 400;
    padding-left: 30px;
}

.detail .date {
    background: url("../img/date.png") no-repeat left;
}

.detail .view {
    float: right;
    background: url("../img/quick-view.png") no-repeat left;
}

.footer-top {
    background-color: #222;
    padding: 25px 0;
}

.footer-top .col-sm-5 img {
    margin-bottom: 15px;
    width: 200px;
}

.footer-top .text p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}

.footer-top h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin: 15px 0;
}

.footer-top ul, .footer-bottom ul, .social ul, .all_comments ul, .contact-list, .category-side ul, .about .choose-list, .right-top ul, .product ul, .about-firm .tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-top ul > li > a, .footer-top ul > li, .footer-bottom p {
    color: #ffffff;
    line-height: 30px;
    text-decoration: none;
    margin-bottom: 0;
}

.footer-top .contact_us ul > li {
    line-height: 24px;
    margin-bottom: 20px;
}

.footer-bottom {
    background-color: #1b1a1a;
    padding: 23px 0;
}

.footer-bottom p {
    display: inline-block;
    margin: 0;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom ul li {
    display: inline-block;
}

.footer-bottom ul li a {
    display: inline-block;
    text-decoration: none;
    color: #0b0c0e;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    margin-right: 15px;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.footer-bottom ul li:last-child a {
    margin-right: 0;
}

.footer-bottom ul li a:hover {
    background-color: #1A5EC6;
}

.pagination > li > a, .pagination > li > span {
    border: none;
    background: transparent;
}

.pagination > li > a, .pagination > li > span {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 25px;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    width: 39px;
    height: 39px;
    box-shadow: 0 3px 7px rgba(148, 193, 58, 0.42);
    border-radius: 10px;
    background-color: #0F52BA;
    color: #ffffff;
    line-height: 30px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background: transparent;
    color: #1A5EC6;
}

.pagination > li:first-child > a {
    padding-left: 30px;
    background: url("../img/chev-left.png") no-repeat left;
    display: inline-block;
}

.pagination > li:last-child > a {
    padding-right: 30px;
    background: url("../img/chev-right.png") no-repeat right;
    display: inline-block;
    margin-right: 0;
}

.breadcrumb {
    color: #b6b6b6;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 0;
    background: transparent;
    padding-left: 0;
}

.breadcrumb a {
    color: #b6b6b6;
}

.breadcrumb .active {
    color: #333;
}

.breadcrumb > li + li:before {
    content: '>';
    color: #b6b6b6;
    padding: 0 10px;
}

.form-control {
    border-radius: 20px;
    border: 1px solid #cccccc;
    background-color: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #1A5EC6;
}

.form-control::placeholder {
    color: #7f8186;
}

iframe {
    border: 0
}

.scroll-div {
    position: relative;
}

#button {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 15px;
    background-color: #0F52BA;
    text-align: center;
    position: absolute;
    bottom: 52px;
    right: 0;
    padding: 10px;
    transition: background-color .3s;
    z-index: 1000;
    cursor: pointer;
    text-decoration: none;
}

#button::after {
    content: url("../img/arrow-top.png");
    font-weight: normal;
    font-style: normal;
}

.no-shadow {
    box-shadow: none !important;
}

.discount img {
    height: 200px;
    object-fit: contain;
}

.discount .block {
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px ;
    min-height: 365px;
}

.discount .heading i {
  color: #0F52BA;
}

.categories .heading {
    display: inline-block;
}

.top-discount {
    position: absolute;
    padding: 0 20px;
    left: 0;
    top: 20px;
    width: 100%;
    z-index: 999;
}

.top-discount button.dropdown-toggle {
    float: right;
    margin-right: 0;
}

.top-discount button, .product .right-top button {
    margin-right: 20px;
}


.top-discount .dropdown-menu:before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0F52BA;
    top: -10px;
    right: 20px;
}

.top-discount .dropdown-menu .fa {
    margin-right: 5px;
}

.heart {
    background: url("../img/heart-s.png") no-repeat center;
    width: 22px;
    height: 22px;
}

.heart-like {
    background: url("../img/like.png") no-repeat center;
    width: 22px;
    height: 22px;
}

.muqaise {
    background: url("../img/muqaise-s.png") no-repeat center;
    position: relative;
    width: 22px;
    height: 22px;
}

.muqaise span.compare {
    background: url("../img/in_compare.png") no-repeat center;
    position: absolute;
    left: 22px;
    top: 0;
    width: 9px;
    height: 9px;
}

.top-discount .view {
    background: url("../img/quick-view.png") no-repeat center;
    width: 22px;
    height: 22px;
}

.bottom-discount .old-price, .product-feature .old-price {
    font-weight: 700;
}

.bottom-discount .new-price {
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.new-price span {
    font-size: 14px;
}

.bottom-discount .btn-effect {
    position: absolute;
    right: 20px;
    width: 92px;
    padding: 7px 0;
    box-shadow: none;
    bottom: 20px;
}

.main .price .old, .bottom-discount .old-price, .bottom-basket .old-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: line-through;
    text-transform: uppercase;
}

.main .price .new, .new-price {
    opacity: 0.9;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
}

.stable {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    height: 110px;
}

.share-but {
    position: absolute;
    top: 20px;
    right: 20px;
}

.share-but .fa {
    color: #8e9096;
    opacity: .4;
    font-size: 17px;
}

.btn-effect.red {
    background-color: #f1474d;
}

.category-inner .owl-theme .owl-nav [class*=owl-], .accesories .owl-theme .owl-nav [class*=owl-], .same .owl-theme .owl-nav [class*=owl-], .suggestion .owl-theme .owl-nav [class*=owl-], .showing-products .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: -50px;
    width: 36px;
    height: 36px;
    box-shadow: 0 5px 20px rgba(92, 95, 101, 0.3);
    background-color: #a4bdac;
    border-radius: 50%;
}

.category-inner .owl-carousel .owl-nav button.owl-next,.block-list .owl-theme .owl-nav button.owl-next, .accesories .owl-carousel .owl-nav button.owl-next, .same .owl-carousel .owl-nav button.owl-next, .suggestion .owl-carousel .owl-nav button.owl-next, .showing-products .owl-carousel .owl-nav button.owl-next {
    right: -50px;
    left: auto;
}

.category-inner .owl-carousel .owl-nav button span, .block-list .owl-carousel .owl-nav button span, .accesories .owl-carousel .owl-nav button span, .same .owl-carousel .owl-nav button span, .suggestion .owl-carousel .owl-nav button span, .showing-products .owl-carousel .owl-nav button span {
    font-size: 27px;
    line-height: 36px;
    color: #fff;
}

.product-type .owl-theme .owl-nav, .block-list .owl-theme .owl-nav, .accesories .owl-theme .owl-nav, .discount.same .owl-theme .owl-nav, .suggestion .owl-theme .owl-nav, .showing-products .owl-theme .owl-nav {
    position: absolute;
    margin-top: 0;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(-50%);
}

.bottom-discount .old-price {
    color: #959595;
    font-weight: 600;
}

.link-to-page {
    text-decoration: none;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #0d0e11;
    opacity: 0.9;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 43px;
    vertical-align: text-bottom;
    background: url("../img/prv-ic.png") no-repeat 10%;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.link-to-page.right {
    background: url("../img/nexxt-ic.png") no-repeat 90%;
}

.link-to-page:hover {
    text-decoration: none;
    background-image: url("../img/prv-ic-h.png");
    border: 1px solid #0F52BA;
    color: #1A5EC6;
}

.link-to-page.right:hover {
    text-decoration: none;
    background-image: url("../img/next-ic-h.png");
}

.mobile {
    display: none !important;
}

.toggler {
    background: url("../img/hamburger.png") no-repeat center;
    width: 16px;
    height: 16px;
    padding: 22px 12px;
}

.nav>li>a.compare {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.compare i {
    font-size: 20px;
    color: #0F52BA;
    font-weight: bold;
}

.counter {
    width: 151px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.counter input.form-control {
    height: 40px;
    width: 60%;
    float: left;
    border-radius: 0;
    text-align: center;
    background: #fff;
    display: inline-block;
    border-right: none;
    border-left: none;
    box-shadow: none;
    border-color: #dbdbdb;
}

.counter button[disabled], .counter input[disabled] {
    cursor: not-allowed;
}

.counter .plus, .counter .minus {
    width: 20%;
    height: 40px;
    float: left;
    font-size: 20px;
    color: #999999;
    font-weight: bold;
    background: transparent;
    border: 1px solid #dbdbdb;
    outline: none;
}

.counter .minus {
    border-radius: 30px 0 0 30px;
    border-right: none;
}

.counter .minus:after {
    content: '-';
}

.counter .plus:after {
    content: '+';
}

.counter .plus {
    border-radius: 0 30px 30px 0;
    float: right;
    border-left: none;
}

.counter:after {
    content: '';
    display: block;
    clear: both;
}

.modal-backdrop.in {
    opacity: .8;
}

.main .owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 41%;
    margin-top: 0;
    transform: translateY(-50%);
    padding: 0 20px;
}

.main .owl-carousel .owl-item img {
    height: 370px;
    object-fit: cover;
}

.main .owl-theme .owl-nav .owl-next {
    float: right;
}

.main .owl-theme .owl-nav .owl-prev {
    float: left;
}

.main .owl-theme .owl-nav .owl-prev, .main .owl-theme .owl-nav .owl-next {
    font-size: 25px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 11px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}

.main .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border: 2px solid #0F52BA;
    opacity: 0.5;
    background: transparent;
}

.main .owl-theme .owl-dots .owl-dot.active span {
    background: #0F52BA;
}

.discount.same .owl-theme .owl-nav {
    top: 50%;
}

.suggestion .owl-theme .owl-nav {
    top: 30%;
}

.showing-products .owl-theme .owl-nav {
    top: 35%;
}

.same {
    padding: 25px 0 60px;
}

.same .owl-theme .owl-nav [class*=owl-], .suggestion .owl-theme .owl-nav [class*=owl-] {
    left: -25px;
}

.same .owl-carousel .owl-nav button.owl-next, .suggestion .owl-theme .owl-nav button.owl-next {
    right: -25px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .slick-dots li.slick-active button:before {
    background: #0F52BA;
}

.owl-theme .owl-dots {
    padding: 30px 0;
}

.owl-theme .owl-dots .owl-dot span, .slick-dots li button:before {
    background: #bcbdbd;
}

.slick-dots li button:before {
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 50%;
}


.blog .heading {
    font-size: 24px;
}

.blog .block {
    overflow: hidden;
    height: 320px;
}

.blog .block a {
    display: block;
    text-decoration: none;
    color: #202124;
}

.blog .block .text-part {
    padding: 20px 30px;
}

.blog .block .text-part h4 {
    opacity: 0.9;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    max-height: 50px;
    overflow: hidden;
}

.blog .block img {
    height: 200px;
    object-fit: cover;
}

.blog .btn-effect {
    text-transform: uppercase;
    width: 170px;
    margin-top: 55px;
}

.blog {
    margin-bottom: 130px;
}

.navbar-form.search-form, .navbar-form.search-form .form-group {
    width: 100%;
}

.navbar-form.search-form .input-group {
    position: relative;
}

.navbar-form.search-form .input-group .search-input {
   color: #000001;
}

.navbar-form.search-form .input-group .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    border: none;
    background: none;
}

@media (min-width: 1300px) {
    .container {
        width: 1290px;
    }
}

@media only screen and (max-width: 1200px) {
    .nav-top.navbar-default .navbar-nav > li > a {
        padding: 10px;
    }

    .nav-top .navbar-right .badge {
        top: 6px;
        right: 21px;
    }

    .nav-bottom .drop ul {
        width: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-bottom .dropdown-menu li:hover .drop {
        display: none;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .nav-top .col-sm-4:first-child {
        width: 25%;
    }

    .nav-top .col-sm-4:nth-child(2) {
        width: 31%;
    }

    .nav-top .col-sm-4:last-child {
        width: 44%;
    }
}

@media only screen and (max-width: 767px) {
    .mobile {
        display: block !important;
    }

    .web {
        display: none !important;
    }

    .nav-top {
        max-height: 45px;
        min-height: 45px;
    }

    .nav-top .col-sm-4 {
        display: inline-block;
        padding: 0;
    }

    .nav-top .navbar-right {
        margin: 0;
    }

    .nav-top  .navbar-right li {
        float: left;
    }

    .nav-top.navbar-default .navbar-nav > li > a span:last-child {
        display: none;
    }

    .nav-top.navbar-default .navbar-nav > li > a {
        padding: 12px 13px;
        width: 53px;
        border-right: 1px solid #f1f1f2;
    }

    .nav-top .navbar-right .badge {
        top: 6px;
        right: 4px;
    }

    .nav-bottom .navbar-right {
        display: inline-block;
        float: right;
        margin: 0;
    }

    .nav-bottom .nav > li {
        display: inline-block;
    }

    .nav-bottom .bootstrap-select .dropdown-toggle {
        padding: 7px
    }

    .nav-bottom .navbar-brand > img {
        height: 35px;
    }

    .nav-bottom .navbar-brand {
        padding: 8px 15px;
    }

    .nav-bottom .navbar-right {
        padding: 8px 15px;
    }

    .nav-bottom .collapsed li {
        display: block;
        text-align: center;
    }

    .nav-bottom .collapsed li a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        padding: 15px;
    }

    .navbar-default .collapsed.navbar-nav > .open > a, .navbar-default .collapsed.navbar-nav > .open > a:focus, .navbar-default .collapsed.navbar-nav > .open > a:hover {
        color: #fff;
    }

    .nav-bottom .collapsed .dropdown-toggle {
        background: url(../img/arrow-down-p.png) no-repeat right !important;
        padding-right: 27px;
    }

    .hire-part {
        display: none;
    }

    .footer-top h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-top ul > li > a, .footer-top ul > li, .footer-bottom p {
        font-size: 12px;
        line-height: 24px;
    }

    .footer-bottom p {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-bottom ul {
        float: none;
        text-align: center;
    }

    .discount .block {
        margin-bottom: 20px !important;
    }

    .pagination > li > a, .pagination > li > span {
        margin-right: 10px;
    }

    .category-inner .owl-carousel .owl-nav button.owl-next, .accesories .owl-carousel .owl-nav button.owl-next, .same .owl-carousel .owl-nav button.owl-next, .suggestion .owl-carousel .owl-nav button.owl-next, .showing-products .owl-carousel .owl-nav button.owl-next {
        right: -43px;
    }

    .category-inner .owl-theme .owl-nav [class*=owl-], .accesories .owl-theme .owl-nav [class*=owl-], .same .owl-theme .owl-nav [class*=owl-], .suggestion .owl-theme .owl-nav [class*=owl-], .showing-products .owl-theme .owl-nav [class*=owl-] {
        left: -43px;
    }

    .same .owl-carousel .owl-nav button.owl-next, .suggestion .owl-theme .owl-nav button.owl-next, .showing-products .owl-carousel .owl-nav button.owl-next {
        right: -17px;
    }

    .same .owl-theme .owl-nav [class*=owl-], .suggestion .owl-theme .owl-nav [class*=owl-], .showing-products .owl-theme .owl-nav [class*=owl-] {
        left: -17px;
    }

    .delivery {
        margin-bottom: 102px;
    }

    .delivery img {
        margin: 30px auto;
    }

    .delivery h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .delivery p {
        font-size: 12px;
        line-height: 18px;
    }
}


@media only screen and (max-width: 540px) {
    .social li a {
        margin-right: 9px;
    }

    .breadcrumb-list .heading {
        margin-bottom: 0;
        font-size: 16px;
    }

    .breadcrumb {
        margin: 0;
        float: none;
        font-size: 11px;
    }
}

@media only screen and (max-width: 500px) {
    .same .top-discount button {
        margin-right: 14px;
    }

    .same .bottom-discount .old-price, .same .bottom-discount .new-price {
        background: none;
        padding-left: 0;
        position: relative;
        display: inline-block;
        left: auto;
        right: auto;
        bottom: auto;
    }

    .same .bottom-discount .new-price {
        float: right;
        margin-top: 5px;
    }

    .same.discount .block {
        padding: 10px;
    }

    .same .top-discount {
        display: flex;
        justify-content: space-between;
    }

    .same .top-discount button.view {
        margin-right: 0;
    }

    .same .stable {
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 475px) {
    .heading {
        font-size: 16px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 5px;
    }

    #button {
        bottom: 27px;
    }

    .breadcrumb {
        font-size: 12px;
    }
}

@media only screen and (max-width: 425px) {
    .main .price .new, .new-price {
        font-size: 15px;
        line-height: 15px;
    }

    .main .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }

    .main .price .old, .bottom-discount .old-price {
        font-size: 11px;
    }

    .heading {
        font-size: 14px;
        line-height: 20px !important;
    }

    .breadcrumb > li + li:before {
        padding: 0 7px;
    }

    .category .col-sm-4:nth-child(2n) {
        padding-left: 4px;
    }

    .category .col-sm-4:nth-child(2n+1) {
        padding-right: 4px;
    }
}

@media only screen and (max-width: 375px) {
    .link-to-page {
        font-size: 13px;
        padding: 8px 31px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 4px;
    }

    .pagination > li:first-child > a {
        padding-left: 12px;
    }

    .pagination > li:last-child > a {
        padding-right: 12px;
    }

    .breadcrumb {
        padding: 8px 3px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 320px) {

    .social li a {
        margin-right: 8px;
    }
}
