/* ===================================== 
    1. HOME SHOP. 
===================================== */
.pages-hero {
    background-image: url("https://via.placeholder.com//1920x600");
    height: 350px;
}

.pages-hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, var(--headline-color), var(--headline-color));
    opacity: 0.1;
}

.pages-title h1 {
    color: var(--headline-color);
    font-size: 35px;
    margin-bottom: 0px;
}

.shop-carousel {
    position: relative;
}

.shop-carousel .owl-theme .custom-nav {
    display: none;
}

.shop-carousel .owl-dots {
    text-align: center;
    margin-top: -50px;
    z-index: 1 !important;
    position: relative;
}

.shop-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #FFF;
    margin: 0 3px;
    box-shadow: none;
    border: none;
}

.shop-carousel .owl-dots button.owl-dot.active {
    background-color: var(--secundary-color);
    width: 12px;
    border-radius: 25px;
}

.shop-carousel .owl-dots button.owl-dot:focus {
    outline: none;
}

.banner-item {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-caption {
    margin: 0px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5%;
}

.banner-caption h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.banner-caption h2 {
    text-transform: uppercase;
}

.banner-caption p {
    color: #333;
}

.banner-caption .btn-default {
    margin-top: 30px;
    background-color: var(--secundary-color);
    border: 1px solid var(--secundary-color);
}

.shop-banner-thumb {
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner-thumb-caption {
    margin: 0px;
    position: absolute;
    top: 50%;
    left: 5%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-thumb-caption h5 {
    color: #FFF;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
}

.banner-thumb-caption h3 {
    color: #FFF;
    font-size: 35px;
    text-transform: uppercase;
}

.banner-thumb-caption .btn-default {
    margin-top: 15px;
}

.products-carousel {
    position: relative;
}

.products-carousel .owl-theme .custom-nav {
    position: absolute;
    top: -50px;
    right: 50px;
    z-index: 1;
}

.products-carousel .owl-theme .custom-nav .owl-prev {
    right: 50%;
    margin: 2px
}

.products-carousel .owl-theme .custom-nav .owl-next {
    left: 50%;
    margin: 2px
}

.products-carousel .owl-theme .custom-nav .owl-prev,
.products-carousel .owl-theme .custom-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    background-color: transparent;
    border-radius: 0px;
    padding: 4px 5px;
    transition: 0.4s;
    margin-top: -35px;
}

.products-carousel .owl-theme .custom-nav .owl-prev:focus,
.products-carousel .owl-theme .custom-nav .owl-next:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.products-carousel .owl-theme .custom-nav .owl-prev:hover,
.products-carousel .owl-theme .custom-nav .owl-next:hover {
    background-color: transparent;
}

.products-carousel .owl-theme .custom-nav .owl-prev i,
.products-carousel .owl-theme .custom-nav .owl-next i {
    font-size: 30px;
    line-height: 20px;
    color: #595959;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.products-carousel .owl-theme .custom-nav .owl-prev i:hover,
.products-carousel .owl-theme .custom-nav .owl-next i:hover {
    font-size: 30px;
    line-height: 20px;
    color: var(--primary-color);
}

.products-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
    display: none;
}

.products-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
    box-shadow: none;
    border: none;
}

.products-carousel .owl-dots button.owl-dot.active {
    background-color: #000;
    width: 12px;
    border-radius: 25px;
}

.products-carousel .owl-dots button.owl-dot:focus {
    outline: none;
}

.item-box {
    background-color: #FFF;
    padding: 30px 20px 40px 20px;
    margin: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.item-box:hover {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.item-caption{
    margin-top: 15px
}

.item-caption h5 {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 16px;
    color: #a3b0b4;
    font-weight: 500;
}

.item-caption h4 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
}

.item-caption h4 a {
    color: var(--headline-color);
}

.item-caption h4 a:hover {
    color: var(--secundary-color);
}

.item-review ul li {
    display: inline-block;
    color: var(--primary-color);
    font-size: 13px;
}

.item-review ul li.review-count {
    font-size: 12px;
    margin-left: 5px;
    color: var(--paragraph-color);
}

.item-bottom {
    margin: 15px 0px 40px 0px;
}

.item-price {
    float: left;
}

.item-cart {
    float: right;
}

.item-box .cart-icon .active-icon {
    display: none !important;
}

.item-price h3 {
    font-size: 18px;
    line-height: 28px;
}

.item-cart .cart-icon {
    width: 25px;
}

.item-box:hover .cart-icon .active-icon {
    display: inherit !important;
}

.item-box:hover .cart-icon .default-icon {
    display: none !important;
}

.popular-product-header h3 span {
    font-weight: 400;
}

.popular-product-header hr{
    margin: 30px 0px;
}

.shop-banner {
    background-image: url("https://via.placeholder.com//1920x800");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 50px;
}

.shop-banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, transparent);
    opacity: 0.4;
}

