@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    box-sizing: border-box;
}
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: 1360px;
   margin: 0px auto; 
}
.product_detail_page .row > div.top_categories .col-md-6 {
    padding: 0px;
}
.product_detail_page .row > div.col-md-4.col-sm-4 {
	width: 33%;
}
.v_center {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.container {
    width: 100% !important;
    max-width: 1360px !important;
    margin: 0px auto;
}
.product_detail_column .product_gallery .container {
    padding-left: 0px;
    padding-right: 0px;
}
/* 
header css start 
*/

header .full_bg {
    background: #fff;
}

.top-bar {
    background: #63868f;
    padding: 15px 10px
}

.top-bar p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.10px;
    margin: 0px;
}

.top-bar p .uppercase {
    text-transform: uppercase;
}

.top_h_row {
    background: #232323;
    padding: 11.5px 0px;
}
.welcome {
    display: block;
}


.carousel-indicators {
    display: none;
}
.top_header {
    overflow: hidden;
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 33px 15px;
}
.top_header .logo-part {
    width: 100%;
    float: none;
}
.top_header .logo-part 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: 15.2%;
    float: right;
    padding: 0px 0;
}
.top_header p{
    color: #fff;
    font-size: 13px;
    margin: 0;
    padding: 5px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.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 .logo-part a {
    max-width: 245px;
    margin: 0px auto;
}



input, .input-group-btn button{
    border: none !important;
}
.search_box{
    display: inline-block;
}
.search_box .input-group,
.search_box{
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    float: right;
    border: none;
    /* background-color: #fff; */
    margin-left: -10px;
    margin-right: -10px;
     position: relative;
}
.input-group{
    border: 1px solid #ddd;
    border-radius: 3px;
}
.search_box input {
    height: 53px;
    padding: 8px 15px;
    box-shadow: none;
    background: #fff;
    width: 100%;
    padding-left: 22px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #c2c2c2 !important;
    color: #545454;
    font-size: 15px;
    font-weight: 300;
}
.search_box input::placeholder {
    color: #545454;
    font-size: 15px;
    letter-spacing: 0.10px;
    font-weight: 300;
}
.search_box .input-group-btn {
    background: #010080;
    position: static !important;
    width: 12.9% !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search_box button {
    padding: 22px 25px;
    font-size: 0;
    color: #fff;
    border-left: none;
    background-color: transparent;
    position: static !important;
    text-transform: uppercase;
}
.search_box button .fa-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 20px;
    color: #fff;
    font-size: 20px;
    width: 20px;
}
.search_box input::-webkit-input-placeholder  { /* WebKit browsers */
    color: #999999;
    font-size: 15px;
    font-family: 'Roboto', sans-serif !important;  
    font-weight: 300;
}
.search_box input:-moz-placeholder  { /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: 15px;
    font-family: 'Roboto', sans-serif !important;  
    font-weight: 300;
    opacity:  1;
}
.search_box input::-moz-placeholder  { /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 15px;
    font-family: 'Roboto', sans-serif !important;  
    font-weight: 300;
    opacity:  1;
}
.search_box input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999999;
    font-size: 15px;
    font-family: 'Roboto', sans-serif !important;  
    font-weight: 300;
} 
.search_box .btn-default:hover,
.search_box .btn-default:active{
    background-color: transparent !important;
    color: #fff !important;
}
.top_header .right_section li a {
    color: #6b6b6b;
    font-size: 13.19px;
    font-weight: normal;
    text-transform: uppercase;
}
.top_header .right_section li a img{
    padding-bottom: 5px;
}
.middle_header{
    background-color: #000;
    padding: 15px 0;
}
.bottom_header {
    padding: 0px 0px 0px;
    margin-bottom: 0px;
    border-top: 1px solid #cfcfcf;
}
.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: 1px;
    border-radius: 1px;
    border: 1px solid #fff;
    margin-top: 4px;
    margin-bottom: 2px;
}
.main_menu .toggle,
.main_menu [id^=drop] {
    display: none;
}
ul.menu {
    text-align: center;
    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;
    flex: auto;
}
.main_menu nav ul li.active a {
    color: #030303 !important;
    font-weight: 600;
}
.main_menu nav a {
    color: #363636 !important;
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 54px;
    padding: 0 5px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    transition: 0.5s all ease-in-out;
    border-bottom: 3px solid transparent;
    font-family: 'Raleway', sans-serif;
}
.main_menu nav a:hover {
    background: #63868f !important;
    color: #fff !important;
    border-bottom: 3px solid #fff;
}
.main_menu nav ul ul {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    padding: 20px 0px;
    width: 100%;
    min-width: 245px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 0px !important;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.11);
    /* border-radius: 4px; */
    top: 57px;
    border-top: 5px solid #860051;
}
.main_menu nav ul li:hover ul{
display: block;
}
.main_menu nav ul ul li a {
    color: #000 !important;
}
.main_menu nav ul ul li a {
    text-shadow: none;
    padding: 0 10px;
    border-left: 0px solid #fff;
    line-height: 2;
    text-transform: none;
    border-bottom: none;
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
}
.main_menu nav ul ul li:hover{
    background: #e8e8e8 !important;
}
 .main_menu nav ul ul li a:hover {
    background: transparent !important;
    color: #000000 !important;
    border-bottom: 3px solid #860051;
    border: 0px;
}

