
body{
    margin: 0;
    padding: 0;
    color:#000;
    font-family: 'Poppins', sans-serif !important;   
}
a,
a:hover{
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff; 
    border-radius: 10px;
}
img{
    max-width: 100%;
    height: auto;
}
ul{
    list-style: none;
    padding-left: 0;
}
/* 
header css start 
*/
.container{
    position: relative;
    max-width: 1440px;
    width: 100%;
}
.top_header{
    background-color: #333e48;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}
.top_header p{
    color: #fff;
    font-weight: 600;
    line-height: 31px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.top_header ul{
        float: right;
        margin-bottom: 0;
}
.top_header li{
    color: #fff;
    line-height: 31px;
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.top_header li a{
    color: #fff;
}
.top_header li img{
    margin-right: 12px;
}
.middle_header{
    padding-top: 19px;
    padding-bottom: 19px;
    /*display: inline-block;*/
}
.middle_header .logo{
    float: left;
    position: relative;
    z-index: 99;
}
.main_menu{
    position: relative;
    top: 30px;  
}
.main_menu .toggle,
[id^=drop] {
    display: none;
}
.main_menu .toggle_border {
    position: relative;
    float: right;
    padding: 5px 10px;
    margin-right: -15px;
    margin-bottom: 8px;
    background-image: none;
    background-color: #004dbe;
    border: 1px solid #fff;
    border-radius: 4px;
}
.main_menu .icon_bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid #fff;
    margin-top: 4px;
    margin-bottom: 2px;
}
.main_menu nav {
    /*margin: 0px 0 0 190px;*/
    padding: 0;
}

.main_menu nav:after {
    content: "";
    display: table;
    clear: both;
}

.main_menu nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 99;
    padding: 0;
    vertical-align: top;
    white-space: nowrap;
}

.main_menu nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
    padding: 10px 18px;
    position: relative;
}
 
.main_menu nav ul li:last-child:before{
    background-color: transparent;
}
/*.main_menu nav ul li:last-child {
    padding: 0;
} */
/*.main_menu nav ul li.active a{
    color: #000000 !important;
}*/
.main_menu nav a { 
    color: #000;
    font-weight: bold;
        font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 3.5rem 1rem;
}
.main_menu nav li a:hover{
        color: #df3737;
}
/*.main_menu nav li:last-child a{
    padding-right: 0;
}*/
/*.main_menu nav ul li ul li:hover {
    background: #4f941f;
}*/
/*.main_menu nav ul.menu li > a:hover{
    background-color: #777;
}*/
.main_menu nav ul ul {
    display: none;
    position: absolute;
    top: 62px;
    background-color: #ffffff;
    z-index: 1000;
    min-width: 295px;
}

.main_menu nav ul ul li a {
    color: #333e48 !important;
    font-size: 14px !important;
    min-width: 295px; 
    font-weight: 500;
}

.main_menu nav ul li:hover>ul {
    display: inherit;
}

.main_menu nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
        min-width: 295px;
            border-bottom: 1px solid #ddd;
}

.main_menu nav ul ul ul li {
    position: relative;
        top: 0;
    left: 0;
    min-width: 295px;

}
.main_menu nav ul ul ul{
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 0 6px 6px 6px;
    background-color: #fff !important;
    left: 295px;
    top: -1px;

}
.main_menu nav ul ul ul li a{
    /*padding: 8px 20px;*/
    color: #111 !important;
    border-bottom: none;
    font-weight: 400;
}
.main_menu nav ul ul ul li a:hover{
    background: rgb(221, 221, 221) !important;
}

