/*************************
*******Typography******
**************************/

@import url('http://fonts.cdnfonts.com/css/geomanist:400,700');

@font-face {
    font-family: 'geomanistregular';
    src: url('geomanist-regular-webfont.eot');
    src: url('geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('geomanist-regular-webfont.woff2') format('woff2'),
        url('geomanist-regular-webfont.woff') format('woff'),
        url('geomanist-regular-webfont.ttf') format('truetype'),
        url('geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: Geomanist;
    src: url(../fonts/Geomanist-Medium.otf);
}

@font-face {
    font-family: Geomanist_r;
    src: url(../fonts/Geomanist.otf);
}

body {
    font-family: 'Geomanist', sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Geomanist', sans-serif;
}

.btn:hover,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggle {
    background-color: #000;
}

a#scrollUp {
    bottom: 0px;
    right: 10px;
    padding: 5px 10px;
    background: #FE980F;
    color: #FFF;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

a#scrollUp i {
    font-size: 30px;
}


/*************************
******* Home ******
**************************/

#slider {
    padding-bottom: 45px;
}

.carousel-indicators li {
    background: #C4C4BE;
}

.carousel-indicators li.active {
    background: #FE980F;
}

.item {
    padding-left: 100px;
}

.pricing {
    position: absolute;
    right: 40%;
    top: 52%;
}

.girl {
    margin-left: 0;
}

.item h1 {
    color: #B4B1AB;
    font-family: 'Geomanist', sans-serif;
    font-size: 48px;
    margin-top: 115px;
}

.item h1 span {
    color: #FE980F;
}

.item h2 {
    color: #363432;
    font-family: 'Geomanist', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 10px;
}

.item p {
    color: #363432;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Geomanist_r', sans-serif;
}

.get {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: 'Geomanist', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-top: 23px;
}

.item button:hover {
    background: #FE980F;
}

.control-carousel {
    position: absolute;
    top: 50%;
    font-size: 60px;
    color: #C2C2C1;
}

.control-carousel:hover {
    color: #FE980F;
}

.right {
    right: 0;
}

.category-products {
    border: 1px solid #F7F7F0;
    margin-bottom: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
}

.sidenav_left {
    height: 600px;
    position: sticky;
    float: left;
    z-index: 1;
    top: 100px;
    background-color: #f6f6f6;
    overflow-x: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    margin-top: 20px;
    margin-right: 30px;
}

.left_sidebar_p p{
    font-family: 'Geomanist_r', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.left_sidebar_p p:hover{
    font-family: 'Geomanist_r', sans-serif;
    color: #ce3030;
}

.left_sidebar_p_highlight p{
    color: #ce3030;
    font-family: 'Geomanist_r', sans-serif;
}

.main_right_product {
    margin-left: 0;
    /* Same as the width of the sidenav */
    padding: 0px 0px;
}

.left-sidebar-icon {
    padding-left: 10px;
    float: left;
    margin-top: -2px;
}

.left-sidebar-text1 {
    padding-left: 10px;
    font-size: 13px;
    color: #acacac;
    float: left;
    font-family: 'Geomanist', sans-serif;
}

.left-sidebar-text2 {
    font-size: 13px;
    color: #101d39;
    float: left;
    font-family: 'Geomanist', sans-serif;
}

.left-sidebar-text1:hover,
.left-sidebar-text2:hover {
    color: #c43030;
}

.left-sidebar-category-text {
    color: #000;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.left-sidebar-fafaicon {
    color: #c73032;
}

.left-sidebar-h4 {
    color: #101d39;
}


.left-sidebar h2,
.brands_products h2 {

    color: #FE980F;
    font-family: 'Geomanist', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
    padding-top: 80px;
}

.left-sidebar h2:after,
h2.title:after {
    content: " ";
    position: absolute;
    border: 1px solid #f5f5f5;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -2;
}

.left-sidebar h2:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 130px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -65px;
}

h2.title:before {
    content: " ";
    position: absolute;
    background: #fff;
    bottom: -6px;
    width: 220px;
    height: 30px;
    z-index: -1;
    left: 50%;
    margin-left: -110px;
}

.category-products .panel {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
    background-color: #FFFFFF;
    border: 0 none;
    color: #FFFFFF;
    padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
    color: #696763;
    font-family: 'Geomanist', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0 none;
}

