@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900');

/*********************************
3. Home
*********************************/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 10;
}

.top_nav {
    width: 100%;
    height: 50px;
    background: #1e1e27;
}

.top_nav_left {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #b5aec4;
    text-transform: uppercase;
}


/*********************************
5. Single Product Section
*********************************/

.single_product_container {
    margin-top: 150px;
    padding-bottom: 80px;

}

.single_product_thumbnails {
    height: 527px;
}

.single_product_thumbnails ul li {
    position: relative;
    height: 136px;
    margin-bottom: 30px;
    cursor: pointer;
}

.single_product_thumbnails ul li::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px: #ff4d02 content: '';
    visibility: hidden;
}

.single_product_thumbnails ul li.active::after,
.single_product_thumbnails ul li:hover::after {
    visibility: visible;
}

.single_product_thumbnails ul li img {
    width: 100%;
}

.image_col {
    padding-right: 30px;
}

.single_product_image {
    width: 100%;
    height: 600px;
}

.single_product_image_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/*********************************
6. Product Details
*********************************/

.item-single-title {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
}
.item-single-small-desc {
    color: black;
    font-weight: 300;
}

.product_details {
    width: 100%;
}

.product_details_title {
    font-weight: 500px;
    line-height: 30px;
}


.free_delivery {
    background: #f5f5f5;
}

.free_delivery i {
    display: inline-block;
}

.free_delivery span:last-child {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.free_delivery span:first-child {
    display: inline-block;
    margin-right: 19px;
    font-size: 16px;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.original_price {
    font-weight: 500;
    color: #b9b4c7;
    text-decoration: line-through;
    line-height: 30px;
    margin-top: 21px;
    font-family: 'Montserrat', sans-serif;
}

.product_details .product_price {
    display: inline-block;
    font-size: 24px;
    color: #ff4d02; 
	font-weight: 500;
    line-height: 30px;
    margin-top: 2.5rem;
    font-family: 'Montserrat', sans-serif;
}

.star_rating {
    display: inline-block;
}

.star_rating li {
    display: inline-block;
    margin-right: -2px;
    cursor: pointer;
}

.star_rating li i {
    color: darkgrey;
}

.product_color {
    margin-top: 27px;
}

.product_color ul {
    display: inline-block;
    margin-left: 26px;
}

.product_color ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 29px;
    cursor: pointer;
}

.quantity {
    width: 100%;
    height: 40px;
    margin-top: 23px;
}

.quantity_selector {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 132px;
    height: 100%;
    border: solid 1px #e5e5e5;
    margin-left: 29px;
}

.quantity_selector span {
    font-weight: 500;
    color: #232530;
}

.plus,
.minus {
    padding-left: 14px;
    padding-right: 14px;
    cursor: pointer;
}

.plus:hover,
.minus:hover {
    color: #b5aec4;
}

.add_to_cart_button {
    width: 160px;
    margin-left: 19px;
    font-size: 12px !important;
}

.product_favorite {
    width: 40px;
    height: 100%;
    margin-left: 22px;
    border: solid 1px #d7d7d7;
    border-radius: 2px;
    cursor: pointer;
}

.product_favorite:hover::after {
    color: #ff4d02;
}

.product_favorite::after {
    font-family: 'FontAwesome';
    content: '\f08a';
    font-size: 14px;
}

.product_favorite.active::after {
    content: '\f004';
    color: #e1071a;
}

/*********************************
7. Tabs
*********************************/

.tabs_section_container {
    width: 100%;
    padding-bottom: 80px;
    border-bottom: solid 1px #ebebeb;
}

.tabs_container {
    margin-top: 36px;
    margin-bottom: 46px;
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px;
    font-weight: 300;
    background: #ffcc00;
}

.tabs {}

.tab {
    margin-right: 10px;
    cursor: pointer;
}

.tab:last-child {
    margin-right: 0px;
}

.tab span {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 10px;
    background-color: transparent;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.4rem;
}

.tab:hover span {
    color: #e1071a;
}

.tab.active span {
    color: #3e3e3e;
    background-color: transparent;
    padding: 10px;
    color: #e1071a;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: solid 4px #e1071a;
    padding-bottom: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    /* color: #ffffff; */
    padding: 18px;
    background-color: transparent;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.4rem;
}
.tab_container {
    width: 100%;
    display: none;
}

.tab_container.active {
    display: block;
}


/*********************************
7.1 Description
*********************************/

.desc_col {}

.tab_title {
    margin-bottom: 98px;
}

.tab_title h4 {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    color: #121212;
    font-weight: 400;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.tab_text_block {
    margin-bottom: 50px;
}

.tab_text_block p {
    font-weight: 400;
    margin-top: 10px;
    color: #525252;
    line-height: 1.7;
    font-size: 13.5px;
    font-family: 'Roboto';
}
.tab_image {
    width: 100%;
    margin-bottom: 131px;
}

.tab_image img {
    width: 100%;
}

.desc_last {
    margin-bottom: 0px;
}


/*********************************
7.2. Additional Info
*********************************/

.additional_info_col p span {
    margin-left: 22px;
}
.tab_text_block p span {
    margin-left: 22px;
}


.additional_info_title {
    margin-bottom: 48px;
}


/*********************************
7.3 Reviews
*********************************/

.reviews_title {
    margin-bottom: 58px;
}

.user_review_container {
    width: 100%;
    margin-bottom: 37px;
}

.reviews_col {
    padding-right: 30px;
}

.user_pic {
    width: 70px;
    height: 70px;
    background: #ebebeb;
    border-radius: 50%;
}

.user_rating .star_rating {
    margin-left: 5px;
    margin-top: 13px;
}

.user_rating .star_rating li {
    margin-right: -3px;
}

.user_rating .star_rating li i {
    font-size: 12px;
}

.review {
    padding-left: 30px;
}

.review_date {
    color: #87b03c;
    margin-top: -4px;
    font-family: 'Montserrat';
}

.user_name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    font-family: 'Montserrat', sans-serif;
}

.review p {
    font-weight: 400;
}


/*********************************
8. Add Review
*********************************/

.add_review {
    margin-top: 94px;
}

#review_form > div {
    margin-bottom: 40px;
}

