 @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

*{
font-family: 'Manrope', sans-serif;
}
body{
    margin: 0;
    padding: 0;
    color:#000;

}
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;
}

.show_480{
    display: none;
}
.hide_480{
    display: block;
}
.show_767{
    display: none;
}
.hide_767{
    display: block;
}
.content{
   width: 100%;
   max-width: 1280px;
   margin: 0px auto; 
}
.flex_div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.v_center {
    align-items: center;
    display: flex;
}

.container {
    width: 100% !important;
    max-width: 1380px !important;
}

.product_detail_column {
    margin-top: 70px;
    background: url("../images/main_bg.png") no-repeat scroll center top / 100% 100%;
}
.product_detail_column .container {
    background: rgba(255,255,255,0.85);
    padding: 70px 30px 0px;
}
/* 
header css start 
*/
/*.container{
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}*/

.top_h_row {
    background: #232323;
    padding: 11.5px 0px;
}
.welcome {
    display: block;
}
.right_section ul {   
    display: flex;
    justify-content: space-between;
}
.right_section ul li:nth-child(1) a .icon {
    background-image: url("../images/news-icon.png");
    width: 23px;
    height: 20px;
    display: block;
}
.right_section ul li:nth-child(2) a .icon {
    background-image: url("../images/call-icon.png");
    width: 19px;
    height: 18px;
    display: block;
}
.right_section ul li a .icon {
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin: 0 auto;
    transition: 0.5s all ease-in-out;
    margin-bottom: 0px;
}
.right_section ul li a:hover .icon {
    background-position: center bottom;
}


.carousel-indicators {
    display: none;
}
header {
    box-shadow: 0px 0px 21px 0px rgba(181,181,181,0.75);
    position: relative;
}

