 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800&display=swap');
 @import url('https://ebayninjafolio.com/sandeep/v1-decals/fonts/stylesheet.css');


body{
    margin: 0;
    padding: 0;
    color:#000;
   font-family: 'Montserrat', sans-serif;

}
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;
}
.top_header .flex_div {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.main_menu nav ul li > ul.flex_div ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
.v_center {
    align-items: center;
    display: flex;
}

.container {
    width: 100% !important;
    max-width: 1315px !important;
}
/* 
header css start 
*/
/*.container{
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}*/

.gallery_right > p {
    font-size: 30px;
    color: #d0021b;
    font-weight: bold;
    margin: 30px 0px 0px;
    display: block;
}
.gallery_right > p.caption_text {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}


.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: 29px;
    height: 29px;
    display: block;
}
.right_section ul li:nth-child(2) a .icon {
    background-image: url("../images/call-icon.png");
    width: 28px;
    height: 26px;
    display: block;
}

.right_section ul li a .icon {
    background-position: center right;
    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 left;
}


.carousel-indicators {
    display: none;
}
.top_header {
    background-color: transparent;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
    background: url("../images/header_bg.png") no-repeat scroll center center / 100% 100%;
}
.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: auto;
    float: right;
    padding: 30px 0px 0px;
    margin-top: 0px;
}
.bottom_header .row.flex_div {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.bottom_header {
    padding: 25px 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: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.top_header .left_section a {
    max-width: 245px;
}

/*.top_header ul li img{
    padding-right: 15px;
}*/

.top_header .right_section li a {
    color: #fff;
    font-size: 13.19px;
    font-weight: normal;
    text-transform: uppercase;
    display: flex;
    column-gap: 10px;
    flex-direction: column;
    row-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;
  }
/*.main_menu{
    float: none!important;
    margin: 0 auto;
    text-align: center;
    width: 965px!important;
}*/

p.toggle_border{
  float: right;
  margin: 10px 0;
}
.main_menu .icon_bar {
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
    border: 1px solid #fff;
    margin-top: 4px;
    margin-bottom: 2px;
}
.main_menu {
    padding-top: 50px;
    padding-bottom: 30px;
}
.main_menu .toggle,
.main_menu [id^=drop] {
    display: none;
}
ul.menu {
    text-align: center;
    max-width: 1210px;
    margin: 0 auto !important;
}

.main_menu nav {
    padding: 0;
}

.main_menu nav:after {
    content: "";
    display: table;
    clear: both;
}
.main_menu h4{
      font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    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;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main_menu nav ul li {
    margin: 0px; 
    float: left; 
    margin-right: 0px;/*
    min-width: 100px;*/
    text-align: center;
    border-radius: 4px;
    position: relative;
}
.main_menu nav ul li.active a {
    color: #030303 !important;
    font-weight: 600;
}

/*.main_menu nav ul li:first-child:after{
    border: none;
}*/
/*.main_menu nav ul li:after{
    content: '';
    position: absolute;
    border-right: 1px solid;
    width: 1px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/
.main_menu nav a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: normal;
    padding: 0 1px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    transition: 0.5s all ease-in-out;
}
.main_menu nav a:hover {
    color: #d0021b !important;
}
.main_menu nav ul ul {
    display: none;
    position: absolute;
    z-index: 1000;
    padding: 20px 0px 0px;
    width: 100%;
    min-width: 805px;
    margin: 0 auto;
    left: auto;
    right: -300px;
    margin-top: 0px !important;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.11);
    border-radius: 4px;
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}

.main_menu nav ul li:hover > ul .flex_div {
    display: flex;
    padding: 0;
    margin: 0px;
}
.main_menu nav ul ul div.flex_div {
    background: #fff;
    padding: 20px 0px !important;
    align-items: baseline;
}
.main_menu nav ul ul li a {   
    padding: 5px;
    text-shadow: none;
    color: #231f20 !important;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    border-left: 3px solid #fff;
    line-height: 2;
    text-transform: none;
    border-bottom: none;
}  
/*.main_menu nav ul ul li:hover{
    background: #e8e8e8 !important;
}*/
 

.main_menu nav ul li:hover>ul {
    display: inherit;
}
.main_menu nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
    background-color: transparent;
    box-shadow: none;
    text-align: left;/*
        padding: 1px 10px;*/
    padding: 5px 10px;
    min-width: 245px;
}
.main_menu nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}
/* li>a:after {
    content: ' +';
} */
.main_menu li>a i{
    margin-left: 10px;
}
.main_menu li>a:only-child:after {
    content: '';
}
/* 
header 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: 70px;
}
.product_detail_page .row > div {
    margin: 0px;
}
.other_details ul {
    margin: 0;
    padding: 0;
}
.other_details ul:nth-child(1) li {
    border: 1px solid #acacac;
    padding: 20px 35px;
    background: #fff;
}
.other_details ul:nth-child(1) li:nth-child(1) {
    border-bottom: 0px;
    background: #d0021b;
}
.other_details ul:nth-child(1) li:nth-child(1) {
    border-bottom: 0px;
    background: #fff;
}
.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: #000;
    padding-left: 0px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
}
.other_details ul:nth-child(1) li:nth-child(2) a span b {
    font-weight: normal;
    color: #d0021b;
    font-size: 16px;
}
.other_details ul:nth-child(1) li:nth-child(1) a {
    color: #000;
}
.other_details ul:nth-child(1) li:nth-child(2) a span img {
    position: relative;
    top: 5px;
}
.other_details ul:nth-child(2) li p {
    color: #fff;
    font-size: 13pt;
    margin-top: 13px;
    margin-bottom: 0px;
}


.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);
}*/





.other_details ul:nth-child(2) li {
    border: 0px solid #acacac;
    padding: 20px 35px;
    background: #d0021b;
}
.other_details ul:nth-child(2) li:nth-child(1) {
    border-bottom: 0px;
    background: #d0021b;
}
.other_details ul:nth-child(2) li:nth-child(1) {
    border-bottom: 0px;
    background: #2d2d2d;
}
.other_details ul:nth-child(2) 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(2) li:nth-child(2) a {
    padding-left: 0px;
    display: flex;
    column-gap: 12px;
    color: #fff;
}

.other_details ul:nth-child(2) li:nth-child(2) a span {
    font-size: 17px;
    color: #fff;
    padding-left: 0px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
    text-transform: uppercase;
}
.other_details ul:nth-child(2) li:nth-child(1) a {
    color: #fff;
}
.other_details ul:nth-child(2) li:nth-child(2) a span img {
    position: relative;
    top: 0px;
}

.other_details ul:nth-child(2) li a {
    color: #2d2d2d;
    font-size: 17px;
    font-weight: 600;
    padding: 2px 0px;
    text-transform: uppercase;
}
.other_details ul:nth-child(2) li:nth-child(1) a {
    padding-left: 0px;
}

.other_details ul:nth-child(2) li:nth-child(1) span {
    margin-right: 12px;
}
.other_details ul:nth-child(2) li a img {
    filter: none;
    max-width: 28px;
}
.gallery_right > p.caption_text + h3 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
}
.gallery_right > p {
    font-size: 30px;
    color: #d0021b;
    font-weight: bold;
    margin: 30px 0px 0px;
    display: block;
}
.prodt_attribute {
    padding-top: 50px;
}
.prodt_attribute li {
    font-size: 16px;
    text-transform: uppercase;
    padding: 4px 0px;
}