.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 
*/
/* 
banner_section css start 
*/ 
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity
}
.banner_slide_img.hide_me_desktop {
    display: none;
}
.carousel-inner .item  img {
    width: 100%;
}

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

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

.carousel-control,
.carousel-control{
    opacity: inherit
}
 .banner_section {
    width: 100%;
    max-width: 98.9vw;
    margin: 0 auto;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}
.mycarousel_2 .owl-prev {
    position: absolute;
    left: 0px;
    top: 30%;
}
.mycarousel_2  .owl-next{
    position: absolute;
    right: 0px;
    top: 30%;
}
.mycarousel_2  button span {
    font-size: 110px;
    color: #4c4c4c;
}

.banner_section .carousel-indicators li,
.our_stores .carousel-indicators li {
    border: 1px solid #000 !important;
}
.banner_section .carousel-indicators .active,
.our_stores .carousel-indicators .active {
    background-color: #000;
}
.banner_section .carousel-control img,
.our_stores .carousel-control img,
.about_wrapper .carousel-control img {
    position: absolute;
    top: 39%;
    transform: translateY(-50%);
    left: 35%;
}
.banner_section .right.carousel-control img,
.our_stores .right.carousel-control img,
.about_wrapper .right.carousel-control img {
    right: 35%;
    left: auto;
}
.carousel-inner>.item>img{
    width: 100%;
}
/*.banner_section .item{
    position: relative;
}*/
.banner_section .item .banner_slide_content {
    position: absolute;
    top: 22%;
    left: 6%;
    max-width: 690px;
    text-align: center;
    width: 100%;
    display: block;
}
.banner_section .item .banner_slide_content h2 {
    font-size: 40px;
    padding: 16px 0px 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: auto;
    text-transform: uppercase;
    color: #010080;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: left;
}
.banner_section .item .banner_slide_content .shop_now {
    text-decoration: none;
    padding: 18.5px 25.5px 15.5px;
    border: solid 0px #fff;
    display: inline-block;
    background-color: #de5e15;
    text-transform: uppercase;
    font-size: 15.75px;
    color: #330000;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
    border-radius: 5px;
    line-height: normal;
    transition: 0.5s all ease-in-out;
}
.banner_section .item .banner_slide_content a {
    display: block;
    max-width: max-content;
    transition: 0.5s all ease-in-out;
}
.banner_section .item .banner_slide_content a:hover .shop_now{
background: #010080;
}

/* 
banner_section css end 
*/
/* 
main_section css start 
*/



/* ----slider_start---- */
#banner-holder {
    width: 100%;
    display: table;
    height: auto;
    padding: 0;
    margin: -3px auto 0;
    position: relative;
    background: none;
    z-index: 0;
}
 @keyframes slidy {
0% { left: 0%; }
27.27% { left: 0%; }

36.36% { left: -100%; }
63.63% { left: -100%; }

72.72% { left: -200%; }
99.99% { left: -200%; }


}

body { margin: 0; } 
div#slider { overflow: hidden; }
div#slider figure img { width: 33.33%; float: left; }
div#slider figure { 
  position: relative;
  width: 300%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 20s slidy infinite; 
}
.top.bottom_promotion {
    background: rgba(0,0,0,0.80);
    margin: -45px auto 0px;
    position: relative;
    z-index: 999;
}
/* ----slider_end---- */