.top_header {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px 30px;
}
.top_header .left_section {
    width: auto;
    float: left;
}
.top_header .left_section a {
    max-width: max-content;
    display: block;
}
.top_header .middle_section {
    width: 40%;
    float: left;
    padding: 0px 0;
}
.navbar-form {
    padding: 0px 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.top_header .right_section {
    width: 100%;
    float: none;
    padding: 0px 0;
}
.bottom_header .row.flex_div {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.bottom_header {
    padding: 50px 0px;
}

.top_header p {
    color: #dedede;
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.top_header p span {
    color: #fff;
}

.top_header ul{
    float: right;
    margin-bottom: 0;
    padding-top: 3px;
}
.top_header ul li{
    display: inline-block;
    padding: 0 15px;
    position: relative;
    text-align: center;
}
.top_header ul li:nth-last-child(1) {
    padding-right: 0px;
}
.top_header ul li a{
    color: #3d484f;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.top_header .right_section li a {
    color: #3d484f;
    font-size: 13.19px;
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    column-gap: 10px;
}
.top_header .right_section li a img{
    padding-bottom: 5px;
}
.middle_header{
    background-color: #000;
    padding: 15px 0;
}

.menu_wrapper{
    background: #1d2212!important;
    border-top: 1px solid #c5aa58;
  }

/* 
header css start 
*/

.main_menu {
    display: flex;
    max-width: max-content;
    float: right;
}

.menu_wrapper {
    background: #1d2212 !important;
    border-top: 1px solid #c5aa58;
}

p.toggle_border {
    float: right;
    margin: 10px 0;
}

.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 .toggle,
.main_menu [id^=drop] {
    display: none;
}

.main_menu nav {
    padding: 0;
}

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

.main_menu h4 {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #1d2212;
    text-align: left;
    margin: 5px;
    padding: 2px 0;
}

.main_menu nav ul li a:after {
    background: rgba(197, 170, 88, 0.25) none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
}

.main_menu nav ul {
    padding: 0;
    margin: 0;
}

ul.menu {
    text-align: center;
    max-width: max-content;
    margin: 0 auto !important;
}

.main_menu nav ul li {
    margin: 0px;
    float: left;
    margin-right: 2px;
    /* min-width: 100px; */
    text-align: center;
    border-radius: 4px;
    position: relative;
    list-style: none;
}
.main_menu nav ul li.active a {
    color: #030303 !important;
    font-weight: 600;
}

.main_menu nav ul li:first-child:after {
    border: none;
}

.col_item.header_right ul li:nth-last-child(1) a {
    padding-right: 0px;
}

    .main_menu nav a {
color: #000 !important;
font-size: 15px;
font-weight: 500;
display: block;
text-transform: uppercase;
line-height: normal;
padding: 0 25px;
text-decoration: none !important;
    }

.main_menu nav ul>li:first-child a {
    padding-left: 0;
}

.main_menu nav ul ul {
    display: none;
    position: absolute;
    z-index: 1000;
    /* padding: 20px 0px; */
    width: 100%;
    min-width: 245px;
    margin: 0 auto;
    left: -50px;
    right: 0;
    margin-top: 0px !important;
    background-color: #fff;
    /* border-radius: 4px; */
    border: 1px solid #000 !important;
    z-index: 99;
    width: 100%;
    max-width: 100%;
    min-width: 280px;
}

.main_menu nav ul ul li a {
    padding: 5px;
    text-shadow: none;
    padding: 0 10px !important;
    line-height: 1.5;
    text-transform: none;
    border-bottom: none;
    text-transform: capitalize;
}

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


.main_menu nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
    box-shadow: none;
    text-align: left;
    padding: 12px 15px;
    min-width: 275px;
    background-color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #e3e2e3;
}

.main_menu nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}


.main_menu li>a i {
    margin-left: 10px;
}

.main_menu li>a:only-child:after {
    content: '';
}

.main_menu .menu_img {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_menu li > a i.fa.fa-chevron-right {
    color: #333;
    font-size: 14px;
    margin-left: 5px;
}
/* 
header css end 
*/




.gallery_right h1 {
    margin: 0;
    font-size: 32px;
    color: #16202a;
    font-weight: bold;
}

.gallery_right .title {
    margin-bottom: 15px;
}
.price b {
    color: #ff3601;
    font-size: 32px;
}


/*==============================promotion Bar Css Start==========================*/
.promotion_section {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 50px;
    display: table;
    background: #fff;
}
.promotion_section .promo_content {
    width: 100%;
}
.promotion_section .promo_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    column-gap: 5px;
    row-gap: 5px;
}
.promotion_section .promo_content ul li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    background: #4c5a64;
    flex: auto;
    min-height: 100px;
}

.promotion_section .promo_content ul li img {
    filter: brightness(10);
}

.promotion_section .promo_content ul li .promo_text {
    text-align: left;
    font-size: 19px;
    color: #fff;
    line-height: normal;
    font-weight: 500;
    padding-left: 10px;
}
/*==============================promotion Bar Css End==========================*/

.tab_section .show_more{
    display: inline-block;
    text-align: center;
    padding: 0 29px;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    font-weight: 300;
    background-color: #ff974e;
    border: solid 1px #ff974e;
    line-height: 40px;
    margin-top: 30px;
}
.product_detail_column {
    margin-top: 0px;
    background: url("../images/main_bg.png") no-repeat scroll center top / 100% 100%;
}
.product_detail_page .row > div {
    margin: 0px;
}
.other_details ul {
    margin: 0;
    padding: 0;
}
.other_details ul:nth-child(1) li {
    border: 0px solid #acacac;
    padding: 20px 35px;
    background: #4c5a64;
}
.other_details ul:nth-child(1) li:nth-child(1) {
    border-bottom: 0px;
    background: #ff3601;
}
.other_details ul:nth-child(1) li:nth-child(2) a span {
    font-size: 13px;
    text-decoration: underline;
    color: #fff;
    padding-left: 0px;
    text-decoration: none;
}

.other_details ul:nth-child(1) li:nth-child(2) a {
    padding-left: 0px;
    display: flex;
    column-gap: 12px;
    color: #fff;
}