.other_details {
    margin: 50px 0px 0px;
}
ul.promotion_details {
    margin: 25px auto 0px;
    display: block;
}


.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;
    cursor: pointer;
    transition: background ease 0.2s;
    line-height: normal;
    font-size: 20px !important;
    height: auto;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
    width: auto;
    text-align: left;
    float: left;
    margin: 0px 0px;
    padding: 18.5px 35px;
    position: relative;
}

.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: #fff !important;
    background-color: #d20000;
    position: relative;
    border-bottom: 0px;
}

.tab_section_2 .tab {
    order: 999;
    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;
    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: 18.5px 35px 18.5px 35px;
    cursor: pointer;
    transition: background ease 0.2s;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    color: #4d4d4d;
    font-size: 20px !important;
    height: auto;
    border: 0px solid #a1a1a1;
    text-transform: uppercase;
    margin-right: 5px;
    background-color: transparent;
}
.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: #d20000;
    color: #fff !important;
    border-radius: 0;
}
.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;
}



/*====================================Shop By Categories Start Css=========================*/
.mb_30{
margin-bottom: 30px;
}
.featured-categories {
    margin-top: 100px;
}
.featured-categories .flex_div {
    column-gap: 20px;
    flex-wrap: unset;
}

.featured-categories .main_flex_box ul li .caption h3, .featured-categories .main_flex_box ul li .caption p {
    margin: 0px;
}
.featured-categories .main_flex_box {
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
}
.featured-categories .main_flex_box ul {
    margin: 0px;
}
.featured-categories .main_flex_box ul.flex_div {
    column-gap: 20px;
}
.featured-categories .main_flex_box ul.flex_div {
    column-gap: 20px;
}
.featured-categories .main_flex_box ul li {
    position: relative;
}
.featured-categories .main_flex_box ul li .caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.featured-categories .main_flex_box ul li .caption h3, .featured-categories .main_flex_box ul li .caption p {
    margin: 0px;
}
.featured-categories .main_flex_box ul li .caption a {
    display: block;
    background: #d20000;
    color: #fff;
    padding: 8px 30px;
}