.banner-content h3 {
    color: #FFF;
    margin-bottom: 0px;
}

.banner-content p {
    color: #FFF;
    margin-bottom: 0px;
}

.sb-btn {
    margin-top: 10px;
}

.products-carousel-2 {
    position: relative;
}

.products-carousel-2 .owl-theme .custom-nav {
    position: absolute;
    top: -50px;
    right: 50px;
    z-index: 1;
}

.products-carousel-2 .owl-theme .custom-nav .owl-prev {
    right: 50%;
    margin: 2px
}

.products-carousel-2 .owl-theme .custom-nav .owl-next {
    left: 50%;
    margin: 2px
}

.products-carousel-2 .owl-theme .custom-nav .owl-prev,
.products-carousel-2 .owl-theme .custom-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
    background-color: transparent;
    border-radius: 0px;
    padding: 4px 5px;
    transition: 0.4s;
    margin-top: -35px;
}

.products-carousel-2 .owl-theme .custom-nav .owl-prev:focus,
.products-carousel-2 .owl-theme .custom-nav .owl-next:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}

.products-carousel-2 .owl-theme .custom-nav .owl-prev:hover,
.products-carousel-2 .owl-theme .custom-nav .owl-next:hover {
    background-color: transparent;
}

.products-carousel-2 .owl-theme .custom-nav .owl-prev i,
.products-carousel-2 .owl-theme .custom-nav .owl-next i {
    font-size: 30px;
    line-height: 20px;
    color: #595959;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.products-carousel-2 .owl-theme .custom-nav .owl-prev i:hover,
.products-carousel-2 .owl-theme .custom-nav .owl-next i:hover {
    font-size: 30px;
    line-height: 20px;
    color: var(--secundary-color);
}

.products-carousel-2 .owl-dots {
    text-align: center;
    margin-top: 25px;
    display: none;
}

.products-carousel-2 .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
    box-shadow: none;
    border: none;
}

.products-carousel-2 .owl-dots button.owl-dot.active {
    background-color: #000;
    width: 12px;
    border-radius: 25px;
}

.products-carousel-2 .owl-dots button.owl-dot:focus {
    outline: none;
}

.product-box {
    padding: 35px 15px 15px 20px;
    margin: 15px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.product-box:hover {
    -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.product-box .mr-3 {
    width: 140px !important;
}

.product-box h6 {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 16px;
    color: #a3b0b4;
}

.product-box h5 {
    font-size: 17px;
    line-height: 21px;
}

h3.product-price {
    font-size: 18px;
    margin-top: 10px;
}

.product-box .item-cart {
    margin-top: -40px;
    margin-right: 25px;
}

.product-box .item-review ul li.review-count {
    font-size: 12px;
    margin-left: 0px;
}

.product-box .item-cart .cart-icon {
    width: 20px;
}

.product-box .item-cart .active-icon {
    display: none;
}

.product-box:hover .item-cart .active-icon {
    display: inherit;
}

.product-box:hover .item-cart .default-icon {
    display: none;
}

/* ===================================== 
    2. PRODUCT SINGLE. 
===================================== */
.item-description{
    padding-right: 15px;
}

.item-description h6 {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 16px;
    color: #a3b0b4;
}

.item-description h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: -5px;
}

.item-description .item-review ul li {
    display: inline-block;
}

.item-description .item-review ul li.review-count {
    margin-left: 10px;
}

p.item-full-description {
    margin-top: 20px;
    font-size: 14px;
}

hr.item-description {
    margin: 30px 0px 25px;
    border-top: solid 1px rgba(221, 221, 221, 0.4);
}

.item-description h3.price {
    margin-top: 20px;
    margin-bottom: 0px;
}

p.stock-layer {
    font-size: 13px;
    margin-bottom: 25px;
}

p.stock-layer::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    margin-right: 8px;
    color: var(--primary-color);
}