.other_details ul:nth-child(1) li:nth-child(2) a span {
    font-size: 17px;
    color: #fff;
    padding-left: 0px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
}
.other_details ul:nth-child(1) li:nth-child(1) a {
    color: #fff;
}
.other_details ul:nth-child(1) li:nth-child(2) a span img {
    position: relative;
    top: 5px;
}

.other_details ul:nth-child(1) li a {
    color: #2d2d2d;
    font-size: 17px;
    font-weight: 600;
    padding: 2px 0px;
}
.other_details ul:nth-child(1) li:nth-child(1) a {
    padding-left: 0px;
}

.other_details ul:nth-child(1) li:nth-child(1) span {
    margin-right: 12px;
}
.other_details ul:nth-child(1) li a img {
    filter: brightness(11);
}

.prodt_attribute {
    padding-top: 50px;
}
.prodt_attribute li {
    font-size: 16px;
    text-transform: uppercase;
    padding: 4px 0px;
}

.other_details {
    margin: 30px 0px 0px;
    max-width: 445px;
}

ul.promotion_details {
    margin: 25px auto 0px;
    display: block;
}
.specification {
    margin: 40px auto 0px;
}

.specification ul {
    margin: 0;
    padding: 0;
}
.specification ul li {
    font-size: 16px;
    color: #1c2127;
    padding: 5px 10px 5px 20px;
    background: url("../images/bullet_point.png") no-repeat scroll center left;
    position: relative;
}




.promo_box .promo_bg ul {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.promo_box .promo_bg ul li {
    flex: auto;
    background: #f00;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    align-items: first baseline;
}
.promo_box .promo_bg ul li .promo_icon {
    position: relative;
    top: 10px;
}
.promo_box .promo_bg ul li .promo_desc h3 {
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0px 0px 5px;
    text-align: left;
}
.promo_box .promo_bg ul li .promo_desc h3 + p {
    color: #fff;
    font-size: 16.5px;
    text-align: left;
}


/*========================Tab Css Start=====================================*/
.tabs_box_2 {
    background-color: #fff;
}
.tab_section_2 {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 60px;
    justify-content: flex-start;
    text-align: center;
}
.tab_section_2 label {
    order: 1;
    display: block;
    padding: 5px 26px;
    cursor: pointer;
    transition: background ease 0.2s;
    font-weight: 500;
    line-height: normal;
    margin: 12px auto 0px;
    color: #fff !important;
    font-size: 20px !important;
    height: auto;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    width: 100%;
    background: #d0021b;
    border: 1px solid #d7d7d7;
    text-align: left;
}

.tab_section_2 .tab p {
    margin: 0;
}
.tab_section_2 input[type="radio"] {
    display: none;
}
.tab_section_2 input[type="checkbox"], .tab_section_2 input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}
.tab_section_2 input[type="radio"]:checked + label {
    color: #363636;
    background-color: #1c2127;
    position: relative;
    border-bottom: 0px;
}

.tab_section_2 label {
    padding: 22px 2.5%;
    font-size: 20px;
    position: relative;
    border: 1px solid #d7d7d7;
}
.tab_section_2 label::after {
    position: absolute;
    content: "\f107";
    font-weight: 900;
    font-size: 20px;
    font-family: FontAwesome;
    right: 20px;
}

.tab_section_2 input[type="radio"]:checked + label::after {
    position: absolute;
    content: "\f107";
    font-weight: 900;
    font-size: 20px;
    font-family: FontAwesome;
    right: 20px;
    transform: rotate(180deg);
}
.tab_section_2 .tab {
    order: 1;
    flex-grow: 1;
    width: 100%;
    display: none;
    background-color: #fff;
    padding: 15px 30px;
    border: 1px solid #d7d7d7;
    margin: 0px auto 0px;
}
.tab_section_2 .tab h3 {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #363636;
}
.tab_section_2 .tab p {
    margin-bottom: 15px;
    white-space: pre-line;
    line-height: 20px;
}
.tab_section_2 .tab .col-md-12.col-sm-12 p {
    white-space: pre-line;
    display: inline;
    text-align: left !important;
    float: left;
    margin-bottom: 10px;
    line-height: normal;
}
.tab_section_2 label[for="tabfour_2"] + .tab p {
    line-height: 40px !important;
}