/*-----------------------featured categories---------------------------*/

.featured-product .flex_div {
    display: flex;
}
.featured-product .flex_div img {
    width: 100%;
}
.featured-product .flex_div.first_row {
    display: flex;
    margin-bottom: 25px;
}

.featured-product .flex_div.first_row .col-item:nth-child(1) {
    padding-right: 12.5px;
}

.featured-product .flex_div.first_row .col-item:nth-child(2) {
    padding-left: 12.5px;
}
.featured-product .flex_div + .flex_div .col-item {
    padding-left: 12.5px;
    padding-right: 12.5px;
}
.featured-product .flex_div + .flex_div .col-item:nth-child(1) {
    padding-left: 0px;
}
.featured-product .flex_div + .flex_div .col-item:nth-last-child(1) {
    padding-right: 0px;
}
.featured-product .flex_div + .flex_div .col-item .image:nth-child(1) {
    padding-bottom: 25px;
}

.featured-product {
    margin: 70px auto 0px;
}
.featured-product .title {
    margin: 0px auto 50px;
}
.featured-product .title h2 {
    text-align: center;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px;
}


.vertical_flex {
    display: flex;
    flex-direction: column;
}


/*==============================promotion Bar Css Start==========================*/
.promotion_section {
    background: #fff;
    max-width: 100%;
    width: 100%;
    margin: 140px auto 0px;
    border-top: 1px solid #cccccc;
}
.promotion_section .promo_content ul li .promo_text h3 {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
    color: #363636;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    line-height: normal;
    margin: 0px;
}

.promotion_section .promo_content ul li .promo_text p {
    text-align: left;
    font-size: 15px;
    color: #646464;
    font-weight: normal;
    margin-top: 0px;     
}
.promotion_section .promo_content {
    width: 100%;
    padding: 40px 0px;
}
.promotion_section .promo_content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.promotion_section .promo_content ul li {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0px;
    flex: auto;
    border-right: 1px solid #ccc;
}

.promotion_section .promo_content ul li:nth-last-child(1){
border-right: none;
justify-content: flex-end;
}

.promotion_section .promo_content ul li:nth-child(1) {
    justify-content: flex-start;
}
.promotion_section .promo_content ul li .promo_text {
    text-align: center;
    line-height: normal;
    text-transform: capitalize;
    padding-left: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}
.promotion_section .promo_content ul li .promo_icon {
    min-height: 36px;
}
.social_icon ul {
    list-style: none;
    display: flex;
    margin: 30px 0px 0px;
}
.social_icon ul li {
    list-style: none;
    margin-right: 15px;
}
.right_btn_link {
    margin: 40px auto 0px;
    display: flex;
}

.right_btn_link ul {
    display: flex;
    align-items: center;
    margin: 0px;
}

.right_btn_link ul li {
    padding: 0px 10px;
}

.right_btn_link ul li:nth-child(1){
    padding-left: 0px;
}

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


.right_btn_link ul li a {
    background: #f7f7f7;
    text-transform: uppercase;
    color: #63868f;
    padding: 0px 20px;
    display: flex;
    transition: 0.5s all ease-in-out;
    align-items: center;
    border: 1px solid #c6c6c6;
    text-decoration: none;
    min-height: 50px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.10px;
}
.right_btn_link ul li a:hover {
    background: #63868f;
    color: #fff;
    border: 1px solid #63868f;
}
.right_btn_link ul li a .icon {
    background-position: center top;
    background-attachment: scroll;
    width: 18px;
    height: 16px;
    display: block;
    transition: 0.5s all ease-in-out;
}
.right_btn_link ul li a .icon.heart_icon {
    margin-right: 0px;
}
.right_btn_link ul li a .icon {
    margin-right: 10px;
}
.right_btn_link ul li a:hover .icon{
    background-position: bottom;
}
.right_btn_link ul li a .icon.heart_icon {
 background-image: url("../images/heart_icon.png");
}
.right_btn_link ul li a .icon.news_icon {
    background-image: url("../images/news_icon.png");
    width: 20px;
    height: 13px;
    display: block;
}

.right_btn_link ul li a .icon.save_icon {
    background-image: url("../images/save_icon.png");
    width: 21px;
    height: 19px;
    display: block;
}
.right_btn_link ul li a::after {
    content: unset;
}

