body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
html {
  scroll-behavior: smooth;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    margin-top: 0;
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}
a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0;
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
}

/* top */
#top {
    padding: 4px 0 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
}

#top .btn-link, #top-links li, #top-links a {
    text-decoration: none;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a + a {
    margin-left: 15px;
}

/* logo */
header {
  margin-bottom: 10px;
}

/* search */

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    outline: none;
}

/* cart */
#cart {
    margin-bottom: 10px;
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
}
#cart.open > .btn {
    box-shadow: none;
    text-shadow: none;
}
#cart .dropdown-menu {
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    /*background-color: #229ac8;*/
    /*background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
    background-repeat: repeat-x;
    /*border-color: #1f90bb #1f90bb #145e7a;*/
    min-height: 40px;
}

#menu .nav > li > a {
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    z-index: 1;
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    font-size: 12px;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    padding: 2px 18px;
    float: right;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
    }
}

/* content */
#content {
    min-height: 600px;
}

/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
}
footer hr {
    border-top: none;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border-radius: 4px;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-link {
    cursor: pointer;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-image: none;
    box-shadow: none;
}

/* list group */
.list-group a {
    padding: 8px 12px;
}

/* carousel */

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
}
.featured {
    /*height: 450px;*/
    /*position: relative;*/
}
.product-thumb .image {
    text-align: center;
    padding-top: 15px;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    height: 228px;
    width: 100%;
    object-fit: cover;
    max-width: 228px;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px 0 0;
    }
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 129px;
    position: relative;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
    margin-bottom: 48px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    font-size: 15px;
}
.rating .fa-star {
    font-size: 15px;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    position: absolute;
    bottom: 0;
    font-size: 16px;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    overflow: auto;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 80%;
    border: none;
    display: inline-block;
    float: left;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button {
    width: 20%;
}

.product-thumb .button-group button:hover {
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-thumb .button-group button {
        width: 50% !important;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}
@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.auth-clients {
    padding: 0;
}

/* OpenCart Code */
.owl-carousel {
    margin: 0 0 20px;
    direction: ltr !important;
    z-index: 1;
    position: relative;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}
#carousel0 .owl-item img {
    display: block;
    width: 100% !important;
    max-width: 174px;
    max-height: 154px;
}

.owl-stage-outer {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.owl-carousel .owl-nav div {
    opacity: 0;
    transition: all .3s ease;
    top: 50%;
    position: absolute;
}
.owl-carousel:hover .owl-nav div {
    opacity: 0.7;
}
.owl-carousel .owl-nav .owl-prev {
    left: 10px;
}
.owl-carousel .owl-nav .owl-next {
    right: 10px;
}
.owl-carousel .owl-nav div i {
    font-size: 40px;
    margin: -20px 0 0;
}
.owl-dots {
    text-align: center;
    top: 8px;
    position: relative;
}
.owl-dots .owl-dot {
    display: inline-block;
    margin: 0 6px;
}
.owl-dots .owl-dot span {
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 20px;
}
.blog-posts-item {
    margin: 20px 0;
    padding: 20px 0;
}
#comments .comment-item .comment-reply {
    text-decoration: none;
    cursor: pointer;
}
#comments .margin {
    margin-left: 40px;
}
#comments .comment-item .comment-item .comment-item .comment-item .comment-item .margin {
    margin-left: 0;
}
#carousel0 .owl-stage {
    display: flex;
    align-items: center;
}
#carousel0 .owl-item img {
    padding: 0 10px;
}
.item_name {
    width: 220.48px;
    font-size: 12px;
    height: 43px;
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

/* new styles */

#carousel0 .owl-nav {
    position: absolute;
    top: 72px;
    width: 100%;
}

#carousel0 .owl-item .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 154px;
}
#carousel0 .owl-nav i {
    font-size: 20px;
}
#carousel0 .owl-nav button {
    outline: none;
}
#carousel0 .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: -7px;
}
#carousel0 .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: -7px;
}
.item_name_, .caption h4 {
    display: -webkit-box;
    word-break: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.caption h4 {
  line-height: 1.5;
}
.form-control:focus {
    border-color: unset !important;
    outline: none;
    box-shadow: none;
}

#top-links i {
    margin-right: 3px;
}