.tab_section_2 .tab h3:nth-of-type(1) {
    margin-top: 0px;
}
.tab_section_2 .tab p, .tab_section_2 .tab ul li, .tab_section_2 .tab span {
    font-size: 15px;
    color: #515151;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
    text-align: left !important;
}
.tab_section_2 input[type="radio"]:checked + label + .tab {
    display: block;
    border-top: 0px;
    position: relative;
}
.tab_section_2 input[type="radio"]:checked + label + .tab::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    width: 94%;
    height: 1px;
    border-top: 0px solid #d7d7d7;
    margin: 0px auto;
}

.product_detail_page .row > div {
    margin: 0px auto 0px;
}


.tabs_box {
    background: url(../images/tab_sec_bg.jpg);
    background-position: center;
    background-size: 100% 100%;
    margin-top: 0px;
}
.tab_section {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0 0;
}

.tab_section.second {
    margin: 0px 0 0px !important;
}

/*========================Tab Css End=====================================*/



.tab_section label {
    order: 1;
    display: block;
    padding: 0px 40px;
    cursor: pointer;
    transition: background ease 0.2s;
    font-weight: bold;
    line-height: 60px;
    margin: 0;
    color: #fff;
    font-size: 20px !important;
    height: 60px;
    border: 0px solid #a1a1a1;
    text-transform: uppercase;
    margin-right: 5px;
    background-color: #4c5a64;
}
.tab_section .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 25px 30px 30px;
    border: 1px solid #ccc;
    margin-top: 0px;
}

.tab_section input[type="radio"] {
    display: none;
}

.tab_section input[type="radio"]:checked + label {
    background: #ff3601;
    color: #fff;
    border-radius: 0;
    border-bottom: 3px solid #ff3601;
}
.tab_section input[type="radio"]:checked+label+.tab {
    display: block;
}
.tab_section label[for="tabfour"] {
    padding-left: 0px;
}

.tab_section ul {
    list-style-type: none;
    padding-top: 10px;
}

.tab_section ul li img {
    vertical-align: 1px;
    padding-right: 7px;
}

.tab_section ul li {
    color: #0f0f0f;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 9px;
    font-family: 'Open Sans', sans-serif;
}

.tab_section h3 {
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}

.tab_section h2 {
    color: #0f0f0f;
    font-size: 28px;
    font-weight: 700;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 25px;
}

.tab_section p {
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 20px;
    text-align: justify;
    max-width: 860px;
}

.tab_section.second p {
    max-width: 100%;
}
.tab_section .tab p {
    padding-bottom: 0px;
}

.tab_section p i {
    font-weight: 700;
}

.product_detail_page .two_section {
    margin-top: 50px;
}


/*====================================You May Also Like Start Css=========================*/
.youmightlike h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #12191c;
    letter-spacing: 0.20px;
}

.youmightlike .flex_row {
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
    flex-wrap: nowrap;
}
.youmightlike .flex_row .col_item {
    flex: auto;
    width: 100%;
    max-width: 280px;
}
.youmightlike .flex_row .col_item .image {
    text-align: center;
    border: 1px solid #c4c4c4;
    padding: 20px;
    margin-bottom: 25px;
    min-height: 260px;
    display: flex;
    align-items: center;
}

.youmightlike .flex_row .col_item .image img {
    max-width: 250px;
    display: block;
    margin: 0 auto;
    max-height: 260px;
    width: 100%;
}
.youmightlike .flex_row .col_item .desc_text p a {
  font-size: 18px;
  letter-spacing: -0.20px;
  color: #555555;
}