#review_form div:nth-child(2) h1 {
    display: inline-block;
}

#review_form div:nth-child(2) {
    margin-bottom: 20px;
}

#review_form > div:last-child {
    margin-bottom: 0px;
}

.add_review h1 {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.form_input {
    display: block;
    width: 100%;
    height: 50px;
    border: solid 1px #e5e5e5;
    padding-left: 20px;
}

.input_name {
    margin-bottom: 19px;
    margin-top: 31px;
}

.input_review {
    display: block;
    width: 100%;
    border: solid 1px #e5e5e5;
    margin-top: 23px;
    padding-left: 20px;
    padding-top: 13px;
}

.user_star_rating {
    display: inline-block;
    margin-left: 18px;
}

.user_star_rating li {
    display: inline-block;
    margin-right: -3px;
    cursor: pointer;
}

.user_star_rating li i {
    color: darkgrey;
    font-size: 18px;
}

.review_submit_btn {
    width: 170px !Important;
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    letter-spacing: 2px;
    height: 40px;
    border-radius: 50px;
    background: #87b03c;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    padding: right: 30px;
}

/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */

.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
    display: block;
    max-width: none;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}


/* --------------- */


/* xZoom Styles below */

.xzoom-container {
    display: inline-block;
}

.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
}


/* Thumbs */

.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
    border: 1px solid #cecece;
    margin-left: 5px;
    margin-bottom: 10px;
}

.xzoom-source,
.xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
}


/* Everything out of border is hidden */

.xzoom-hidden {
    overflow: hidden;
}


/* Preview */

.xzoom-preview {
    border: 1px solid #888;
    background: #888;
    box-shadow: -0px -0px 5px rgba(0, 0, 0, 0.50);
}


/* Lens */

.xzoom-lens {
    border: 1px solid #555;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
    cursor: crosshair;
}


/* Loading */
/*
.xzoom-loading {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: .7;
    background: url(../images/xloading.gif);
    width: 48px;
    height: 48px;
}
*/

/* Additional class that applied to thumb when it is active */

.xactive {
    border: 1px solid #ff4d02;
}


/* Caption */

.xzoom-caption {
    position: absolute;
    bottom: -43px;
    left: 0;
    background: #000;
    width: 100%;
    text-align: left;
}

.xzoom-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    padding: 10px;
}

.single-tab-subtitle-small {
    font-family: 'Montserrat', sans-serif;
    color: #86af3c;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-left {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: left !important;
}

.put-in-cart_btn {
    border: none;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    letter-spacing: 2px;
    height: 40px;
    border-radius: 50px;
    background: #1f1f1f;
    border-radius: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    padding: right: 30px;
    padding-top: 8px;
    margin-top: 50px;
    width: 200px;
    color: #ffffff;
}
.put-in-cart_btn:hover {
    background: #e30613;
}
.product_price span {
    font-size: 12px;
    margin-left: 0px !important;
    color: #b7b7b7 !important;
    text-decoration: line-through;
    margin-right: 20px;
}

.product_favorite::after {
    font-family: 'FontAwesome';
    content: '\f08a';
    font-size: 14px;
    padding-top: 7px;
}

.chooser {
    border: solid 1px #d8d8d8;
    padding: 8.5px;
    width: 300px;
    margin-left: 10px;
}

.row-underlined {
    border-bottom: solid 1px #e8e8e8;
    padding: 10px;

}

.in-stock-badge {
    border: solid 1px #87b03c;
    padding: 4px;
    text-align: center;
    /* width: 50%; */
    color: #87b03c;
}

.single_main-brand {
    width: 150px;
}
.filter-button-text{
    text-align:right;
}


.pdp.mini .pdp-info__name, .pdp.mini .pdp-info ul li:before {
    color: #871262!important;
}
.pdp-info__bullets li:before, .pdp-info__short-desc ul li:before {
    content: '\2713\0020';
    display: inline-block;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    font-weight: 900;
    font-size: 1.2em;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #962277;
    /* margin-left: -.75em; */
    width: .75em;
    margin-right: 10px;
}

.product_details p {
    margin: 20px 0px;
    font-size: 0.85rem;
    font-family: 'Roboto';
}
.pt-20 {
    padding-top: 20px;
}

.tab_image img {
    width: 75%;
    margin-left: 50px;
}

.advantages h5{

    color: #404040;
    text-transform: uppercase;
    font-family: 'Roboto';
    margin: 30px 0px;

  
}