.category-products .badge {
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.panel-body ul {
    padding-left: 20px;
}

.panel-body ul li a {
    color: #696763;
    font-family: 'Geomanist', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.brands-name {
    border: 1px solid #F7F7F0;
    padding-bottom: 20px;
    padding-top: 15px;
}

.brands-name1 {
    padding-bottom: 20px;
    padding-top: 15px;
}

.brands-name .nav-stacked li a {
    background-color: #FFFFFF;
    color: #696763;
    font-family: 'Geomanist', sans-serif;
    font-size: 14px;
    padding: 5px 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover {
    background-color: #fff;
    color: #696763;
}

.shipping {
    background-color: #F2F2F2;
    margin-top: 40px;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
}

.price-range {
    margin-top: 30px;
}

.well {
    background-color: #FFFFFF;
    border: 1px solid #F7F7F0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 35px;
}

.tooltip-inner {
    background-color: #FE980F;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #FE980F;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.padding-right {
    padding-right: 0;
}

.features_items {
    overflow: hidden;
}

h2.title {
    color: #000;
    font-family: 'Geomanist', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
}

.product-image-wrapper {
    margin-bottom: 50px;
    max-width: 100%;
    border-radius: 25px;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.product-image-wrapper:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
    max-width: 100%;
    border-radius: 25px;
    transition: 0.3s;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
}

.product_card_img {
    width: 100%;
}

.product_card_img2 {
    width: 107px;
    height: 221px;
}

.product_card_img3 {
    width: 108px;
    height: 247px;
}

.prouduct_detail-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    border-radius: 25px;
    background-color: #101d39;
    color: #FFF;
    padding-bottom: 23px;
    height: 100%;
}

.product_card_h3 {
    font-size: 15px;
    color: #434343;
    font-family: 'Geomanist', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product_card_p {
    font-size: 14px;
    color: #757575;
    font-family: 'Geomanist_r', sans-serif;
    margin-top: -5px;

}

.single-products {
    position: relative;
}

.new,
.sale {
    position: absolute;
    top: 0;
    right: 0;
}

.productinfo h2 {
    color: #FE980F;
    font-family: 'Geomanist', sans-serif;
    font-size: 24px;
}

.product-overlay h2 {
    color: #fff;
    font-family: 'Geomanist', sans-serif;
    font-size: 24px;
}

.productinfo p {
    font-family: 'Geomanist_r', sans-serif;
    font-size: 14px;
    color: #696763;
}

.productinfo img {
    width: 100%;
}

.productinfo {
    position: relative;
}

.product-overlay {
    background: rgba(254, 152, 15, .8);
    top: 0;
    display: none;
    height: 0;
    position: absolute;
    -webkit-transition: height 500ms ease 0s;
    transition: height 500ms ease 0s;
    width: 100%;
    display: block;
}

.single-products:hover .product-overlay {
    display: block;
    height: 100%;
}

.product-overlay .overlay-content {
    bottom: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.product-overlay .add-to-cart {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    color: #FE980F;
    font-family: 'Geomanist', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
    background: #fff;
    color: #FE980F;
}

.product-overlay p {
    font-family: 'Geomanist', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.add-to-cart {
    background: #F5F5ED;
    border: 0 none;
    border-radius: 0;
    color: #696763;
    font-family: 'Geomanist', sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
}

.add-to-cart:hover {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
}

.add-to {
    margin-bottom: 10px;
}

.add-to-cart i {
    margin-right: 5px;
}

.add-to-cart:hover {
    background: #FE980F;
    color: #FFFFFF;
}

.choose {
    border-top: 1px solid #F7F7F0;
}

.choose ul li a {
    color: #B3AFA8;
    font-family: 'Geomanist', sans-serif;
    font-size: 13px;
    padding-left: 0;
    padding-right: 0;
}

.choose ul li a i {
    margin-right: 5px;
}


.category-tab {
    overflow: hidden;
}

.category-tab ul {
    background: #40403E;
    border-bottom: 1px solid #FE980F;
    list-style: none outside none;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}

.category-tab ul li a {
    border: 0 none;
    border-radius: 0;
    color: #B3AFA8;
    display: block;
    font-family: 'Geomanist', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.category-tab ul li a:hover {
    background: #FE980F;
    color: #fff;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    border: 0px;
    border-bottom: 3.5px solid #c43030;
    color: #FFFFFF;
    cursor: default;
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
}

.nav-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 0;
    background-color: #fff;
}

.recommended_items {
    overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
    padding-left: 0;
}

.recommended-item-control {
    position: absolute;
    top: 41%;
}

.recommended-item-control i {
    background: none repeat scroll 0 0 #FE980F;
    color: #FFFFFF;
    font-size: 20px;
    padding: 4px 10px;
}

.recommended-item-control i:hover {
    background: #ccccc6;
}

.recommended_items h2 {}

.our_partners {
    overflow: hidden;
}

.our_partners ul {
    background: #F7F7F0;
    margin-bottom: 50px;
}

.our_partners ul li a:hover {
    background: none;
}


/*************************
*******Shop CSS******
**************************/

#advertisement {
    padding-bottom: 45px;
}

#advertisement img {
    width: 100%;
}

.pagination {
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 0;
    padding-left: 15px;
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination .active a,
.pagination .active span,
.pagination .active a:hover,
.pagination .active span:hover,
.pagination .active a:focus,
.pagination .active span:focus {
    background-color: #FE980F;
    border-color: #FE980F;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}

.pagination li a,
.pagination li span {
    background-color: #f0f0e9;
    border: 0;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    color: #000;
}

.pagination li a:hover {
    background: #FE980F;
    color: #fff;
}


/*************************
*******Product Details CSS******
**************************/

.product-details {
    overflow: hidden;
}

#similar-product {
    margin-top: 40px;
}

#reviews {
    padding-left: 25px;
    padding-right: 25px;
}

.product-details {
    margin-bottom: 40px;
    overflow: hidden;
    margin-top: 10px;
}

.view-product {
    position: relative;
}

.view-product img {
    border: 1px solid #F7F7F0;
    height: 380px;
    width: 100%;
}

.view-product h3 {
    background: #FE980F;
    bottom: 0;
    color: #FFFFFF;
    font-family: 'Geomanist', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 20px;
    position: absolute;
    right: 0;
}

#similar-product .carousel-inner .item {
    padding-left: 0px;
}

#similar-product .carousel-inner .item img {
    display: inline-block;
    margin-left: 15px;
}

.item-control {
    position: absolute;
    top: 35%;
}

.item-control i {
    background: #FE980F;
    color: #FFFFFF;
    font-size: 20px;
    padding: 5px 10px;
}

.item-control i:hover {
    background: #ccccc6;
}

.product-information {
    border: 1px solid #F7F7F0;
    overflow: hidden;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-top: 60px;
    position: relative;
}

.newarrival {
    position: absolute;
    top: 0;
    left: 0
}

.product-information h2 {
    color: #363432;
    font-family: 'Geomanist', sans-serif;
    font-size: 20px;
    margin-top: 0;
}

.product-information p {
    color: #696763;
    font-family: 'Geomanist', sans-serif;
    margin-bottom: 5px;
}

.product-information span {
    display: inline-block;
    margin-bottom: 8px;
    margin-top: 18px;
}

.product-information span span {
    color: #FE980F;
    float: left;
    font-family: 'Geomanist', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-right: 20px;
    margin-top: 0px;
}

.product-information span input {
    border: 1px solid #DEDEDC;
    color: #696763;
    font-family: 'Geomanist', sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 33px;
    outline: medium none;
    text-align: center;
    width: 50px;
}

.product-information span label {
    color: #696763;
    font-family: 'Geomanist', sans-serif;
    font-weight: 700;
    margin-right: 5px;
}


img {
    max-width: 100%;
}

.productdetails-frame {
    background-color: #f9f9f9;
    max-width: 100%;
    height: 100%;
    padding-bottom: 100px;
    padding-top: 10px;
}

.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.productdetails-left-frame {
    max-width: 90%;
    height: 100%;
    margin-left: 50px;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }

    .productdetails-frame {
        background-color: #f6f6f6;
        max-width: 100%;
        height: 100%;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .productdetails-left-frame {
        max-width: 100%;
        height: 100%;
        margin-left: 0;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 15.8%;
    margin-right: 1%;
}

.preview-thumbnail.nav-tabs li img {
    max-width: 100%;
    display: block;
}

.preview-thumbnail.nav-tabs li a {
    padding: 0;
    margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
    margin-right: 0;
}

.tab-content {
    overflow: hidden;
    background-color: #fff;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.card123 {
    margin-top: 50px;
    background: none;
    padding: 3em;
    line-height: 1.5em;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title,
.price,
.sizes,
.colors {
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #000;
}

.checked,
.price span {
    color: #ff9f1a;
}

.product-title,
.rating,
.price,
.vote,
.sizes {
    margin-bottom: 2px;
}

.product-description {
    margin-bottom: 20px;
}

.product-title {
    margin-top: 0;
}

.size {
    margin-right: 10px;
}

.size:first-of-type {
    margin-left: 40px;
}

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

.color:first-of-type {
    margin-left: 20px;
}

.add-to-cart,
.like {
    background: #ff9f1a;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}

.add-to-cart:hover,
.like:hover {
    background: #b36800;
    color: #fff;
}

.not-available {
    text-align: center;
    line-height: 2em;
}

.not-available:before {
    font-family: 'Geomanist', sans-serif;
    content: "\f00d";
    color: #fff;
}

.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.product_detailstable {
    font-family: 'Geomanist', sans-serif;
    border-collapse: collapse;
    max-width: 100%;
    color: #000;
    margin-top: -20px;

}

.product_detailsth {
    text-align: left;
    width: 300px;
    padding: 8px;
    background-color: #f9f9f9;
    color: #000;
    font-family: 'Geomanist_r', sans-serif;
}

.product_detailstd {
    font-family: 'Geomanist_r', sans-serif;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    width: 300px;
    padding: 8px;
    background-color: #f9f9f9;
    color: #757575;
}

.product_detailstr:nth-child(even) {
    background-color: #f6f6f6;
}

/*Modal*/

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 2000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    padding-left: 50%;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #000;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

form {
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
}

input,
select,
    {
    margin-bottom: 10px;
    border: 2px solid #d5d5d5;
    border-radius: 3px;
    height: 55px;
}

.input_contact {
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
    font-family: Geomanist_r;
    border-radius: 4px;
    height: 55px;
}

.textarea_modal {
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    font-family: Geomanist_r;
}

.contact-send-btn {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
    border-radius: 50px;
    width: 30%;
    text-align: left;
}

input{
    width: calc(100% - 10px);
    padding: 5px;
}

input[type="date"] {
    padding: 4px 5px;
}

.select_contact {
    margin-bottom: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background-color: #fff;
    width: calc(100% - 10px);
    padding: 0;
    height: 55px;
    font-family: Geomanist_r;
}

.textarea_modal {
    width: calc(100% - 18px);
    padding: 5px;
    background-color: #fff;
    margin-left: 5px;
}


.item_modal {
    position: relative;
    margin: 5px 1px;
}

.item_modal span {
    color: red;
}

.week {
    display: flex;
    justfiy-content: space-between;
}

.colums {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}

.colums div {
    width: 48%;
}


.question span {
    margin-left: 30px;
}

.question-answer label {
    display: block;
}

.flax {
    display: flex;
    justify-content: space-around;
}

.modal-btn {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 25px;
    transition: 0.5s 0.2s;
    border-radius: 50px;
    width: 25%;
    margin-top: 2%;
    text-align: left;
    float: right;
}

.modal-btn:hover {
    color: #000;
}

.backtoproduct_btn{
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: 16px;
    padding: 20px 25px;
    transition: 0.5s 0.2s;
    border-radius: 50px;
    width: 15%;
    margin-top: 0;
    text-align: left;
}

.backtoproduct_btn:hover{
    color: #000;
}


.radio_btn {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio_btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio_text {
    padding-left: 20px;
}

/* Create a custom radio button */
.radio_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #d7d7d7;
}

/* On mouse-over, add a grey background color */
.radio_btn:hover input~.radio_checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_btn input:checked~.radio_checkmark {
    background-color: #ce3232;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

@media (max-width: 700px){
        .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 2000;
        /* Sit on top */
        padding-top: 0;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        padding-left: 0;
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    .modal-btn {
        background: #ce3232;
        border-radius: 0;
        border: 0;
        color: #f9f9f9;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 10px;
        transition: 0.5s 0.2s;
        border-radius: 50px;
        width: 50%;
        margin-top: 2%;
        text-align: left;
        float: right;
    }

    .modal-btn:hover {
        color: #000;
    }

    .backtoproduct_btn{
        background: #ce3232;
        border-radius: 0;
        border: 0;
        color: #f9f9f9;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 10px;
        transition: 0.5s 0.2s;
        border-radius: 50px;
        width: 50%;
        margin-top: 2%;
        text-align: left;
    }

    .backtoproduct_btn:hover{
        color: #000;
    }
}
@media (min-width: 568px) {

    .name-item_modal,
    .city-item_modal {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .name-item_modal input,
    .name-item_modal div {
        width: calc(50% - 20px);
    }

    .name-item_modal div input {
        width: 97%;
    }

    .name-item_modal div label {
        display: block;
        padding-bottom: 5px;
    }
}


.product_details_href {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.product_details_href:hover {
    color: #000;
}

.icon_plus:after {
    visibility: hidden;
}

.icon_plus:before {
    visibility: visible;
}



[data-css-icon] {
    --animdur: 0.3s;
    --loading-animdur: 0.8s;
    --animtf: ease-in;
    --bdw: 2px;
    --bdrs: 50%;
    --bgc: transparent;
    --c: currentcolor;
    --dots-bgc: silver;
    --dots-size: 0.5rem;
    --icon-size: 1rem;
    --size: 2.5rem;

    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

[data-css-icon] i {
    align-items: center;
    background-color: var(--bgc);
    border-radius: var(--bdrs);
    box-sizing: border-box;
    display: inline-flex;
    height: var(--size);
    justify-content: center;
    position: relative;
    transition: background-color var(--animdur) var(--animtf);
    width: var(--size);
}

[data-css-icon] i::after,
[data-css-icon] i::before {
    transform-origin: 50% 50%;
    transition: all var(--animdur) var(--animtf);
}

[data-css-icon*="plus"] i::after,
[data-css-icon*="plus"] i::before {
    /* Width need to be the diagonal of the down-arrow side-length (--size): sqrt(2) * --size. */
    --w: calc(var(--icon-size) * 1.4142135623730950488016887242097);
    background: var(--c);
    content: "";
    height: var(--bdw);
    position: absolute;
    width: var(--w);
}

[data-css-icon*="plus"] i::before {
    transform: rotate(90deg);
}

/* STATE */
[open]>summary>[data-css-icon*="plus"] i::after {
    transform: rotate(180deg);
}

[open]>summary>[data-css-icon*="plus"] i::before {
    transform: rotate(-0deg);
}

[data-css-icon*="plus1"] i::after,
[data-css-icon*="plus1"] i::before {
    /* Width need to be the diagonal of the down-arrow side-length (--size): sqrt(2) * --size. */
    --w: calc(var(--icon-size) * 1.4142135623730950488016887242097);
    background: var(--c);
    content: "";
    height: var(--bdw);
    position: absolute;
    width: var(--w);
}

[data-css-icon*="plus1"] i::before {
    transform: rotate(0deg);
}

/* STATE */
[open]>summary>[data-css-icon*="plus1"] i::after {
    transform: rotate(90deg);
}

[open]>summary>[data-css-icon*="plus1"] i::before {
    transform: rotate(180deg);
}

/* For this demo only */

.details123 {
    width: 40rem;
    font-family: 'Geomanist', sans-serif;
    border-top: 1.5px solid #e8e8e8;
}

button {
    font-family: inherit;
    font-size: inherit;
}

.details123 {
    height: var(--collapsed);
    overflow: hidden;
    transition: height 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.details123[open] {
    height: var(--expanded);
}

.details123active {
    height: var(--expanded);
}

.details1234 {
    width: 40rem;
    font-family: 'Geomanist', sans-serif;
}

.details1234 {
    height: var(--collapsed);
    overflow: hidden;
    transition: height 300ms cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.details1234[open] {
    height: var(--expanded);
}

summary {
    border: 0;
    border-radius: 5px;
    list-style-type: none;
    margin: 0.5rem 0;
    outline: none;
    padding-bottom: 0.5rem;
    padding-top: 2rem;
    user-select: none;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'Geomanist', sans-serif;
}

.dropdown-content {
    display: none;
}

.show {display: block;}

.details_li {
    font-size: 16px;
    color: #686868;
    font-family: 'Geomanist_r', sans-serif;
    margin-bottom: 10px;
}

.details_dot {
    color: #000;
    font-size: 18px;
    float: left;
    padding-right: 15px;
}

summary::marker {
    display: none;
}

summary::-webkit-details-marker {
    display: none;
}

/* 4 States of summary */
button,
summary {
    --bgc: hsl(195, 10%, 90%);
}

[open]>summary {
    --bgc: hsl(195, 10%, 20%);
    --c: hsl(195, 10%, 92%);
}

button:focus,
summary:focus {
    --bgc: hsl(195, 10%, 75%);
}

[open]>summary:focus {
    --bgc: hsl(195, 10%, 10%);
    --c: hsl(195, 10%, 99%);
}

[open]>summary:focus>[data-css-icon*="fill"],
[open]>summary>[data-css-icon*="fill"] {
    --bgc: hsl(195, 10%, 80%);
    --c: hsl(195, 10%, 10%);
}

summary+* {
    color: #777;
    line-height: 1.6;
    padding: 0.5rem;
}

.sidenav_right_productdetails {
    max-height: 100%;
    width: 600px;
    position: sticky;
    float: right;
    z-index: 1;
    top: 50px;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.mobile_product_details{
    display: none;
}

.request-btn {
    background: #ce3232;
    border-radius: 0;
    border: 2px solid #ce3030;
    color: #f9f9f9;
    font-size: 20px;
    padding: 10px 5px 10px 5px;
    border-radius: 50px;
    width: 60%;
    margin-top: 0%;
    text-align: center;
    font-family: Geomanist;
}

.request-btn:hover {
    color: #ce3030;
    border: 2px solid #ce3030;
    background-color: #fff;
}

.request-btn2 {
    background: #2ab540;
    border-radius: 0;
    border: 2px solid #2ab540;
    color: #f9f9f9;
    font-size: 18px;
    padding: 5px 5px 5px 5px;
    border-radius: 50px;
    width: 60%;
    margin-top: 0%;
    text-align: center;
    font-family: Geomanist;
	margin-bottom:3px;
	padding-right:150px;
}

.request-btn2:hover {
    color: #ce3030;
    border: none;
    background-color: none;
}


.request-btn-whatsapp {
    background: #2ab540;
    border-radius: 0;
    border: 2px solid #2ab540;
    color: #f9f9f9;
    font-size: 18px;
    padding: 5px 5px 5px 5px;
    border-radius: 50px;
    width: 60%;
    margin-top: 0%;
    text-align: center;
    font-family: Geomanist;
	margin-bottom:3px;
	padding-right:0px;
	height:50px;
}

.request-btn-whatsapp:hover {
    color: #ffffff;
    border: none;
    background-color: none;
}



@media only screen and (max-width: 900px) {
    .sidenav_right_productdetails {
        display: none;
    }

    .mobile_product_details{
        max-width: 100%;
        display: block;
        margin-bottom: 50px;
    }

    .request-btn {
        font-size: 20px;
        width: 100%;
    }
    .request-btn-whatsapp {
        font-size: 20px;
        width: 100%;
    }
	
    .sidenav_left{
        display: none;
    }
    
    .breadcrumb2 {
        margin-top: 10px;
        margin-bottom: 5px;
        max-width: 100%;
        margin-left: 0;
    }

    .left-sidebar-icon {
        padding-left: 5px;
        float: left;
        margin-top: -2px;
    }

    .left-sidebar-text1 {
        padding-left: 5px;
        font-size: 15px;
        color: #acacac;
        float: left;
        font-family: 'Geomanist_r', sans-serif;
    }

    .left-sidebar-text2 {
        font-size: 15px;
        color: #101d39;
        float: left;
        font-family: 'Geomanist_r', sans-serif;
    }
}

.main_right_productdetails {
    margin-right: 20px;
    /* Same as the width of the sidenav */
    padding: 0px 10px;
    margin-top: 1px;
}

.product_details_icon_frame {
    padding-top: 5px;
    background-color: none;
}

.product_details_icon {
    float: left;
    width: 50px;
    margin-right: 3px;
    margin-bottom: 5px;
    background-color: none;
}

.product_details_icon_text_div {
    float: left;
    width: 40%;
    height: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: none;
}


@media only screen and (max-width: 1280px) {
    .product_details_icon_text_div {
        float: left;
        width: 35%;
        height: 50px;
        margin-right: 5px;
        margin-bottom: 5px;
        background-color: none;
    }

}

@media only screen and (max-width: 1050px) {
    .product_details_icon_text_div {
        float: left;
        width: 20%;
        height: 50px;
        margin-right: 5px;
        margin-bottom: 5px;
        background-color: none;
    }
}


.product_details_icon_text {
    font-size: 18px;
    color: #000;
    margin-left: 10px;
}

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

    .main_right_productdetails {
        margin-right: 0;
        /* Same as the width of the sidenav */
        padding: 0;
        margin-top: 1px;
    }
}

#productdetails12 .row {
    margin-top: -150px;
}

.productdetails-left-card {
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.productdetails_h2 {
    font-family: 'Geomanist', sans-serif;
    color: #000;
    font-size: 20px;
}

.productdetails_h2s {
    font-family: 'Geomanist', sans-serif;
    color: #000;
    font-size: 30px;
}

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

    #productdetails12 .row {
        margin-top: -100px;
    }

    .productdetails-left-frame {
        max-width: 100%;
        margin-left: 0;
    }

    .productdetails_h2s {
        font-family: 'Geomanist', sans-serif;
        color: #000;
        font-size: 28px;
    }
}
















/***********producttesting***********/

/*#slider_details {
    text-align: center;
}

.label_productdetail,
#active,
img {
    -moz-user-select: none;
    -webkit-user-select: none;
}

.catch {
    display: block;
    height: 0;
    overflow: hidden;
}

#slider_details {
    margin: 0 auto;
    margin-bottom: 45px;
}

.input_productdetails {
    display: none;
}

#slide_productdetails1:checked~#slides_productdetails .inner_productdetails {
    margin-left: 0;
}

#slide_productdetails2:checked~#slides_productdetails .inner_productdetails {
    margin-left: -100%;
}

#slide_productdetails3:checked~#slides_productdetails .inner_productdetails {
    margin-left: -200%;
}

#slide_productdetails4:checked~#slides_productdetails .inner_productdetails {
    margin-left: -300%;
}

#slide_productdetails5:checked~#slides_productdetails .inner_productdetails {
    margin-left: -400%;
}

#slide_productdetails6:checked~#slides_productdetails .inner_productdetails {
    margin-left: -500%;
}

#container_productdetails {
    width: 100%;
    overflow: hidden;
}

.article_prouctdetails img {
    max-width: 70%;
}

.article_prouctdetails2 img {
    max-width: 50%;
}

#slides_productdetails .inner_productdetails {
    width: 600%;
    line-height: 0;
}

#slides_productdetails .article_prouctdetails {
    width: 16.666667%;
    float: left;
}

#commands {
    margin: -40% 0 0 0;
    width: 100%;
    height: 50px;
}

#commands .label_productdetail {
    display: none;
    width: 80px;
    height: 80px;
    opacity: 1;
}

#commands .label_productdetail:hover {
    opacity: 0.8;
}

#active {
    position: relative;
    z-index: 6;
    margin: 35% 0 0;
    width: 100%;
}

#active .label_productdetail {
    display: inline-block;
    width: 120px;
    height: 70px;
    background-color: #fff;
    margin-left: 10px;
}

#active .label_productdetail:hover {
    background-color: #fff;
    border-bottom: 3.5px solid #c43030;
}

#slide_productdetails1:checked~#commands .label_productdetail:nth-child(2),
#slide_productdetails2:checked~#commands .label_productdetail:nth-child(3),
#slide_productdetails3:checked~#commands .label_productdetail:nth-child(4),
#slide_productdetails4:checked~#commands .label_productdetail:nth-child(5),
#slide_productdetails5:checked~#commands .label_productdetail:nth-child(6),
#slide_productdetails6:checked~#commands .label_productdetail:nth-child(1) {
    background: url("../images/icon/next-arrow.png") no-repeat;
    float: right;
    margin: 0 -30px 0 0;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

#slide_productdetails1:checked~#commands .label_productdetail:nth-child(6),
#slide_productdetails2:checked~#commands .label_productdetail:nth-child(1),
#slide_productdetails3:checked~#commands .label_productdetail:nth-child(2),
#slide_productdetails4:checked~#commands .label_productdetail:nth-child(3),
#slide_productdetails5:checked~#commands .label_productdetail:nth-child(4),
#slide_productdetails6:checked~#commands .label_productdetail:nth-child(5) {
    background: url("../images/icon/prev-arrow.png")no-repeat;
    float: left;
    margin: 0 0 0 -18px;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

#slide_productdetails1:checked~#active .label_productdetail:nth-child(1),
#slide_productdetails2:checked~#active .label_productdetail:nth-child(2),
#slide_productdetails3:checked~#active .label_productdetail:nth-child(3),
#slide_productdetails4:checked~#active .label_productdetail:nth-child(4),
#slide_productdetails5:checked~#active .label_productdetail:nth-child(5),
#slide_productdetails6:checked~#active .label_productdetail:nth-child(6) {
    background: #fff;
    border-bottom: 3.5px solid #c43030;
}

.label_productdetail img {
    max-width: 50%;
}

#slides_productdetails {
    position: relative;
    padding: 0px;
    margin: 10px 0 0;
    background: #fff;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

#slides_productdetails .inner_productdetails {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

#slider_details {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

#commands .label_productdetail {
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

#slide_productdetails1:checked~#slides_productdetails .article_prouctdetails:nth-child(1) .caption,
#slide_productdetails2:checked~#slides_productdetails .article_prouctdetails:nth-child(2) .caption,
#slide_productdetails3:checked~#slides_productdetails .article_prouctdetails:nth-child(3) .caption,
#slide_productdetails4:checked~#slides_productdetails .article_prouctdetails:nth-child(4) .caption,
#slide_productdetails5:checked~#slides_productdetails .article_prouctdetails:nth-child(5) .caption,
#slide_productdetails6:checked~#slides_productdetails .article_prouctdetails:nth-child(6) .caption {
    opacity: 1;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
    -o-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s;
}

#slider_details {
    max-width: 960px;
}

@media only screen and (max-width: 850px) and (min-width: 450px) {
    #slider_details #commands {
        margin: -25% 0 0 5%;
        width: 90%;
        height: 50px;
    }

    #slider_details #commands .label_productdetail {
        -moz-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    #slider_details #slides_productdetails .caption {
        padding: 280px 12px;
    }

    #slider_details #slides_productdetails {
        padding: 2px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #slider_details #active {
        margin: 15% 0 0;
    }
}

@media only screen and (max-width: 1300px) {
    #active .label_productdetail {
        display: inline-block;
        width: 100px;
        height: 70px;
        background-color: #fff;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 450px) {
    #slider_details #commands {
        margin: -28% 0 0 1%;
        width: 100%;
        height: 70px;
    }

    #slider_details #active {
        margin: 12% 0 0;
    }

    #slider_details #slides_productdetails {
        padding: 2px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #slider_details #slides_productdetails .caption {
        opacity: 0 !important;
    }

    #slider_details #commands .label_productdetail {
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
}*/

/*Product Slider Test 2*/

.product_slide22 {
    display: none
}

.product_slide22_img {
    max-width: 70%;
    vertical-align: middle;
    margin-right: auto;
    margin-left: auto;
}

/* Slideshow container */
.product_slide_container {
    max-width: 960px;
    background-color: #fff;
    margin-top: 10px;

}

/* Next & previous buttons */
.product_next22 {
    background: url("../images/icon/next-arrow.png") no-repeat;
    float: right;
    margin: -38% 0 0 0;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.product_prev22{
    background: url("../images/icon/prev-arrow.png")no-repeat;
    float: left;
    margin: -38% 0 0 0;
    display: block;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.product_next22,
.product_prev22:hover{
    opacity: 0.8;
}



/* The dots/bullets/indicators */

.dot_product_div {    
    margin-bottom: 50px;
    margin-top: 15px;
}

.dot_product {
    display: inline-block;
    width: 120px;
    height: 70px;
    background-color: #fff;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 5px;
    text-align: center;
}

.dot_product_img{
    max-width: 50%;
}

.product_active22,
.dot_product:hover {
    background-color: #fff;
    border-bottom: 3.5px solid #c43030;
}

.prouctdetails_h3 {
    font-family: 'Geomanist', sans-serif;
    font-size: 18px;
    margin-bottom: -10px;
}

.prouctdetails_h2 {
    font-family: 'Geomanist', sans-serif;
    color: #000;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
}

#BackToTop123 {
  position: fixed;
  bottom: 20px;
  right: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  width: 100px;
  height: 100px;
}

#BackToTop123:hover {
  color: #ce3030
}

@media (max-width: 550px){

    .prouctdetails_h3 {
        font-family: 'Geomanist', sans-serif;
        font-size: 13px;
        margin-bottom: -10px;
    }

    .prouctdetails_h2 {
        font-family: 'Geomanist', sans-serif;
        color: #000;
        font-size: 30px;
        line-height: 120%;
        text-transform: uppercase;
    }

    .main_right_product {
        margin-left: 0;
        /* Same as the width of the sidenav */
        padding: 0px 0px;
    }

    .product-image-wrapper {
        margin-bottom: 50px;
        max-width: 100%;
        border-radius: 25px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .product-image-wrapper:hover {
        box-shadow: none;
    }

    .product_slide22_img {
        max-width: 100%;
        vertical-align: middle;
        margin-right: auto;
        margin-left: auto;
    }

    .dot_product_img{
        max-width: 100%;
    }

    .dot_product_div {    
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .dot_product {
        display: inline-block;
        max-width: 20%;
        max-height: 100%;
        background-color: #fff;
        margin-right: 5px;
        cursor: pointer;
        margin-bottom: 15px;
        text-align: center;
    }

    .product_slide_container {
        max-width: 100%;
        background-color: #fff;
        margin-top: 10px;
    }

    .product_next22 {
        background: url("../images/icon/next-arrow.png") no-repeat;
        float: right;
        margin: 0 0 0 0;
        display: block;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    .product_prev22{
        background: url("../images/icon/prev-arrow.png")no-repeat;
        float: left;
        margin: 0 0 0 0;
        display: block;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    .product_details_icon_frame {
        padding-top: 5px;
        background-color: none;
        max-width: 100%;
        background-color: none;
    }

    .product_details_icon {
        float: left;
        max-width: 100%;
        height: 70px; 
        margin-right: 5px;
        margin-left: 0;
        margin-bottom: 2px;
        background-color: none;
    }


    .product_details_icon_text_div {
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
        background-color: none;
        width: 90px;
        height: 70px;
    }

    .product_details_icon_text {
        font-size: 12px;
        color: #000;
        margin-left: 0px;
    }

    .product_detailstable {
        font-family: 'Geomanist', sans-serif;
        border-collapse: collapse;
        max-width: 100%;
        color: #000;
        margin-top: -10px;
        font-size: 10px;

    }

    .product_detailsth {
        text-align: left;
        max-width: 100%;
        padding: 3px;
        background-color: #f9f9f9;
        color: #000;
        font-family: 'Geomanist_r', sans-serif;
    }

    .product_detailstd {
        font-family: 'Geomanist_r', sans-serif;
        border-bottom: 1px solid #dddddd;
        text-align: left;
        max-width: 100%;
        padding: 3px;
        background-color: #f9f9f9;
        color: #757575;
    }

    .product_detailstr:nth-child(even) {
        background-color: #f6f6f6;
    }

     .details123 {
        max-width: 100%;
        font-family: 'Geomanist', sans-serif;
        border-top: 2px solid #e8e8e8;
        margin-left: auto;
        margin-right: auto;
    }

    .details1234 {
        max-width: 100%;
        font-family: 'Geomanist', sans-serif;
        border-top: 2px solid #e8e8e8;
        margin-left: auto;
        margin-right: auto;
    }

    #BackToTop123 {
      display: none;
    }
}

@media (max-width: 360px){
    .product_details_icon_text_div {
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
        background-color: none;
        width: 80px;
        height: 70px;
    }
}
.breadcrumb1 {
    margin-top: 30px;
}

.img-productmays{
    width: 230px;
    height: 230px;
}

<!-- MOBILE VERSION-->
@media (max-width: 767px) {
    .ProductPG .wrap { overflow: hidden;}
    .breadcrumb1 {
        margin-top: 35px;
    }
}


#message {  padding: 0px 40px 0px 5px; }
        #mail-status {
            padding: 12px 20px;
            width: 100%;
            display:none; 
            font-size: 1em;
            font-family: "Georgia", Times, serif;
            color: #fff;
        }
        .error{background-color: #ce3030; color: #fff;  margin-bottom: 40px;}
        .success{background-color: #48e0a4; }
        .g-recaptcha {margin: 0 0 25px 0;}   