.youmightlike {
    margin: 50px auto 0px;
}

.youmightlike .title h2 {
    margin-bottom: 50px;
}
/*====================================You May Also Like End Css=========================*/


/*====================================Shop By Categories Start Css=========================*/
.shop-by-categories {
    margin-top: 90px;
}
.shop-by-categories .main_flex_box {
    display: flex;
    width: 100%;
}

.shop-by-categories .main_flex_box .col-item.left {
    width: 50%;
    border-radius: 0;
     background: #ededed;
}
.shop-by-categories .main_flex_box .col-item.left, .shop-by-categories .main_flex_box .col-item.right {
    vertical-align: middle;
    flex: auto;
}

.shop-by-categories .main_flex_box a {
    text-align: center;
    color: #0b0531;
    font-weight: 700;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    border: 1px solid #c4c4c4;
}

.shop-by-categories .main_flex_box .col-item a:hover .caption_text {
    color: #ff3601;
}


.shop-by-categories .main_flex_box .col-item.right {
    padding-left: 20px;
}
.shop-by-categories .main_flex_box .col-item.right ul {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 20px;
    margin: 0px;
    flex-wrap: wrap;
}
.shop-by-categories .main_flex_box .col-item.right ul li {
    background: #ededed;
    flex: auto;
    width: 100%;
    max-width: calc(50% - 10px);
    min-height: 285px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 285px;
    border-radius: 0px;
}


.shop-by-categories .main_flex_box .col-item img {
    mix-blend-mode: darken;
}

.shop-by-categories .main_flex_box .col-item.right ul li .caption_text {
    margin-top: 25px;
}
.shop-by-categories .main_flex_box .col-item.right ul:nth-child(1) {
    margin-bottom: 0px;
}
.shop-by-categories .main_flex_box .col-item .caption_text {
    margin: 60px auto 0px;
    color: #4c5a64;
    font-size: 26px;
}
.shop-by-categories .main_flex_box .col-item.left .caption_text {
    font-size: 42px;
}
.shop-by-categories .title p {
    text-align: center;
    font-size: 20px;
    color: #646464;
}
.shop-by-categories .title h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #16202a;
    margin: 0px auto 50px;
}


/*================================== Shop By Categories End Css =======================*/

/*================================== Customer Reviews Slider End Css =======================*/

.customer_testimonial h2, .category_section h2 {

    color: #000;

    text-align: center;

    font-size: 30px;

    font-weight: 700;

    text-transform: uppercase;

    padding-bottom: 20px;

}



.customer_testimonial h2{

    margin-top: 0px;

}

.customer_testimonial {

    margin-bottom: 50px;

    margin-top: 90px;

}



.customer_slides, .brand_slides {

    padding: 0;

    width: 100%;

    height: 225px;

    display: block;

    margin: 0px auto 0px;

    position: relative;

    list-style-type: none;

}



.customer_slides input,

.brand_slides input {

    display: none;

}



.customer_slides .slide-container,

.brand_slides .slide-container {

    display: block;

}



.customer_slides *,

.brand_slides * {

    user-select: none;

    -ms-user-select: none;

    -moz-user-select: none;

    -khtml-user-select: none;

    -webkit-user-select: none;

    -webkit-touch-callout: none;

}



.customer_slides .slide,

.brand_slides .slide {

    top: 0;

    opacity: 0;

    width: 100%;

    display: block;

    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;

}



.customer_slides span,

.brand_slides span {

    font-weight: 400;

    line-height: 19px;

    font-size: 16px;

    color: #361937;

    display: block;

    max-width: 97px;

    text-align: center;

    position: absolute;

    bottom: -20px;

    left: 0;

    right: 0;

    margin: 0 auto;

    max-width: 100%;

}



.customer_slides input:checked+.slide-container .slide,

.brand_slides input:checked+.slide-container .slide {

    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;

}



.customer_slides input:checked+.slide-container .nav label,