.item-option {
    margin-top: 15px;
}

.item-option li {
    display: inline-block;
    margin-right: 20px;
}

.share-layer li {
    display: inline-block;
    margin-right: 15px;
}

.default-tabs {
    font-family: 'Open Sans', sans-serif;
}

.default-tabs .nav-tabs .nav-link {
    background-color: #FFF;
    margin: 0px 1px;
    border-radius: 0px;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.default-tabs .nav-tabs .active {
    background-color: #FFF;
    border-bottom: solid 2px var(--primary-color);
}

.default-tabs .nav-tabs .nav-item:hover {
    background-color: transparent;
    border-bottom: none;
}

.default-tabs .nav-tabs .nav-item .nav-link:hover {
    background-color: transparent;

}

.default-tabs .tab-content {
    padding: 25px 0px;
}

table {
    font-family: 'Open Sans', sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

td,
th {
    border: none;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

th {
    font-weight: 600;
}

td.justified {
    text-align: left;
}

td.justified .fa {
    color: #666;
}

th.justified {
    text-align: left;
}


.item-opinion-layer .media {
    margin: 15px 0px 40px;
    position: relative;
}

.customer-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 15px;
}

.item-opinion-layer .media .media-body h5 {
    font-size: 16px;
    margin-bottom: 0px !important;
}

.item-opinion-layer .media .media-body h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px !important;
}

.item-opinion-layer .media .media-body p {
    font-size: 13px;
    margin-bottom: 0px !important;
}

.item-opinion-layer .customer-review {
    position: absolute;
    top: 0;
    right: 0;
}

.item-opinion-layer .customer-review li {
    display: inline-block;
    color: var(--primary-color);
}

.blog-search {
    display: inline-block;
    position: relative;
    color: #FFF;
    width: 100%;
    margin-bottom: 40px;
}

.blog-search .form-control {
    background-color: #eff5f5;
    border: none;
    border-radius: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    color: #CCC;
    transition: 0.3s;
}

.blog-search .form-control:focus {
    color: #CCC;
    background-color: #e0ebeb;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.blog-search .form-control-feedback {
    position: absolute;
    z-index: 1;
    display: block;
    width: 2rem;
    height: 45px;
    line-height: 45px;
    text-align: center;
    pointer-events: none;
    color: #CCC;
    right: 0;
    font-size: 16px;
}

.related-products .mr-3 {
    width: 60px;
}

.related-products h5 {
    font-size: 13px;
    line-height: 20px;
}

.related-products p {
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color);
}

.item-order-layer {
    margin-top: 15px;
}

.item-order-layer .order-qty {
    margin-right: 15px;
}

.item-order-layer .order-qty .number {
    color: #333;
    border: 1px solid #ddd;
    text-align: center;
    padding: 6px 4px;
    font-size: 0.80rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.item-order-layer .btn-default {
    text-align: center;
    padding: 6px 20px;
    font-size: 0.80rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: none;
}

.item-carousel .carousel-control-prev {
    display: none;
}

.item-carousel .carousel-control-next {
    display: none;
}

.carousel-indicators {
    position: static;
}

.carousel-indicators .item.active {
    background: transparent;
}

.carousel-indicators .item.active img {
    opacity: 0.7;
}

/* ===================================== 
    3. MY CART. 
===================================== */
table.cart-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    font-family: 'Open Sans', sans-serif;
}

table.cart-table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table.cart-table tr {
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
    padding: .35em;
}

table.cart-table th,
table.cart-table td {
    padding: .625em;
    text-align: center;
}

table.cart-table th {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: var(--headline-color);
}

table.cart-table td {
    font-size: 14px;
    font-weight: 400;
    color: var(--paragraph-color);
}

.cart-table .mr-3 {
    width: 50px;
}

.cart-table .media-body {
    padding-top: 10px;
}

.btn-close:hover {
    color: var(--primary-color);
    background-color: transparent;
    border-color: transparent;
}