/*==============================promotion Bar Css End==========================*/

 .new_products h2, .shop_brand h2, .welcome_section h2, .about_wrapper h2, .about_wrapper h3, .about_wrapper h4 {
    margin-bottom: 50px;
    color: #363636;
    text-align: center;
    font-size: 32.2px;
    text-transform: uppercase;
    font-weight: 700;
}

.new_products h2 {
    margin: 70px auto 45px;
}

.shop_brand .arrow_img.left_side{
    left: 0;
    top: 40%;
}
.shop_brand .arrow_img.right_side{
    right: 0 !important;
    top: 40%;
}
.shop_brand{
    text-align: center;
    padding-bottom: 50px;
}
.shop_brand li {
    display: inline-block;
    width: auto;
    margin-right: 35px;
}
.home_bottom_banner {
    background: url("../images/home_bottom_banner_bg.png") no-repeat scroll center top/ 100% 100%;
    padding: 6.5px 0px;
}
.home_bottom_banner .image {
    padding: 0px 0px 0px 30px;
}

.home_bottom_banner .banner-content {
    max-width: 1360px;
    margin: 0 auto;
    align-items: center;
}

.home_bottom_banner .banner-content .banner_text p {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.10px;
    line-height: 22px;
}
.home_bottom_banner .banner-content .banner_text h3 {
    font-size: 34px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 48px;
}
.home_bottom_banner .banner-content .banner_text h3 span {
    font-weight: normal;
    letter-spacing: 0;
}
.home_bottom_banner .buy_now {
    background: #010080;
    max-width: max-content;
    border-radius: 5px;
}
.product_detail_page .row > div.top_categories {
    width: 100%;
    max-width: 35%;
}
footer .footer-top .container .row {
    display: flex;
    justify-content: space-between;
    margin: 0px;
}
footer .footer-top .container .row::before {
    display: none;
}

.buy_now a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 11.5px 24px;
    display: block;
    text-transform: uppercase;
}
body a:link, body .g-novisited a:visited {
    color: #fff;
}