/*================================== Shop By Categories End Css =======================*/

/*==============Testimonial Slider CSS Start=====================*/

.customer_testimonial h2, .featured-categories .title h2 {
    text-align: center;
    color: #272727;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 50px;
    font-weight: 900;
}
.customer_testimonial h2 {
    margin-top: 0px;
    margin-bottom: 70px;
}

.customer_testimonial {
    margin-bottom: 50px;
    margin-top: 70px;
}

.customer_testimonial .customer_block .usr_icon {
    margin: -60px auto 20px;
    display: block;
    text-align: center;
}



.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: -100px;
    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: #303efe;

}



.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: #333;
}


.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: 265px;
    transform: scale(1);
    transition: 0.5s all ease-in-out;
}
.customer_testimonial .customer_block:hover {
    transform: scale(1.1);
    z-index: 9;
    border: 0;
    box-shadow: 0px 0px 20px 1px #ddd;
}





.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: #333;
    max-width: 325px;
    text-align: center;
}


.customer_testimonial h3 {
    color: #000000;
    font-weight: 500;
    float: none;
    font-size: 15px;
    opacity: 1;
    margin-top: 0;
    line-height: normal;
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
}

.customer_testimonial .customer_block .star_icons ul li i {
    color: #000;
    margin: 0 auto;
}
.customer_testimonial .customer_block .star_icons {
    max-width: max-content;
    margin: 20px auto 20px;
}

.about_section {
    margin: 200px auto 0px;
}
.about_section .about_content .flex_div li .icon {
    text-align: center;
}

.about_section .about_content .flex_div .black_bg {
    background: url("../images/black_bg.png") no-repeat scroll center top / 100% 100%;
}
.about_section .about_content .flex_div li .icon {
    text-align: center;
}

.about_section .about_content .flex_div .red_bg {
    background: url("../images/red_bg.png") no-repeat scroll center top / 100% 100%;
}
.about_section .about_content .flex_div li {
    flex: auto;
    padding: 20px 0px 0px;
}
.about_section .about_content .flex_div li .caption p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 0;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}
.about_section .about_content .flex_div li .caption h3 {
    margin: 10px auto 0px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.about_section .about_content .flex_div li .caption {
    padding: 20px 0px 20px;
}
.about_section .about_content .flex_div .black_bg {
    background: url("../images/black_bg.png") no-repeat scroll center top / 100% 100%;
}
.about_section .about_content .flex_div {
    column-gap: 10px;
}
/*==============Testimonial Slider CSS End=====================*/


/*gallery section Start*/
.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;
}

/*gallery section End*/








/*footer css start */ 
footer {

    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: normal;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    margin-top: 0px;
    letter-spacing: 0.10px;
}
.top_categories ul, .information ul, .social-link ul{
width: auto !important;
}

footer {
    width: 100%;
    background: url("../images/footer_bg.png") no-repeat scroll center top / 100% 100%;
    padding-top: 70px;
    margin-top: 100px;
}
footer .information .flex_div {
    flex-wrap: unset;
}
.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;
    display: flex;
    justify-content: flex-start;
    column-gap: 20px;
}

.footer-top .ftr-contact_details li {
    margin-bottom: 0px;
    margin-top: 10px;
}
.footer-top .ftr-contact_details li a {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.footer-top ul li {
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
}

.footer-top ul li a {
    color: #dadada;
    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-top .social-link ul {
    display: flex;
    justify-content: space-between;
    max-width: max-content;
    column-gap: 7px;
}
.footer-top .social-link ul li {
    text-align: center;
    flex: auto;
    width: auto !important;
    max-width: max-content;
}
 .payment_gateway svg{
        width: 50px;
    height: 50px;
}

.footer-copy-right {
    width: 100%;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 0px 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-copy-right ul {
    width: auto;
    list-style-type: none;
    text-align: right;
    margin: 0px;
}
 .footer-copy-right ul li{
     width: auto;
     display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    margin: 0 5.5px;
}
.footer-copy-right .flex_div {
    max-width: max-content;
    margin: 0 auto;
    align-items: center;
    column-gap: 50px;
}
.store-name {
    color: #d0021b;
    font-weight: 400;
    font-size: 14px;
    margin: 0px 5px;
}
.vat_register ul li {
    color: #fff;
    font-size: 15px;
    margin: 16px auto 0px;
}
.payment_img img {
    display: block;
    text-align: center;
    margin: 10px auto 0px;
}

.payment_img::before {
    position: absolute;
    content: "";
    left: 0px;
    width: 165px;
    height: 44px;
    top: 10px;
    background: url("../images/social-icon.png") no-repeat scroll left top;
}
/* 
footer css end 
*/