.btn-close:focus,
.btn-close.focus {
    color: var(--primary-color);
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.btn-close.disabled,
.btn-close:disabled {
    color: var(--primary-color);
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.form-inline .btn-default {
    color: #fff;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
}

.coupon-form {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.space-r {
    margin-right: 10px;
}

.coupon-form::-ms-expand {
    background-color: transparent;
    border: 0;
}

.coupon-form:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.coupon-form:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.update-cart-layer {
    margin-top: -45px;
}

.update-cart-layer .btn-default {
    text-transform: none;
    padding: 7px 20px;
    font-size: 14px;
    font-weight: 600;
}

.cart-total-layer {
    float: right;
    width: 400px;
}

.cart-total-layer h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.cart-total-layer hr {
    margin: 20px 0px 30px;
}

.cart-total-layer p strong {
    font-size: 20px;
    color: #333;
}

.order-total {
    text-align: right !important;
}

.cart-table .order-box {
    margin-top: 0rem;
}

.cart-table .order-qty .number {
    color: #333;
    border: 1px solid #ddd;
    text-align: center;
    padding: 3px 4px;
    font-size: 0.80rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/* ===================================== 
    4. CHECKOUT. 
===================================== */

aside.order {
    padding: 30px;
    background-color: #F9FAFB;
    position: relative;
}

.aside.order hr {
    padding: 0px;
}

aside.order p {
    margin: 10px 0px;
}

aside.order p strong {
    color: var(--headline-color);
}

p.payment-policy {
    font-size: 14px;
}

p.payment-policy a {
    color: var(--secundary-color);
    font-weight: 600;
}

.form-check-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
}

.order-left .form-group {
    margin-top: 20px;
}

aside.order .btn-checkout {
    margin-top: 20px;
}

aside.order .btn-checkout .btn-default {
    padding: 10px 50px;
}

.billing-details label {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
    color: var(--headline-color);
    font-weight: 500;
}

.fc-shop {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.2rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fc-shop::-ms-expand {
    background-color: transparent;
    border: 0;
}

.fc-shop:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.fc-shop:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.paypal-logo {
    width: 90px;
}

/* ===================================== 
    5. MEDIA QUERIES. 
===================================== */

@media screen and (max-width: 992px) {
    table.cart-table {
        border: 0;
    }

    table.cart-table caption {
        font-size: 1.3em;
    }

    table.cart-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.cart-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table.cart-table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table.cart-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.cart-table td:last-child {
        border-bottom: 0;
    }

    .cart-table .mr-3 {
        display: none;
    }

    .cart-table .media-body {
        padding-top: 0px;
    }
}


@media (max-width:991px) {
    .products-carousel .owl-theme .custom-nav {
        display: none;
    }

    .products-carousel-2 .owl-theme .custom-nav {
        display: none;
    }

    .banner-content {
        text-align: center;
    }

    .banner-content .sb-btn {
        display: block !important;
        margin-top: 20px;
    }

    .item-description{
        padding-right: 0px;
    }

    .shop-banner:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right, #000, #000);
        opacity: 0.6;
    }
    
}

@media (max-width:767px) {
    .product-box {
        -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
        -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
        box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    }

    .product-box .item-cart {
        float: none;
        margin-top: -35px;
        margin-left: 90px;
    }

    .update-cart-layer {
        display: inline-block !important;
        margin-top: 20px;
    }

    .flex-row-reverse {
        -ms-flex-direction: none !important;
        flex-direction: none !important;
    }

    .cart-total-layer {
        float: none;
        width: auto;
    }

}

@media (max-width:576px) {
    
.banner-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #FFF, #FFF);
    opacity: 0.3;
  }
}

@media (max-width:480px) {
    .product-box .media {
        display: block;
        text-align: center;
    }

    .product-box .media .mr-3 {
        margin: auto !important;
    }

    .product-box .item-cart {
        float: none;
        margin-top: 10px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .product-box .item-cart .cart-icon {
        float: none;
        margin-top: 10px;
        margin: auto !important;
    }

    .default-tabs .nav-tabs .nav-link {
        font-size: 14px;
    }

    .item-opinion-layer .customer-review {
        position: relative;
        margin: 5px 0px;
    }
}

@media (max-width:380px) {
    .default-tabs .nav-tabs .nav-link {
        margin: 5px 0px;

    }
}