.brand_slides input:checked+.slide-container .nav label {

    display: block;

}



.customer_slides .nav label,

.brand_slides .nav label {

    display: none;

    position: absolute;

    z-index: 9;

    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;

    text-shadow: 0px 0px 15px rgb(119, 119, 119);

    top: 50%;

    transform: translateY(-50%);

    width: 35px;

    height: 35px;

}



.customer_slides .nav label.prev,

.brand_slides .nav label.prev {

    left: 1%;

}



.customer_slides .nav .next,

.brand_slides .nav .next {

    right: 1%;

}



.customer_slides .nav-dots {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.customer_slides .nav-dot{

    background-color: #9d9d9d;

    padding: 5px;

    border-radius: 10px;

    cursor: pointer;

    transition: 1s;

    width: 13px;

    height: 13px;

}



.customer_slides .nav-dot:not(:last-child){

    margin-right: 4px;

}



.nav-dot:hover {
    background: #3c3c3c;
}



.customer_testimonial input#img-1:checked ~ .nav-dots label#img-dot-1, .customer_testimonial input#img-2:checked ~ .nav-dots label#img-dot-2, .customer_testimonial input#img-3:checked ~ .nav-dots label#img-dot-3 {
    background: #3c3c3c;
}

.customer_testimonial .dflex {

    justify-content: space-between;

    align-items: inherit;

}

.customer_testimonial .customer_block {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    padding: 20px;
    min-height: 215px;
}

.customer_testimonial .customer_block .star_icons ul li {
    display: inline-block;
}
.customer_testimonial h3 {

    color: #000;

    font-size: 17px;

    font-weight: 600;

    text-align: left;

}



.customer_testimonial p {

    margin-top: 5px;

    margin-bottom: 0;

    font-size: 16px;

    line-height: 1.65;

    color: #000;

    max-width: 325px;

    text-align: left;

}



.customer_testimonial h3 {

    color: #000000;

    font-weight: 500;

    float: none;

    font-size: 15px;

    opacity: 1;

    margin-top: -4px;

    line-height: normal;

    padding-top: 20px;

}

.customer_testimonial .customer_block .star_icons ul li i {
    color: #00b67a;
    font-size: 20px;
}

/*================================== Customer Reviews Slider End Css =======================*/


/*================================== Stay Up Start Css =======================*/

.brand_logo .title h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin: 0px auto 50px;
}
.brand_logo {
    padding: 0px 0px;
    margin: 40px 0px -75px;
    position: relative;
    z-index: 99;
}

.brand_logo .flex_div .col-item {
    background: #f0f0f0;
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: calc(20% - 15px);
    min-height: 174px;
    border: 1px solid #d2d2d2;
}

/*================================== Stay Up End Css =======================*/


/*--------------------------------Start hover img---------------------------------*/
.product_detail_page .row > div.gallery-left {
    margin: 0;
}
.product_gallery .flex_div .gallery-left {
    width: 100%;
    max-width: 750px;
}

.product_detail_page .row.flex_div {
    padding: 0 15px;
}
.product_gallery .flex_div .gallery_right {
    width: 100%;
    max-width: 570px;
}


.gallery-bg {
    border: 0px solid #cdcdcd;
}
#gallery {
    _background-color: #fff;
    border: 0px solid #dbdbdb;
    box-sizing: border-box;
    height: auto;
    margin: 0;
    max-width: 690px;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 100%;
}
#gallery #slides {
    display: inline-block;
    height: auto;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    z-index: 500;
    width: 100%;
    margin: 20px auto 10px;
}
#gallery #slides div ul {
    display: table;
    height: auto;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: auto;
}
#gallery #slides div ul li:nth-of-type(1){
    margin-left:0px;
    }
