@import url("css.css");

/*-- Common Style --*/
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
.site-wrapper {
    height: 100%;
}

body {
    background-color: #ffffff;
    font-size: 15px;
    line-height: 28px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    font-family: "Rubik", sans-serif;
    color: #666666;
    position: relative;
}

body[data-rtl="rtl"] {
    direction: rtl;
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik", sans-serif;
    color: #333333;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.2;
}

h1 {
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 30px;
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 24px;
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #ffb400;
}

button,
input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

/*--     - Common Classes-----------------------------------------*/
.width-78 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .width-78 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .width-78 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .width-78 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .width-78 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.width-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .width-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .width-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .width-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .width-22 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: auto;
    }
}

.width-50 {
    width: 50px !important;
}

.max-width-100 {
    max-width: 100% !important;
    width: auto !important;
}

.mlr-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.sb-border {
    border-bottom: 2px solid #ebebeb;
}

.fix {
    overflow: hidden;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.section,
.main-wrapper {
    float: left;
    width: 100%;
}

/* Background Image */
/*  */

@media (min-width: 1200px) {
    .container {
        max-width: 80%;
    }

    .row-five-column>[class*="col-xl-"] {
        max-width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }
}

@media only screen and (max-width: 575px) {
    .container {
        max-width: 450px;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        max-width: 300px;
    }
}


/*--     - Input Placeholder-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.list-product-section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-product-section-title h3 {
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
}

.slick-slider.top-nav .slick-arrow {
    margin-top: -70px;
}

.slick-slider.top-nav .slick-arrow.slick-prev {
    right: 50px;
}

.slick-slider.top-nav .slick-arrow.slick-next {
    right: 0px;
}

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    border: none;
    background-color: #ffffff;
    color: #ffffff;
    padding: 10px;
    width: 45px;
    height: 45px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
}

.slick-slider .slick-arrow i {
    font-size: 22px;
    line-height: 20px;
    display: block;
    color: #333333;
}

.slick-slider .slick-arrow.slick-prev {
    left: 0;
    margin-left: 40px;
}

.slick-slider .slick-arrow.slick-next {
    right: 0;
    margin-right: 40px;
}

.slick-slider .slick-arrow:hover {
    background-color: #ffb400;
    border-color: #ffb400;
}

.slick-slider:hover .slick-arrow {
    opacity: 1;
}

.slick-slider:hover .slick-arrow.slick-prev {
    margin-left: 20px;
}

.slick-slider:hover .slick-arrow.slick-next {
    margin-right: 20px;
}

.slick-slider .slick-dots {
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slick-slider .slick-dots li {
    margin: 0 5px;
}

.slick-slider .slick-dots li button {
    display: block;
    padding: 0;
    width: 12px;
    height: 12px;
    border: none;
    background-color: #d8d8d8;
    text-indent: -9999px;
    border-radius: 50px;
}

.slick-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
}

.slick-btns .slick-btn {
    width: 45px;
    height: 45px;
    color: #9e9e9e;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    line-height: 42px;
    font-size: 16px;
    margin-right: 5px;
}

.slick-btns .slick-btn:last-child {
    margin-right: 0;
}

.slick-btns .slick-btn:hover {
    background-color: #ffb400;
    border-color: #ffb400;
    color: #ffffff;
}

.product-tab-menu {
    margin: 45px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-tab-menu {
        margin: 35px 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-tab-menu {
        margin: 25px 0;
    }
}

.product-tab-menu ul li {
    margin: 0 40px 0 0;
}

@media only screen and (max-width: 767px) {
    .product-tab-menu ul li {
        margin: 0 18px 0 0;
    }
}

.product-tab-menu ul li a {
    font-size: 18px;
    color: #333333;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .product-tab-menu ul li a {
        font-size: 16px;
    }
}

.product-tab-menu ul li a.active {
    color: #ffb400;
}

.product-tab-menu ul li:last-child {
    margin-right: 0;
}

/*-- Product --*/
.single-grid-product {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.single-grid-product .product-label span {
    position: absolute;
    z-index: 9;
    padding: 0;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: 50px;
    height: 23px;
    line-height: 23px;
    font-weight: 400;
    border-radius: 3px;
    display: block;
    top: 20px;
    left: 20px;
}

.single-grid-product .product-label span.new {
    background-color: #007a58;
}

.single-grid-product .product-label span.sale {
    background-color: #ffb400;
    left: auto;
    right: 20px;
}

.single-grid-product .product-image {
    position: relative;
    margin-bottom: 20px;
}

.single-grid-product .product-image>a {
    display: block;
    width: 100%;
}

.single-grid-product .product-image>a img {
    width: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.single-grid-product .product-image>a img:nth-child(1) {
    visibility: visible;
    opacity: 1;
}

.single-grid-product .product-image>a img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.single-grid-product .product-image .product-action {
    background-color: #ffffff;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-right: -50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-grid-product .product-image .product-action {
        padding: 5px 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-grid-product .product-image .product-action {
        padding: 5px 8px;
    }
}

.single-grid-product .product-image .product-action .product-btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 46px;
    color: #333333;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-grid-product .product-image .product-action .product-btn {
        margin-right: 10px;
        font-size: 13px;
        font-weight: 500;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-grid-product .product-image .product-action .product-btn {
        margin-right: 10px;
        font-size: 13px;
        font-weight: 500;
    }
}

@media only screen and (max-width: 767px) {
    .single-grid-product .product-image .product-action .product-btn {
        margin-right: 8px;
    }
}

.single-grid-product .product-image .product-action .product-btn:hover {
    color: #ffb400;
}

.single-grid-product .product-image .product-action ul li {
    padding-right: 15px;
}

.single-grid-product .product-image .product-action ul li a {
    font-size: 18px;
    color: #333333;
    line-height: 45px;
}

.single-grid-product .product-image .product-action ul li a:hover {
    color: #ffb400;
}

.single-grid-product .product-image .product-action ul li:last-child {
    padding-right: 0;
}

.single-grid-product .product-category-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-grid-product .product-category-rating .category a {
    font-weight: 400;
    line-height: 12px;
    color: #929292;
}

.single-grid-product .product-category-rating .category a:hover {
    color: #292929;
}

.single-grid-product .product-category-rating .rating {
    float: right;
    margin-top: -3px;
}

.single-grid-product .product-category-rating .rating span {
    font-size: 16px;
    color: #ffb400;
}

.single-grid-product .title {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
}

.single-grid-product .title a {
    display: block;
}

.single-grid-product .title a:hover {
    color: #ffb400;
}

.single-grid-product p {
    margin-bottom: 0;
}

.single-grid-product p .main-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #929292;
}

.single-grid-product p .main-price.discounted {
    text-decoration: line-through;
}

.single-grid-product p .discounted-price {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 10px;
    color: #ffb400;
}

.single-grid-product:hover .product-image>a img:nth-child(2) {
    visibility: visible;
    opacity: 1;
}

.single-grid-product:hover .product-image .product-action {
    visibility: visible;
    opacity: 1;
    bottom: 0px;
}

.single-grid-product.list-mode {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 20px;
}

.single-grid-product.list-mode .list-mode-image {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    margin-bottom: 0;
}

.single-grid-product.list-mode .list-mode-content {
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    padding-left: 20px;
}

.single-grid-product.list-mode .list-mode-content .product-category-rating .rating i {
    color: #ffb400;
}

/* --- Product Countdown --- */

/* Shop Toolbar CSS */

/*-- Product Details --*/
.slider-lg-image-1 .lg-image {
    position: relative;
}

.slider-lg-image-1 .lg-image>a {
    width: 100%;
}

.slider-lg-image-1 .lg-image img {
    width: 100%;
}

.slider-thumbs-1 {
    margin-top: 15px;
    overflow: hidden;
}

.slider-thumbs-1 .slick-list {
    margin: 0 -5px;
}

.slider-thumbs-1 .slick-list .slick-slide {
    padding: 0 5px;
}

.slider-thumbs-1 .slick-list .slick-slide>img {
    border: 1px solid transparent;
}

.slider-thumbs-1 .slick-active.slick-current>img {
    border-color: #ffb400;
}

.product-details-thumbs .sm-image {
    cursor: pointer;
}

.product-large-thumb {
    position: relative;
    overflow: hidden;
}

a.popup-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #373737;
    color: #fff;
    border-radius: 4px;
    z-index: 9;
}