.product-thumb .fa-shopping-cart {
    margin-right: 5px;
}

@media (max-width: 1024px) {
    #carousel0 .owl-item .item {
        height: auto;
    }

    #menu .nav > li > a {
        text-align: center;
    }
}

@media (max-width: 991px) {
    #carousel0 .owl-nav {
        top: 43px;
    }

    #w0 button {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .item_name {
        width: 100%;
    }

    .item_name {
        height: 43px;
        margin-bottom: 29px;
    }

    .product-thumb .price {
        bottom: -32px;
    }

    .featured .price {
        bottom: 0;
    }

}

@media (max-width: 425px) {
    #carousel0 .owl-nav {
        top: 32px;
    }

    #carousel0 .owl-nav i {
        font-size: 15px;
    }
}

#map {
    height: 100vh;
}

.menu_ .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 97.2%;
}

.menu_ .nav li {
    width: 27%;
}

.menu_ .nav li a {
    width: 100%;
    display: block;
    text-align: center;
}

.menu_ .nav ul {
    padding-left: 0;
}

#menu-collapse, .menu_ .container {
    padding: 0;
}

.container1 {
    max-width: 1140px;
    margin: 0 auto;
}

.contact_address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 361px;
    font-size: 16px;
}

.nav-hover-effect.hover-13 .nav li > a:before {
    bottom: 0;
    content: "";
    height: 5px;
    left: 7px;
    pointer-events: none;
    position: absolute;
    transform: scaleX(0);
    width: 95.5%;
    z-index: -1;
}

@keyframes effect-13 {
    0% {
        transform: scaleX(0);
        height: 5px;
    }
    45% {
        transform: scaleX(1.05);
        height: 5px;
    }
    55% {
        height: 5px;
    }
    100% {
        transform: scaleX(1.05);
    }
}

.nav-hover-effect.hover-13 .nav li > a:hover:before, .nav-hover-effect.hover-13 .nav li.active > a:before {
    animation: .7s forwards effect-13 linear;
    animation-fill-mode: forwards;
}

.spinner .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.spinner .input-group input[type=text] {
    width: 50px;
}