#gallery #slides div ul li {
    margin: 0px 0px 0px 20px;
    float: left;
    margin-bottom: 0px;
    background: #fff;
}
#gallery #slides div ul li:last-child {
    margin-right: 0;
}
#gallery .big-img-wpr {
    box-sizing: border-box;
    display: inline-block;
    height: 660px;
    margin: 0;
    max-width: 690px;
    vertical-align: middle;
    width: 100%;
}
#gallery div.img-wpr {
    background-color: #fff;
    border: 1px solid #dadada;
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    left: 0px;
    max-height: 660px;
    max-width: 690px;
    position: absolute;
    top: 0px;
    width: 100%;
    margin: 0px auto;
}
.gallery.flex-div .col-item:nth-child(2) {
    width: 100%;
    max-width: calc(45% - 30px);
    margin-left: 30px;
}
#gallery div.img-wpr .img-box {
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr .big-img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 640px;
    max-width: 660px;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    border: 0px solid #d8d8d8;
    width: auto;
}
#gallery .thumb {
    background-color: transparent;
    border: 0px solid #f00;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 92px;
    left: 0;
    position: relative;
    right: 0px;
    width: 92px;
    z-index: 2;
    border: 1px solid #d8d8d8;
}
.thumb-img[src=""], .thumb-img[src=""] + .thumb {
    display: none !important;
}
.thumb-wpr {
    position: relative;
}
#gallery .thumb-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
  z-index: 1;
}
#gallery #slides div:first-child ul:first-child li:first-child .img-wpr {
    z-index: 1;
}
#gallery #slides input {
    display: none;
}
#gallery #slides input:checked ~ .img-wpr {
    z-index: 2;
}
#gallery #slides div ul li:only-child .thumb-wpr{
    display: none;
}
#gallery #slides div ul li:only-#gallery {
    left: 0px;
  margin: 0 auto;
}

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

#gallery {
    max-width: 100%;
}
#gallery div.img-wpr {
    right: 0;
}
#gallery #slides div ul {
    display: flex;
    height: auto;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
}

.product_gallery .flex_div .gallery_right {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
}

 }
@media only screen and (max-width: 768px) {
#gallery {
  padding: 10px;
}
#gallery .thumb {
  height: 50px;
  width: 50px;
}
#gallery #slides div ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 0;
}
#gallery div.img-wpr, #gallery .big-img-wpr {
  height: 350px;
  left: 0;
  margin: 0 auto 10px;
  right: 0;
  top: 15px;
  width: 100%;
}
#gallery div.img-wpr .big-img {
    max-height: 90%;
    max-width: 90%;
}
}


/*--------------------------------------------end hover img-----------------------------------------------------------------*/

/*=============================Start hover img=====================================*/
.text-center {
    text-align: center;
}
.product_gallery_section .span2 {
    width: 140px;
    display: inline !important;
    float: none;
    border: 1px solid #dcdcdc;
    float: left;
}
.product_gallery_section .span12.text-center a {
    max-width: 100%;
    display: block;
    min-height: 575px;
    max-height: 555px;
}
.product_gallery_section [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 0px;
    width: 100%;
}
.product_gallery_section .span12.text-center a.lightbox {
    max-width: 100%;
    max-height: 100%;
}