.shop_brand li:last-child{
    margin-right: 0;
}
.shop_brand .shop_brand_btn,
.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;
}
.shop_brand .shop_brand_btn:hover{
    background-color: transparent;
    border: solid 1px #ff974e;
    color: #ff974e;
}
.stores_box {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}
.stores_box p{
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
.stores_ico_box{
    min-height: 166px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.stores_ico_box:before{
        position: absolute;
    content: "";
    background-color: #f8f8f8;
    height: 107px;
    left: 0;
    width: 100%;
}
.stores_ico_box img {
    position: relative;
    z-index: 999;
    top: 45px;
    }
 .location_section{
    padding-bottom: 30px;
    padding-top: 40px; 
}
.location_section .container{
    max-width: 1115px;
    margin: 0px auto;
}
.location_section .location_content{
    padding-top: 85px;
}
.location_section .location_content span {
    text-align: left; 
    margin-bottom: 8px; 
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    line-height: normal;
     font-family: 'Roboto', sans-serif !important;
}
.location_section .location_content h2{
    color: #361937;
    text-align: left; 
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
    margin-top: 10px;
    letter-spacing: 5px;
    max-width: 510px;
}
.location_section .location_content p,
.about_wrapper p,
.about_wrapper ul li{
    text-align: left; 
    margin-bottom: 30px; 
    line-height: 24px;
    font-weight: 300;
    font-size: 15px;
    max-width: 420px;
    font-family: 'Roboto', sans-serif;
}
.location_section .location_content .visit_btn{
        max-width: 285px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0 29px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400; 
    font-size: 15px;
    background-color: #361937;
    border: solid 1px #361937;
    line-height: 40px;
    border-radius: 0;
        -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.location_section .location_content .visit_btn:hover {
    background-color: transparent;
    border: solid 1px #361937;
    color: #361937;
}
.second_location{
    padding-top: 60px;
    margin-bottom: 50px;
    background: url(../images/locations_over_bg.png) left center no-repeat;
    background-size: cover;
}
.third_location{
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-style: none;
    border-width: 1px;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    margin-top: 70px;
}
.third_location .location_section{
    position: relative;
    overflow: hidden;
    padding: 35px 0 69px;
    z-index: 9999999999999;
}
.third_location .location_section:after{
    content: '';
    position: absolute;
    width: 110%;
    height: 80%;
    top: 10%;
    left: -30px;
    background-color: #f5f4f5;
    transform: rotate(5deg);
}
.flex_location{
    display: flex;
    position: relative;
    z-index: 2;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 22px;
}
.flex_location .flex_box{
        justify-content: flex-start;
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    border-style: none;
    border-width: 1px;
    border-radius: 0px;
    width: 50%;
    margin: 0px;
    padding: 10px;
    align-self: stretch;
}
.flex_location .flex_box img{
        max-width: 600px;
    margin-left: -100px !important;
}
.flex_box.location_content{
    justify-content: center;
    padding: 0px;
    align-self: center;
}
.our_stores {
    max-width: 1130px;
    margin: 0 auto;
}
.our_stores .col-md-3.col-sm-3 {
    padding: 5px;
}
.our_stores h2{
    margin-bottom: 35px;
    color: #361937; 
    text-align: center;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 900;
}
.our_stores .our_store_content h2{
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #361937;
}
.our_stores .our_store_content  p{
    color: #361937;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.our_stores .arrow_img,
.shop_brand .arrow_img,
.about_wrapper .arrow_img{
    z-index: 9999;
    width: 35px;
    height: 35px;
    padding: 9px;
    background: #361937;
    top: 20%;
    position: absolute; 
    transform: translateY(-50%);
}
.our_stores .arrow_img.left_side{
    left: -46px;
}
.our_stores .arrow_img.right_side{
    right: -46px !important;
}
.product_detail_column{
        margin-top: 70px;
}
.product_detail_page .row > div {
    margin: 0px;
}

.product_desc_heading h3 {
    color: #363636;
    font-size: 30px;
    font-weight: 700;
    max-width: 100%;
}
.product_desc_heading p {
    color: #363636;
    font-size: 16px;
    font-weight: 500;
    max-width: 400px;
    line-height: 20px;
}
.product_desc_heading h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
}
.gallery_right > h3 {
    font-size: 27px;
    color: #16202a;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    margin: -10px auto 0px;
}
.gallery_right > p {
    font-size: 30px;
    color: #63868f;
    font-weight: bold;
    margin: 30px 0px 0px;
    display: block;
}
.gallery_right > p + p {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
}


.other_details {
    margin: 50px 0px 0px;
    max-width: 430px;
}
ul.promotion_details {
    margin: 25px auto 0px;
    display: block;
}

.product_gallery .col-md-7.col-sm-7 {
	padding: 0px;
	width: 55%;
	float: left;
}
.product_gallery .col-md-5.col-sm-5 {
    width: 41%;
    float: right;
}



/*==========================Tab============================*/

.tabs_box_1 .ask_seller_btn{
    color: #abd600;
    font-family: 'Aclonica', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: #000;
    width: 100%;
    max-width: 220px;
    height: 50px;
    border: none;
    border-radius: 0;
    display: block;
    margin-top: 25px;
    -ms-transform: skewX(-4deg);
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg);
    text-align: center;
    /* margin: 0 auto; */
    margin-top: 0;
} 
.tabs_box_1 .ask_seller_btn span{
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); 
    display: inline-block;

}
.tabs_box_1 .ask_seller_btn span img{
    margin-right: 5px;
}

.tabs_box_1 {
    background-color: #fff;
    clear: both;
    margin: 0px auto 70px;
}
.tab_section_1 {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0px;
}
.tab_section_1 label {
    order: 1;
    display: block;
    padding: 0px 35px 0px 35px;
    cursor: pointer;
    transition: background ease 0.2s;
    font-weight: bold;
    line-height: 60px;
    margin: 0px 7px 0px 0px !important;
    color: #3d3d3d;
    font-size: 18px;
    height: 60px;
    border: 1px solid #d7d7d7;
    position: relative;
    margin-right: 0px;
    text-transform: uppercase;
}
.tabs_box_1 {
    padding: 0px 0px;
    margin: 100px auto 20px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.tab_section_1 .tab_1 p b {
	white-space: pre-line;
	display: block;
	margin: 15px auto 0px;
}
.tab_section_1 label[for="tabone"] {
    border-left: 0px solid #d7d7d7;
}
.tab_section_1 label span {
    display: inline-block;
}
.tab_section_1 .tab_1 {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    background-color: #f7f7f7;
    padding: 25px 25px 25px 25px;
    margin-top: 10px;
    border: 1px solid #d7d7d7;
    min-height: auto;
    text-rendering: geometricprecision;
    text-align: justify;
    line-height: 20px;
}
.tab_section_1 .tab_1 p {
    font-size: 14px;
    color: #212529;
    font-weight: 400;
    line-height: 26px;
    display: block;
}
 .tabs_box_1 .ask_seller_btn{
        -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
        max-width: 280px;
 }  
.tab_section_1 input[type="radio"] {
    display: none; 
}
.tab_section_1 input[type="radio"]:checked + label {
    color: #fff;
    background: #a4bda0;
}

.tab_section_1 input[type="radio"]:checked + label + .tab_1 {
    display: block;
}

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





.tabs_bg .tab_1 h3{
    font-size: 16px;
    color: #f15a29;
    font-weight: 600;
}
.tabs_bg .tab_1 ul li{
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 10px;
}
.footer-top .col-md-3.col-sm-3:nth-child(1) ul {
    margin: 30px 0px 0px;
}
.footer-top .col-md-8 ul {
	display: flex;
	flex-wrap: wrap;
}
.footer-top .col-md-8 ul li {
	width: auto;
	display: inline-block;
	margin-bottom: 15px;
}
.footer-top .col-md-8 ul li {
	width: auto;
	margin-right: 25px;
}
.footer-top .col-md-8 ul li:nth-last-child(1) {
	margin-right: 0px !important;
}
.tabs_box_2 {
    padding: 0px 0px;
    margin: 0px auto 20px;
}
.tab_section_2 label[for="tabone"] {
    border-left: 0px solid #d7d7d7;
}
.tab_section_2 label span {
    display: inline-block;
}
.tab_section_2 .tab_2 {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    background-color: #fff;
    padding: 15px 13px 15px 20px;
    margin-top: 0px;
    border: 1px solid #d7d7d7;
    min-height: auto;
    text-rendering: geometricprecision;
    text-align: justify;
    line-height: 20px;
}
.tab_section_2 .tab_2 p {
	font-size: 14px;
	color: #212529;
	font-weight: 400;
	line-height: 26px;
	display: block;
	margin: 0px;
}
 .tabs_box_2 .ask_seller_btn{
        -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
        max-width: 280px;
 }  
.tab_section_2 input[type="radio"] {
    display: none; 
}
.tab_section_2 input[type="radio"]:checked + label {
    color: #fff;
    border-bottom: 0px solid #ba0f13;
    background: #f15a29;
}

.tab_section_2 input[type="radio"]:checked + label + .tab_2 {
    display: block;
}


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


.product_detail_page .shop_brand{
    padding-bottom: 80px;
}
.product_detail_page .shop_brand h2{
    margin-top: 50px;
    margin-bottom: 30px;
}
.about_wrapper h2{
    text-align: left;
}
.inner_container{
    max-width: 1080px;
    padding: 0 22px;
    text-align: left;
    margin: 0 auto;
}
.about_wrapper h3{
    font-size: 28px;
    text-align: left;
}
.center_image{
    display: block;
    text-align: center; 
    margin: 0 auto;
}
.center_align{
    text-align: center; 
    margin: 0 auto;
    padding: 25px 0 50px;
}
.logo_bg{
    background-color: #361937;
    padding: 20px 100px;
    margin-bottom: 25px;
}
.about_wrapper p{
    max-width: 100%;
    margin-bottom: 15px;
    color: #361937;
}
.about_wrapper p a{
    color: #361937;
    text-decoration: underline;
}
.about_wrapper h4{
    font-size: 24px;
    text-align: left;    
    margin-bottom: 20px;
    margin-top: 35px;
}
.about_wrapper .about_slider .three_imgs{
    float: left;
    width: 33.3%;
}
.about_wrapper .carousel-control img{
    left: -30%;
    top: 50%;
}
.about_wrapper .right.carousel-control img{
    right: -30%;
}
.about_wrapper .carousel-indicators li{
    border: none;
    background-color: #361937;
    opacity: .5;
    margin-left: 7px !important;
}
.about_wrapper .carousel-indicators{
    bottom: -15%;
}
.about_wrapper .carousel-indicators .active{
    opacity: 1 !important;
}
.video_sec{
        border-radius: inherit;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.video_sec iframe{
        height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/*.video_sec{
    position: relative;
    -webkit-box-shadow: 0px 16px 29px 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 16px 29px 10px rgba(0,0,0,.25);
    box-shadow: 0px 16px 29px 10px rgba(0,0,0,.25);
}
.ytp-large-play-button-bg{
    -moz-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    -webkit-transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    transition: fill .1s cubic-bezier(0.4,0.0,1,1),fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
    fill: #212121;
    fill-opacity: .8;
}
.video_sec:hover .ytp-large-play-button-bg{
    fill: #f00;
}
.video_sec svg{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    cursor: pointer;
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63;
}*/
hr{
    border-color: rgb(206, 206, 206);
    margin-bottom: 50px;
    margin-top: 50px;
}
.about_wrapper ul{
    list-style-type: disc;
    padding-left: 35px;
}
.about_wrapper ul li{
    max-width: inherit;
    margin-bottom: 10px;
}
.about_wrapper footer{
    margin-top: 30px;
}

.product_detail_page .shop_brand{
    padding-bottom: 80px;
}
.product_detail_page .shop_brand h2{
    margin-top: 50px;
    margin-bottom: 30px;
}
.product_slides,
.brand_slides {
    padding: 0;
    width: 100%;
    height: 150px;
    display: block;
    margin: 0 auto;
    position: relative;
    list-style-type: none;
}
.product_slides input,
.brand_slides input {
    display: none;
}
.product_slides .slide-container,
.brand_slides .slide-container {
    display: block;
}
.product_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;
}
.product_slides .slide,
.brand_slides .slide {
    top: 0;
    opacity: 0;
    width: 100%;
    height: 150px;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-in-out;
}
.product_slides input:checked + .slide-container .slide,
.brand_slides input:checked + .slide-container .slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}
.product_slides .slide img,
.brand_slides .slide img {
/*    width: 100%;*/
 
        height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.brand_slides .slide img{
    max-width: 150px;
}
.product_slides input:checked + .slide-container .nav label,
.brand_slides input:checked + .slide-container .nav label {
    display: block;
}
.product_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;
}
.product_slides .nav .next,
.brand_slides .nav .next {
    right: 0;
}

footer {
    background-color: #131313;
    padding-top: 80px;
}

.footer-copy-right .row.v_center .col-md-6:nth-child(2) {
    padding-right: 6px;
}
.footer-top .col-md-3.col-sm-3:nth-child(1) ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #aaaaaa;
    display: flex;
    align-items: baseline;
}
.footer-top {
    max-width: 1360px;
    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) ul {
    padding-left: 0;
}
.footer-top .col-md-3:nth-last-child(1) ul {
    padding-left: 0px;
}

.footer-top p {
    width: 100%;
    margin-top: 10px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: 100px;
    letter-spacing: 0.25px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}
.social-icon ul {
    display: flex;
    max-width: 130px;
    margin: 20px 0px 0px;
}
.footer-top h3 {
    width: 100%;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0px;
    letter-spacing: 0.10px;
    padding-bottom: 0px;
    max-width: max-content;
    font-family: 'Raleway', sans-serif;
}


.top_categories ul, .information ul, .social-link ul{
width: auto !important;
}
footer {
    width: 100%;
    background: #63868f;
    padding-top: 60px;
    margin: 0px auto 0px;
}
footer .container {
    padding: 0px;
}


.social_link {
    display: flex;
    max-width: 165px;
    margin: 15px 0px 20px;
}
.footer-top .top_categories ul{
    width: 33%;
    float: left;
}

.footer-top .col-md-3.col-sm-3:nth-child(1) {
    max-width: 240px;
    width: 100% !important;
    padding-right: 0px;
    padding-left: 0px;
}
.footer-top .col-md-3.col-sm-3:nth-last-child(1) {
    padding-right: 0px;
}

.footer-top .col-md-3.col-sm-3:nth-child(2) .row .col-md-6.col-sm-6 {
    padding-left: 0px;
}
.footer-top .col-md-3.col-sm-3:nth-child(2) {
    width: 100%;
    max-width: 430px;
    padding-left: 70px;
}
.footer-top .col-md-3.col-sm-3:nth-child(1) ul li a span {
    min-width: 30px;
    display: inline-block;
}
.footer-top .information ul{
    width: 50%;
    float: left;
}
 .footer-top ul{
 
     line-height:normal;
     vertical-align: top;
}

.footer-top ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.footer-top ul li a {
    color: #fff;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    transition: 0.5s all ease-in-out;
    display: flex;
    align-items: baseline;
    font-family: 'Raleway', sans-serif;
}
.footer-top .col-md-3.col-sm-3 .btn a {
    color: #422437;
    background: #fff;
    padding: 17px 25px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 0.20px;
    display: block;
    transition: 0.5s all ease-in-out;
    text-decoration: none;
}

.footer-top .col-md-3.col-sm-3 .btn a:hover{
    color: #fff;
    background: #422437;
}

.footer-top .col-md-3.col-sm-3 .btn {
    padding: 0px;
}
.footer-top ul li a span {
    min-width: 25px;
}
footer .footer-top .container .row .col-md-4.col-sm-4:nth-child(1) ul {
    padding: 30px 0px 0px;
}
footer .footer-top .container .row .col-md-4.col-sm-4:nth-child(1) .social-icon ul {
    padding: 0px;
    margin: 0px;
}
.footer-top ul li a:hover {
    color: #422437;
}


.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: 20px;
    padding-bottom: 20px;
    border-top: 0px solid #787878;
    margin-top: 50px;
    background: #35555d;
}