.spinner .input-group .increase, .spinner .input-group .decrease {
    height: 34px;
    width: 33px;
    font-size: 16px;
    outline: none;
}
.spinner .input-group .decrease {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.inside_product .thumbnail img{
  max-width: 260px;
}
.checkout_index_s {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout_index_s .panel {
  width: 100%;
}
.checkout_btn{
  text-align: right;
  margin-top: 20px;
}
.for_m {
  margin: 0 7px;
}
.for_m1 {
  margin-right: 7px;
}
.cart_total1 {
  max-width: 227px;
  font-weight: bold;
  margin: 0 0 0 auto;
}
@media (max-width: 1199px) {
    .container1 {
        max-width: 939px;
    }

    .contact_address {
        -webkit-box-align: start;
        -webkit-align-items: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        height: 140px;
    }
}

@media (max-width: 991px) {
    .container1 {
        max-width: 720px;
    }
  .checkout_index_s {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .checkout_index_s .panel {
    width: 49%;
  }
  .for_m {
    margin: 0 0 11px 7px;
  }
}

@media (max-width: 767px) {
  .container1 {
    max-width: 96%;
  }

  .menu_ .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu_ .nav li {
    width: 100%;
  }

  .spinner .input-group input[type=text] {
    width: 44px;
  }

  .cabinet-index .img-thumbnail, .cart-index .img-thumbnail {
    width: 73px;
    height: 73px;
    max-width: 73px;
  }
  .cart-index .img-thumbnail {
    object-fit: cover;
  }
}
@media (max-width:600px) {
  .checkout_index_s .panel {
    width: 100%;
  }
  .for_m, .for_m1 {
    margin: 0 0 11px 0;
  }
}
@media (max-width: 550px) {
    .container1 {
        max-width: 95%;
    }

}

@media (max-width: 480px) {
    .container1 {
        max-width: 94%;
    }
}

@media (max-width: 425px) {
    .container1 {
        max-width: 93%;
    }
  #cart > ul > li:nth-child(1) > table > tbody > tr > td:nth-child(3) {
    white-space: nowrap;
  }
  #cart > ul > li:nth-child(1) > table > tbody > tr > td:nth-child(4) {
    white-space: nowrap;
  }
}

@media (max-width: 375px) {
    .container1 {
        max-width: 92%;
    }
}

@media (max-width: 320px) {
    .container1 {
        max-width: 91%;
    }
}

#cart .btn-xs {
    padding: 2px 4px 2px 4px;
    border-radius: 50%;
}
#cart .btn-xs:hover {
    box-shadow: unset;
}
#content .thumbnail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.table1 {
    max-width: 300px;
    margin: 0 0 20px auto;
}
button {
    outline: none !important;
}
.product-list .product-thumb {
    border-left: 0 !important;
}
.spinner_inside {
    position: relative;
    margin-bottom: 15px;
    margin-right: 7px;
}
.spinner_inside .form-group {
    margin-bottom: 0;
}
.spinner_inside label {
    position: absolute;
    top: -22px;
    left: 0;
}
.thumbnails li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.thumbnails {
    margin-bottom: 17px;
}
.inside_product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.inside_product .thumbnails {
    margin-right: 42px;
}
#product > form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.p_m_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#product > form > .form-group {
    width: 100%;
}
.spinner .input-group .increase {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.spinner_inside .form-group .help-block {
    max-width: 69px;
}
#addtocartform-modification {
  max-width: 224px;
}
#tab-description p {
  word-break: break-word;
}
.cart-index table td.photo {
    padding: 1px;
    border: 0;
}
.cart-index table tbody tr td {
    vertical-align: middle;
}
.spinner .btn-success {
  padding: 7.5px 9px;
}
.user-view p {
  text-align: right;
}
.checkout_index_s .panel {
  margin-bottom: 0;
}
.prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prices span {
  position: relative;
  top: 5px;
  font-size: 14px;
  left: 14px;
  text-decoration: line-through;
}
.df {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3px;
}
.df > div:nth-child(1){
  margin-right: 20px;
}
.mass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.mass_inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mass_inside > .bold_label {
  font-weight: bold;
  font-size: 14px;
}
body.stop-scrolling {
  overflow: auto !important;
}
@media (max-width: 991px) {
  .mass {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .df > div {
    width: 100%;
  }
  .blog_post_img img {
    width: 100% !important;
    margin: 10px 0 !important;
  }
}
@media (max-width: 767px) {
  .nav-hover-effect.hover-13 .nav li > a:before {
    left: 63px;
  }
  .navbar-nav, #menu-collapse {
    margin: 0;
    overflow: hidden;
  }
  .nav-hover-effect.hover-13 .nav li > a:before {
    left: 14px;
  }
  .menu_ .nav {
    width: 100%;
  }
  .breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .breadcrumb > li.active:after {
    display: none;
  }
  .breadcrumb  li {
    white-space: normal;
  }
  #content {
    min-height: 209px;
  }
}
@media (max-width: 425px) {
  .mob_select {
    width: 100%;
  }
  .wish  table > tbody > tr td:nth-child(3) {
    white-space: nowrap;
  }
  h1 {
    font-size: 25px;
  }
  .breadcrumb > li {
    padding: 0 10px;
    font-size: 12px;
  }
  .breadcrumb > li:after {
    right: 0;
  }
  .mass {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-hover-effect.hover-13 .nav li > a:before {
    left: 7px;
  }
  .mob_select .input-group .input-group-addon {
    width: 130px;
  }
}
@media (max-width: 363px) {
  .breadcrumb > li {
    padding: 0 9px;
  }
}
.increase, .decrease {
  -webkit-appearance: none;
}
.text-left.spinner .increase {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.product-layout .product-thumb .image img {
  width: 228px !important;
}
.box-body .glyphicon-eye-open:hover {
  color: green;
}
.bold_ {
  font-weight: bold;
}

#modification {
    margin-bottom: 25px;
}

.colorBlock {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.colorBlockDisabled{
    opacity: 0.5;
}
.main-photo {
    max-height: 400px;
}
.main-image-zoom {
    display: block;
}
.main-image-zoom img:hover {
    cursor: zoom-in;
}
.inside_product ul {
    display: grid;
}
.inside_product {
    margin-bottom: 30px;
}