/* li>a:after {
    content: ' +';
} */
.main_menu li>a i{
    margin-right: 7px;
}
.main_menu li>a:only-child:after {
    content: '';
}
.main_menu span.caret {
    border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.main_menu span.caret_right:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-left-color: #ccc;
    margin-top: 16px;
    margin-right: 1px;
}
.main_menu svg.fa-bars {
    margin-right: 7px;
}
.menu_section h6{
    font-size: 15px; 
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    text-align: right;
}
.menu_section h6 i{
    padding-right: 5px;
}
.middle_header h3{
        font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #2b2d42;
    font-size: 13px;
    padding: 5px 0 5px 65px;
    margin: 24px 0;
    width: auto;
    height: 47px;
    text-align: right;
}
.middle_header h3 img{
    margin-right: 15px;
    vertical-align: -19px;
}
.bottom_header{
    background-color: #f7b392;    
}
.bottom_header .main_menu{
    top: 0;
}
.bottom_header .main_menu nav ul{
    float: left; 
    padding: 21px 0;
}
.bottom_header .main_menu nav a{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #2b2d42;
    vertical-align: middle;
    line-height: 21px;
}
.bottom_header .main_menu nav a i{
    padding-left: 5px;
}
.bottom_header .main_menu nav ul li{
    padding: 10px 0;
}
.bottom_header input,.bottom_header .input-group-btn button {
    border: none!important
}
.bottom_header .search_box,.account {
    display: inline-block
}
.bottom_header .search_box .input-group{
    background-color: #fad1be;
}
.bottom_header .search_box .input-group,.bottom_header .search_box {
    width: 100%;
    max-width: 558px;
    margin-right: 0;
    float: right;
    margin-top: 9px;
}
.bottom_header .input-group {
    border: 1px solid #eaecef;
    /*border-radius: 4px;*/
}
.bottom_header .search_box input {
    height: 40px;
    padding: 8px 15px;
    box-shadow: none;
    width: 100%;
    background: transparent; 
} 
.search_box button{
    padding: 8px 15px;
    font-size: 16px;
    color: #fff;
    border-left: none;
    background-color: transparent;
}
.search_box button .fa-search{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 10px;
    color: #3e3c4e;
    font-size: 20px;
}
 
.search_box input::-webkit-input-placeholder  { /* WebKit browsers */
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;  
    font-weight: 400;
}
.search_box input:-moz-placeholder  { /* Mozilla Firefox 4 to 18 */
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;  
    font-weight: 400;
    opacity:  1;
}
.search_box input::-moz-placeholder  { /* Mozilla Firefox 19+ */
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;  
    font-weight: 400;
    opacity:  1;
}
.search_box input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;  
    font-weight: 400;
} 
/* 
header css end 
*/
/* 
banner_section css start 
*/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

.banner_section .carousel-control.left,
.banner_section .carousel-control.right {
    background-image: none
}

.banner_section .carousel-control {
    opacity: inherit
}
.banner_section .carousel-indicators {
    left: 9%;
}
.banner_section .carousel-indicators li {
    background-color: #fff;
    border: none !important;
}
.banner_section .carousel-indicators .active {
    background-color: #f7b392;
    width: 30px;
}
/*.banner_section .item{
    position: relative;
}*/
.banner_section .item .banner_slide_content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%; 
}
.banner_section .item .banner_slide_content h2{
    font-weight: 700;
    font-size: 55px;
    color: #333e48;
    margin: 0;
    padding: 0;
    line-height: normal;
} 
.banner_section .item .banner_slide_content p{
        font-weight: 300;
    font-size: 16px;
    color: #8d99ae;
        font-family: 'Montserrat', sans-serif;
}
.banner_section .item .banner_slide_content .signup-btn {
    color: #fff;
    background-color: #f7b392;
    border: none;
    font-size: 16px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 14px 34px;
    margin: 10px 0;
    margin-bottom: 0;
    display: inline-block;
    font-style: italic;
}