.footer-copy-right p {
    line-height: 25px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    text-align: left;
}
.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;
}
.store-name {
    color: #860051;
    font-weight: 400;
    font-size: 14px;
    margin: 0px 5px;
}
.vat_register ul li {
    color: #fff;
    font-size: 15px;
    margin: 16px auto 0px;
}
.payment_img {
    text-align: right;
    margin: 0px auto 0px;
}

/* 
footer css end 
*/
/*
static gallery
*/

#m2e-gallery-5764a9f7404cb5a1f081 {
    display: block;
    text-align: center;
    max-width: 932px;
    margin: 0 auto;
}

#m2e-gallery-5764a9f7404cb5a1f081 .full-image {
    display: none;
    max-width: 800px;
    max-height: 855px;
    min-height: 510px;
}

.m2e-gallery .hint {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.m2e-gallery .preview {
    display: inline-block;
    /* margin: 5px; */
    height: 78px;
    border: 1px solid #d7d7d7 !important;
    margin-bottom: 20px !important;
}
.m2e-gallery .preview {
    height: auto;
}

.m2e-gallery .preview > img {
    width: 94px;
    height: 94px;
        padding: 3px !important;
    /*box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.11);*/
}

.m2e-gallery .preview:hover > img {
    cursor: pointer;
    opacity: 0.3;
}

#m2e-gallery-5764a9f7404cb5a1f081 .current > input:checked + img {
    display: inline-block;
}