.product_gallery_section .logo {
    position: static;
    padding: 20px 0;
    width: auto;
}
.image-row .span2 {
    display: inline !important;
    float: none;
}
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}
.span2 {
    width: 140px;
}
a.image, a.image img {
    display: inline !important;
    width: auto;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.lightbox:target {
    outline: none;
    opacity: 1;
    top: 0px;
    transition: all .2s ease-in-out;
}
.lightbox {
    opacity: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: -6000px;
    left: 0;
    background: rgba(0,0,0,0.8);
}
.lightbox img {
    max-height: 600px;
    padding-top: 0%;
    max-width: 600px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 13%;
}

.product_gallery_section .span12 hr {
    border: 0px;
    padding: 0;
}
.product_gallery_section .row.image-row.text-center::before {
    content: unset;
}
.lightbox .close-img {
    float: right;
    font-size: 70px;
    font-weight: bold;
    line-height: 45px;
    color: #000;
    text-shadow: 1px 1px 5px #000;
    opacity: 1;
    filter: alpha(opacity=20);
    color: white;
    position: absolute;
    right: 10%;
    top: 13%;
    padding: 5px;
    padding-top: 0%;
}

.lightbox .close-img:hover {
    cursor: pointer;
}


/*=============================end hover img=====================================*/




.description_box .title h2 {
    max-width: max-content;
    background: #ff3601;
    color: #fff;
    text-transform: uppercase;
    padding: 19px 33px;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.description_box .desc_content {
    border: 1px solid #c4c4c4;
    padding: 30px 30px;
}
.description_box .desc_content p {
    font-size: 16px;
    color: #4e4e4e;
}
.description_box .desc_content ul{
    list-style-type: disc;
    padding-left: 40px;
}

.description_box {
    margin-bottom: 60px;
    background: #fff;
}
.product_gallery {
    margin-bottom: 60px;
}

.star_icons {
    display: flex;
    align-items: center;
    gap: 8px;
}
.customer-name h3 {
    padding: 0;
    margin: 0;
}
.verify-content img {
    width: 20px;
}
.verify-content p {
    margin: 0;
}
.verify-content + p {
    min-height: 50px;
}
.verify-content {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}
.feedback-time p {
    text-align: right;
    font-size: 14px;
}
.feedback-time {
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
}
/*footer css start */ 
footer {
    background-color: #131313;
    padding-top: 80px;
}

.footer-copy-right .row.v_center .col-md-6:nth-child(2) {
    padding-right: 6px;
}

.footer-top {
    margin: 0 auto;
    display: block;
    padding: 0px 15px;
}
.footer-top .col-md-3:nth-last-child(1) {
    float: right;
}
.footer-top .col-md-3:nth-last-child(1) h3 {
    text-align: left;
}
.footer-top .col-md-3:nth-last-child(1) ul {
    padding-left: 0px;
}
.footer-top .ftr-contact_details li span {
    padding-right: 6px;
    min-width: 20px;
    display: inline-block;
}
.footer-top .ftr-contact_details li {
    padding-bottom: 10px;
}
.footer-top .ftr-contact_details li i {
    font-size: 18px;
}
.product_detail_page .row > div .right_info {
    padding-left: 40px;
}
.footer-top p {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.10px;
    text-align: justify;
}
.footer-top h3 {
    width: 100%;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 25px;
    margin-top: 0px;
    letter-spacing: 0.10px;
}
.top_categories ul, .information ul, .social-link ul{
width: auto !important;
}
footer {
    width: 100%;
    background: #30393f;
    padding-top: 140px;
}
.ftr-contact_details {
    padding-top: 20px;
}

.footer-top .ftr-contact_details li {
    margin-bottom: 0px;
}

.footer-top .ftr-contact_details li p {
    margin-bottom: 0px;
}

.social_link {
    display: flex;
    max-width: 165px;
    margin: 25px 0px 0px;
}
.footer-top .top_categories ul{
    width: 33%;
    float: left;
}
.footer-top .ftr-contact_details li {
    margin-bottom: 0px;
}

.footer-top .information ul{
    width: 50%;
    float: left;
}
 .footer-top ul{
 
     line-height:normal;
     vertical-align: top;
}

.footer-top ul li {
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
}
.footer-top ul li a {
    color: #fff;
    line-height: normal;
    font-size: 16px;
    font-weight: 300;
    transition: 0.5s all ease-in-out;
}
.footer-top ul li a:hover {
    color: #d0021b;
}



.footer-copy-right {
    width: 100%;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #787878;
    margin-top: 50px;
}
.footer-copy-right p {
    line-height: 25px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    text-align: center;
}
.footer-top .right_info {
    max-width: max-content;
    float: right;
}
.footer-top .right_info {
    max-width: 430px;
    float: right;
}

.footer-top .right_info .dflex {
    display: flex;
}



/* 
footer css end 
*/