/* 
banner_section css end 
*/
/*main_section css start 
*/
.new-products-main-part {
    width: 100%;
    padding-top: 56px;
    text-align: center;
    padding-bottom: 26px;
}
.new-products-main-part h2 {
    text-transform: uppercase;
    font-size: 26px;
    color: #f7b392;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
}
.new-products-main-part table.v4stw{
        max-width: 1170px;
    margin: 0 auto;
}
.view-more-products-btn {
    text-decoration: none;
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 5px;
    color: #f7b392 !important;
    border-radius: 3px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #f7b392;
    text-align: center;
    text-transform: uppercase;
}
.product_detail h2{
    font-weight: 700;
    font-size: 24px;
    font-family: Montserrat, sans-serif;
    margin-bottom: 14px;
    line-height: 30px;
    color: rgb(247, 179, 146);
}
.product_detail h2 a{
        color: rgb(247, 179, 146);
    text-decoration: none;
}
.product_detail span{
        width: 100%;
    display: inline-block;
    font-weight: 600;
    color: rgb(51, 62, 72);
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    margin-bottom: 22px;
}
.tabs_box{
    background-color: #fff;
}
.tab_section {
    display: flex;
    flex-wrap: wrap; 
    margin: 40px 0;
    /*justify-content: center;*/
}
.tab_section label {
order: 1;
    float: left;
    width: auto;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    line-height: 38px;
    color: rgb(51, 62, 72);
    font-size: 17px;
    height: 41px;
    position: relative;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    padding: 1px 23px;
    transition: background 0.2s ease 0s;
    border-bottom: none;
    margin: 0px !important;
}
.tab_section .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    background-color: #fff; 
    padding: 25px; 
   /* margin-top: 20px;*/
    border-top: 1px solid rgb(235, 232, 238);
    /*border: 1px solid #cecece;*/
}
.tab_section .tab p,
.tab_section .tab span{
    font-size: 16px;
    color: #030303; 
    font-weight: 300; 
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    display: block;
} 
.tab_section .tab span b{
    color: #bca071;
    font-weight: 500;
} 
.tab_section ul{
    list-style-type: disc;
}
.tab_section ul li{
    line-height: 30px;
    font-size: 16px;
    color: #030303;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif; 
    padding-bottom: 6px;
} 
.tab_section input[type="radio"] {
    display: none; 
}
.tab_section input[type="radio"]:checked + label { 
    color: rgb(255, 255, 255);
    background: rgb(247, 179, 146);
    border-color: rgb(247, 179, 146);
}
/*.tab_section input[type="radio"]:checked + label:after { 
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #bca071;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -14px;
}*/
.tab_section input[type="radio"]:checked + label + .tab {
    display: block;
}
.why-choose-online-main-part{ width: 100%; padding-top: 56px; text-align: center; padding-bottom: 0; }
.why-choose-online-main-part h2{ text-transform: uppercase; font-size: 26px; color: #f7b392; text-align: center; font-weight: 700; } 
.why-choose-online-main-part p{ text-align: center; font-weight:400; margin-bottom: 34px; font-size: 12px; }
.why-choose-box{ width: 100%; text-align: center; margin-bottom: 40px; min-height: 249px;}
.why-choose-box img{ margin-bottom: 30px; }
.why-choose-box h2{ width: 100%; text-align: center; margin-bottom: 10px; text-transform: capitalize; font-weight: 700; font-size: 18px; color: #333e48; }
.why-choose-box p{ width: 85%; display: inline-block; color: #8d99ae; font-size: 17px; line-height: normal; font-weight: 300; margin-bottom: 0; }

.why-choose-main-part{width: 100%; padding-top: 56px; text-align: center; padding-bottom: 0; }
.why-choose-main-part h2{ text-transform: uppercase; font-size: 26px; color: #f7b392; text-align: center; font-weight: 700; } 
.why-choose-main-part p{ text-align: center; font-weight:400; margin-bottom: 34px; font-size: 12px; }

.why-choose{ width: 100%; position: relative; margin-bottom: 30px; }
.why-choose-text-sec{ width: 100%; position: absolute; padding: 20px; height: 100%; bottom: 0; right: 0; left: 0; top: 0; text-align: left;}
.why-choose-text-sec p{ width: 100%; font-weight: 400; line-height: normal; margin-bottom: 5px; text-align:left; font-family: 'Montserrat', sans-serif; font-size: 12px; color: #2b2d42;}
.why-choose-text-sec h4{ width: 100%; color: #2b2d42; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px;}

/* 
main_section css end 
*/
/* 
footer css start 
*/
footer{ background-color: #fff7f3; margin-top: 88px; }
.footer-main{ width: 100%;  }
.footer-top {padding-bottom: 88px; padding-top: 88px; }
.footer-top img{ margin-bottom: 22px; }
.footer-top p{font-family: 'Montserrat', sans-serif; line-height:22px; font-size: 14px; color: #333e48; font-weight: 300;}
.footer-top h3{ font-weight: 700; font-family: 'Montserrat', sans-serif; font-size: 18px; margin-bottom: 26px; }
.footer-top ul{ list-style-type: none; }
.footer-top ul li{ width: 50%; text-align: left; float: left; margin-bottom: 10px; }
.footer-top ul li a{ font-weight: 600; color: #333e48; font-family: 'Montserrat', sans-serif; font-size: 12px; text-decoration: none; }
.footer-top ul li a:hover{ font-weight: 700; }
ul.information-footer-menu li{ width: 100%; }
.footer-mid-part{ width: 100%; border-top: solid 1px #f7b392; padding-top: 15px; padding-bottom: 15px; }
.footer-mid-part p{ width: 100%; font-weight: 600; line-height: 45px; font-family: 'Montserrat', sans-serif; font-size: 12px; color: #030303; }
.footer-mid-part ul{ list-style-type: none; float: right; }
.footer-mid-part ul li{ width: auto; float: left; margin-left: 2px; }
.footer-mid-part ul li img{ border: solid 1px #e6e5e5; }
.footer-bottom-copy-right{ width: 100%; background-color:#f7b392; padding-bottom: 10px; padding-top: 20px; }
.footer-bottom-copy-right p{ width: 100%; font-family: 'Montserrat', sans-serif; line-height:normal; font-size: 12px; color: #333e48; font-weight: 300; }
.footer-bottom-copy-right span{ float: right; font-family: 'Montserrat', sans-serif; line-height:normal; font-size: 12px; color: #333e48; font-weight: 300; }
.footer-bottom-copy-right span a{ font-weight: 600; color: #001041;}
.footer-bottom-copy-right span a:hover{color: #333e48; text-decoration: underline;}
.signup-btn {color: #fff;background-color: #f7b392;border: none;font-size: 16px;border-radius: 50px;font-family: 'Montserrat', sans-serif;
font-weight: 700;text-transform: uppercase;padding: 14px 34px;margin: 20px 0;margin-bottom: 0; display: inline-block;}
.signup-btn:hover{ color: #000; }
/* 
footer css end 
*/
 /* CSS lightbox */
 .product_gallery{
    margin-top: 30px;
 }
.product_gallery .span12{
    padding: 0 15px;
    /*position: relative;*/
}
/*.left_side_imgs{
    width: 25%;
    float: left;
    margin-left: 15px;
}
.right_side_imgs{
    width: 85%;
    float: right;
        text-align: left;
    position: relative;
} */
.right_side_imgs{
    min-height: 100%;
    height: 100%;
    position: relative;
    width: 100% !important;
    float: none !important;
}
.thumb {
    max-width: 40%;
}
.bottom_imgs{
    margin-top: 170px;
}
.row.image-row.text-center {
    display: inline-block;
    z-index: 999999;
    min-height: 100%;
    margin-right: 15px;
}
.row.image-row.text-center .span2{
    margin: 0 5px;
    display: inline-block;
    /* width: 150px; */
    /*height: 150px;*/
    z-index: 99999;
}
.gallery_images:target {
    outline: none;
    opacity: 1; 
    transition: all .2s ease-in-out;
}
.gallery_images:target img{
    opacity: 1;
    cursor: none;
}
.gallery_images {
    opacity: 0;
        position: absolute !important;
        z-index: 999;
        width: 100%;
        text-align: center;
        top: 0;
        right: 0;
        /*border: 1px solid #dfdfdf;*/
        margin-right: 15px;
    /*min-height: 100%;*/ 

}
/*.image-row .span2:target .gallery_images img{
    opacity: 1;
    display: block;
}*/
.gallery_images img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    padding-top: 0;
    opacity: 0;
}
.span2 .image img {
        width: 68px;
        height: 68px;
        border: 1px solid #dfdfdf;
        padding: 3px;
        margin-bottom: 20px;
}
.span2>image>img{
        opacity: 1;
}
.default_img_div{
    opacity: 1;
    min-height: 100%;
}
.default_img_div .default_img{
    opacity: 1;
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
}
.gallery_images:target#img1{
    opacity: 0;
    display: : none;
}
/* END CSS lightbox */
#gh-logo { 
    max-width: inherit;
}