.m2e-gallery .current {
    margin-bottom: 20px;
}

.m2e-gallery .current > input {
    visibility: hidden;
    position: absolute;
}

.m2e-gallery .current.vertical {
    float: right;
    width: 86%; 
    text-align: center;
}

.m2e-gallery .preview-container.vertical {
    float: left;
    width: 11%;
    text-align: center !important;
    padding-bottom: 0px;
}

.m2e-gallery .preview-container.vertical label {
    display: block;
}

.m2e-gallery .current.vertical .hint {
    text-align: left;
}
.product_gallery_section{
    margin-bottom: 30px;
}
.product_gallery_section .bg_blue{
    background-color: #edf2f4;
    overflow: hidden;
    padding-top: 25px;
}
/*
static gallery
*/
#gh-logo{
    max-width: initial;
}
.org-content.products_page td#CentralArea{
    color: #361937;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}
.custom-page .desc-text {
    padding: 0px 7%;
    text-align: center;
}
.custom-page .desc-text p {
    font-size: 16px;
    padding: 0px 0px 0px;
    line-height: 28px;
    margin: 0px;
}

.custom-page .desc-text .section_title {
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 0.50px;
    text-align: center;
    display: block;
    max-width: max-content;
    margin: 0 auto 10px;
    font-family: 'Roboto', sans-serif;
}
.custom-page {
    padding: 40px 0px;
}
.custom-page .desc-text p {
    font-size: 16px;
    padding: 0px 0px 0px;
    line-height: 28px;
}