.product-large-thumb a.popup-img:hover {
    background-color: #ffb400;
    color: #fff;
}

.product-details-content {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content {
        margin-top: 30px;
    }
}

.product-nav {
    position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .product-nav {
        display: none;
    }
}

.product-nav>a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #d1d1d1;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    color: #d1d1d1;
    position: relative;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-nav>a:hover {
    background: #ffb400;
    border-color: #ffb400;
    color: #fff;
}

.product-details-content.text-center h2 {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .product-details-content.text-center h2 {
        max-width: 245px;
        font-size: 18px;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .product-details-content.text-center h2 {
        max-width: 195px;
        font-size: 17px;
        margin: 0;
        margin-bottom: 10px;
        text-align: left;
    }
}

.product-details-content h2 {
    color: #333333;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 400px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-details-content h2 {
        max-width: 370px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-content h2 {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-content h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .product-details-content h2 {
        font-size: 18px;
        max-width: 300px;
    }
}

@media only screen and (max-width: 479px) {
    .product-details-content h2 {
        font-size: 18px;
        max-width: 175px;
    }
}

.single-product-reviews {
    font-size: 15px;
    margin-bottom: 20px;
}

.single-product-reviews i.active {
    color: #F5C60D;
}

.review-link {
    font-size: 13px;
    color: #333333;
    margin-left: 10px;
    line-height: 30px;
    display: inline-block;
}

.review-link:hover {
    color: #ffb400;
}

.single-product-price {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.single-product-price .price.new-price {
    color: #ffb400;
    font-weight: 500;
}

.single-product-price .regular-price {
    text-decoration: line-through;
}

.product-description p {
    line-height: 25px;
    color: #666666;
    margin-bottom: 30px;
}

.single-product-quantity {
    margin-bottom: 35px;
}

.single-product-quantity .product-quantity {
    background: #fff;
    border: 1px solid #ededed;
    float: left;
    margin-right: 15px;
    padding: 0 10px;
    border-radius: 0;
}

.single-product-quantity .product-quantity input {
    background: none;
    border: none;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    height: 55px;
    line-height: 53px;
    padding: 0;
    width: 60px;
}

@media only screen and (max-width: 767px) {
    .single-product-quantity .product-quantity input {
        height: 45px;
        width: 40px;
    }
}

.single-product-quantity .btn {
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .single-product-quantity .btn {
        padding: 8px 15px;
    }
}

.single-product-quantity .btn i {
    font-size: 20px;
    margin-right: 10px;
}

.wishlist-compare-btn {
    margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
    .wishlist-compare-btn {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .wishlist-compare-btn {
        text-align: left;
    }
}

@media only screen and (max-width: 479px) {
    .wishlist-compare-btn {
        text-align: center;
    }
}

.wishlist-compare-btn a {
    background: none;
    border: 1px solid #ededed;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 45px;
    line-height: 43px;
    text-align: center;
    width: 170px;
    border-radius: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wishlist-compare-btn a {
        width: 155px;
    }
}

.wishlist-compare-btn a.wishlist-btn {
    margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wishlist-compare-btn a.wishlist-btn {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .wishlist-compare-btn a.wishlist-btn {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.wishlist-compare-btn a.add-compare {
    border-radius: 5px;
}

.wishlist-compare-btn a.wishlist-btn:before {
    content: '\f08a';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: top;
}

.wishlist-compare-btn a:hover {
    background: #ffb400;
    border-color: #ffb400;
    color: #fff;
}

.wishlist-compare-btn a:hover:before {
    -webkit-animation: crFlipX 2s ease-in-out infinite both;
    animation: crFlipX 2s ease-in-out infinite both;
}

.product-meta {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding: 15px 0;
    width: 100%;
}

.product-meta .posted-in {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    text-transform: uppercase;
}

.product-meta .posted-in>a {
    color: #333333;
    font-weight: 400;
    text-transform: none;
}

.product-meta .posted-in>a:hover {
    color: #ffb400;
}

.single-product-sharing {
    margin-bottom: 0;
    padding: 15px 0;
    width: 100%;
}

.single-product-sharing>h3 {
    color: #333333;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
    text-transform: uppercase;
}

.single-product-sharing ul {
    display: inline-block;
    margin-bottom: 10px;
}

.single-product-sharing ul>li {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    margin-right: 15px;
    position: relative;
}

.single-product-sharing ul li a {
    color: #555555;
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.single-product-sharing ul li a:hover {
    color: #ffb400;
}

/*Single Product variable css*/
.product-variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-variants>.product-variants-item {
    margin: 20px 0;
    display: block;
    margin-top: 0;
}

.product-variants>.product-variants-item:last-child {
    margin-left: 30px;
}

.product-variants-item span.control-label {
    margin-bottom: 6px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    text-transform: capitalize;
}

.product-variants .product-variants-item select {
    border: 1px solid #ebebeb;
    height: 40px;
    width: 60px;
    background: #fff;
    border: 1px solid #ebebeb;
    height: 40px;
    width: 60px;
    background: #fff;
}

.procuct-color>li {
    display: inline-block;
    list-style: none;
    margin-left: 5px;
}

.procuct-color>li:nth-child(2)>a>span.color {
    background: #00EEB3;
}

.procuct-color>li>a>span.color {
    background: #ffa07a;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.procuct-color>li.active>a>span.color,
.procuct-color>li:hover>a>span.color {
    outline: 1px solid #D6B98C;
    outline-offset: 1px;
}

/*single product group css*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .group-cart-table {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .group-cart-table {
        margin-bottom: 20px;
    }
}

.group-cart-table .table {
    margin-bottom: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .group-cart-table .table {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .group-cart-table .table {
        margin-bottom: 15px;
    }
}

.group-cart-table .table td {
    text-align: center;
    vertical-align: middle;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .group-cart-table .table td {
        min-width: 150px;
    }
}

@media only screen and (max-width: 575px) {
    .group-cart-table .table td {
        min-width: 180px;
    }
}

.group-cart-table .quantity-field label {
    margin-right: 5px;
}

.group-cart-table .quantity-field input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    height: 45px;
}

/*Single Product Tab Style 2 CSS*/
.single-product-area .slider-thumbs-2 {
    padding: 40px 0px;
}

.product-details-images-2 {
    float: right;
    width: calc(100% - 110px);
    padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-images-2 {
        width: calc(100% - 80px);
    }
}

@media only screen and (max-width: 767px) {
    .product-details-images-2 {
        width: calc(100% - 80px);
    }
}

.product-details-thumbs-2 {
    float: left;
    width: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-thumbs-2 {
        width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-thumbs-2 {
        width: 80px;
    }
}

/*Single Product Tab Style 3 CSS*/
.product-details-images-2.tabstyle-3 {
    float: left;
    width: calc(100% - 110px);
    padding-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-images-2.tabstyle-3 {
        width: calc(100% - 80px);
    }
}

@media only screen and (max-width: 767px) {
    .product-details-images-2.tabstyle-3 {
        width: calc(100% - 80px);
    }
}

.product-details-thumbs-2.tabstyle-3 {
    float: right;
    width: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-details-thumbs-2.tabstyle-3 {
        width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .product-details-thumbs-2.tabstyle-3 {
        width: 80px;
    }
}

/*Single Product gallery Style CSS*/
.lg-image.col-50 {
    float: left;
    width: 50%;
    padding: 5px;
}

.lg-image.col-50 a.popup-img {
    bottom: 5px;
    right: 5px;
}

/*Single Product sticky Style CSS*/
.lg-image.sidebar-sticky {
    margin-bottom: 20px;
}

.lg-image.sidebar-sticky:last-child {
    margin-bottom: 0;
}

/*Single Product slider box Style CSS*/
.slider-box {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .slider-box {
        margin-bottom: 0;
    }
}

.slider-box .slick-list {
    margin: 0 -10px;
}

.slider-box .slick-list .slick-slide {
    padding: 0 10px;
}

.slider-box-content .product-description p {
    max-width: 80%;
    margin: auto;
    margin-bottom: 15px;
}

.slider-box-content .product-quantity {
    float: none;
    display: inline-block;
}

.slider-box-content .add-to-link {
    display: inline-block;
}

/*-- Product Details Tab List --*/
.dec-and-review-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dec-and-review-menu>li {
    list-style: none;
    position: relative;
    z-index: 9;
    display: inline-block;
    margin-right: 50px;
}

@media only screen and (max-width: 575px) {
    .dec-and-review-menu>li {
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
        display: block;
        width: 100%;
    }
}

.dec-and-review-menu>li:last-child {
    margin-right: 0;
}

.dec-and-review-menu>li>a {
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.dec-and-review-menu>li>a.active,
.dec-and-review-menu>li>a:hover {
    color: #333333;
}

/*-- Product Details Tab Content --*/
.product-review-tab {
    padding: 100px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .product-review-tab {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-review-tab {
        padding: 70px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-review-tab {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767px) {
    .product-review-tab {
        padding: 50px 0;
    }
}

.product-review-content-tab {
    padding-top: 40px;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
}

.single-product-description p {
    line-height: 22px;
    color: #666666;
}

.review-page-comment h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.review-page-comment>ul {
    margin: 0 0 25px;
}

.review-page-comment>ul>li {
    margin: 0 0 20px;
    position: relative;
    list-style: none;
}

.product-comment img {
    width: 60px;
    float: left;
}

.product-comment-content {
    border: 1px solid #ededed;
    border-radius: 3px;
    margin-left: 80px;
    position: relative;
    padding: 15px 15px 0;
}

.product-comment-content:before {
    background: #fff;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    content: '';
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.meta>strong {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 31px;
}

.meta>span {
    font-size: 13px;
    font-weight: 400;
    line-height: 31px;
}

.description p {
    font-size: 13px;
    color: #666666;
    line-height: 28px;
}

.comment-notes {
    margin: 0;
}

.rating i.fa:not(:last-child) {
    color: #F9BA48;
}

.comment-form-comment {
    margin-bottom: 10px;
}

.comment-form-comment textarea {
    border: 1px solid #ededed;
    border-radius: 0;
    height: 125px;
    padding: 10px;
    width: 100%;
    background: #f5f5f5;
}

.review-comment-form-author,
.review-comment-form-email {
    margin-bottom: 10px;
}

.review-comment-form-author input,
.review-comment-form-email input {
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    height: 38px;
    line-height: 38px;
    max-width: 100%;
    width: 300px;
    display: block;
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.review-comment-form-author input:focus,
.review-comment-form-email input:focus,
.comment-form-comment textarea:focus {
    outline: auto;
    outline-color: #ffb400;
}

.form-button {
    border: none !important;
    height: 42px !important;
    line-height: 40px !important;
    background: #ffb400;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 38px;
    letter-spacing: .1em;
    line-height: 38px;
    overflow: hidden;
    padding: 0 30px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
    border-radius: 5px;
    cursor: pointer;
}

.form-button:hover {
    background: #222;
    color: #fff;
}

/*-- Comment Wrap --*/
.comment-wrapper h3 {
    margin-bottom: 30px;
}

/*-- Comment Form --*/
.comment-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #eeeeee;
    padding: 5px 20px;
    color: #666666;
}

.comment-form textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #eeeeee;
    padding: 10px 20px;
    color: #666666;
    resize: none;
}

.comment-form input[type="submit"],
.comment-form button,
.comment-form .submit {
    width: auto;
    height: 50px;
    border: none;
    padding: 5px 30px;
    background-color: #ffb400;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

.comment-form input[type="submit"]:hover,
.comment-form button:hover,
.comment-form .submit:hover {
    background-color: #333333;
}

/*---------------------------------------   19. Sidebar CSS-----------------------------------------*/


