@font-face {
    font-family: 'gothammediumregular';
    src: url('../fonts/gothammedium_regular-webfont.woff2') format('woff2'),
    url('../fonts/gothammedium_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham_book_regular-webfont.woff2') format('woff2'),
    url('../fonts/gotham_book_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham-black';
    src: url('../fonts/gotham-black.woff2') format('woff2'),
    url('../fonts/gotham-black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'gotham-light';
    src: url('../fonts/gotham-light.woff2') format('woff2'),
    url('../fonts/gotham-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins-regular.woff2') format('woff2'),
        url('../fonts/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'roboto-bold';
    src: url('../fonts/roboto-bold.woff2') format('woff2'),
        url('../fonts/roboto-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



a:visited, .alink:visited
{   color: #4b5055;
}
a:hover,
a:focus,
a:active
{   outline: none !important;   
}
a:hover
{   transition: all 0.5s ease; text-decoration: none;   
}
.btn:hover,
.btn:focus,
.btn:active,
{   box-shadow: none; outline: none !important; transition: all 0.5s ease;  
}
button
{   font-size: 14px;
    background-color: #000;
    color: #fff;
    padding: 9px 10px;
    letter-spacing: 1.4px;
    display: inline-block;
    border: 1px solid #000;
    transition: all 0.5s ease;
    text-transform: uppercase;  
    box-shadow: none !important;
    border-radius:0px;
    font-weight: normal;
}
button:hover
{   background: #fff; border: 1px solid #000;color:#000;   
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus
{   box-shadow: none;   
}
body
{   font-family: 'gothambook'; font-size: 14px; color: #000;
}

/******************* header css start ************************/
.logo
{   margin: 17px auto; display:block; float: none; display: inline-block;text-align: center; max-width: 100%;
}
.logo img
{   width: auto; height: auto; margin: 0;transition: all 0.5s ease;
}
.action{
    transition: all 0.5s ease;
}
.cms-index-index .columns .column.main{ padding-bottom: 0px; }  
.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main
{ max-width: 1200px;padding:0 15px;
}
.navigation .level0 .level0 .level1 .rm-expand{ display: none; }
.message.success{ background: #f1f1f1; }
.message.success a{ color: #000;}
@media (min-width: 1024px)
{
    header {
    position: fixed;
    z-index: 999;
    width: 100%;
    transition: all 0.5s ease;
    top: 0;
    background: #fff;
    }
    header.modal-header {
        position: static;
    }
    .navigation .level0 .submenu li.parent > a > .ui-menu-icon{right:12px;}
    .heightt {
        height: 175px;
    }
    header.page-header.fixed-header .logo img 
    {   max-width: 100px; width: 100%;
    }
    header.page-header.fixed-header .search-box{ padding: 10px 0px;padding-right: 0;}
    header.page-header.fixed-header .free-shipping-header{ bottom: 10px; }
    header.page-header.fixed-header .header-phone{ padding-top: 0px; }
    header.page-header.fixed-header .header-phone a{ font-size: 16px; }
    header.page-header.fixed-header .top__header{ display: none; }
    .page-header .panel.wrapper{ display: none; }
    .nav-sections
    {   background: #ee1c25; margin-bottom: 0px;        
    }
    .nav-sections-items .navigation
    {   background: #ee1c25; max-width: 1200px;padding:0 15px;margin:0 auto;
    }
    .nav-sections .navigation > ul 
    {
      text-align: left;margin:0 -25px;padding:0;
    }
    .nav-sections .navigation > ul > .level0{ margin:0; transition: all 0.5s;padding:0 20px;}
    .navigation .level0 ul{ text-align: left; padding: 0px !important; }
    .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top{border-color: #ee1c25;border: 0px;}
    .nav-sections .navigation > ul > .level0 > .level-top {
      color: #fff;
      text-transform: none;
      font-size: 14px;
      font-weight: normal;
      text-transform: uppercase;
      padding: 0 5px;
      font-family: 'gothammediumregular';
      font-weight: 500;
      letter-spacing: 0.5px;
      position: relative;
    }
    .nav-sections .navigation > ul > .level0.active > a:before,
    .nav-sections .navigation > ul > .level0 > a:before{content:"";background:#000;width: 0;height: 2px;position: absolute;left: -1px;bottom: 0;transition: all 0.5s;}
    .nav-sections .navigation > ul > .level0.active,
    .nav-sections .navigation > ul > .level0:hover{background: transparent;transition: all 0.5s;}
    .nav-sections .navigation > ul > .level0.active > a:before,
    .nav-sections .navigation > ul > .level0 > a:hover:before{width: 100%;}
    .navigation .level0.parent > .level-top
    {   padding-right: 20px;        
    }
    .nav-sections .navigation .level0 > a span.ui-menu-icon {
      background: none !important;
      padding: 0px !important;right: 7px !important;
    }
    .nav-sections .navigation .level0.parent > a span.ui-menu-icon
    {
        right: -4px !important;
    }
    .nav-sections .navigation .level0 > a span 
    {
      background-position: left center;
      background-repeat: no-repeat;
      padding-right: 0;
    }    
    .nav-sections .navigation .level0 > a span.rm-expand{display: none;}
    .navigation .level0.nav-1 ul.level0,.navigation .level0.nav-2 ul.level0
    {          
    }
    .navigation > ul > .level0 > ul.level0.submenu
    {
        width: 700px !important;
    } 
    .navigation > ul > .level0.products > ul.level0 > li.level0
    {   width: 33%; float: left; text-align: left;        
    }
    ul.level0 > li.mega > .mega{font-size: 16px;text-transform: uppercase;font-weight: 500;color: #fff;}
    ul.level0 > li.mega > .mega.ui-state-active, ul.level0 > li.mega > .mega:active, ul.level0 > li.mega > .mega:focus, 
    ul.level0 > li.mega > .mega:hover,ul.level0 > li.mega.has-child.mega-hover > .mega{background: #fff;color: #000;}
    ul.level0 > li.mega .child-content .child-content-inner{margin-top: -20px;}
    .navigation > ul > .level0.products ul li{padding: 0 12px;line-height: normal;color: #000;}
    .navigation > ul > .level0.products ul li a{color: #000 !important; padding: 8px 8px;margin: 7px 0px;}
    .child-content li.mega.group > a.mega,ul.level2 > li.mega > .mega{color: #000;}
    .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus{background: #ffffff;display: block;}
    .child-content{box-shadow: 0px 4px 8px 0px #aeaeae;}
    .nav-sections .navigation > ul > .level0.parent{padding-right: 14px;}
    ul.level2{width: 90%;}    
    .child-content li.mega.group > a.mega{display: inline-block;width: auto;border-bottom: 1px solid;margin-bottom: 5px;font-weight: 600;line-height: normal;padding: 15px 0 5px !important;
        font-size: 14px;}
    ul.level0 > li.mega > .mega.active{background: #ffffff;color: #000000;}
    
}
@media (min-width: 1199px)
{
    .cms-index-index .page.messages
    {   position: relative; z-index: 99;        
    }
    .cms-index-index .page.messages{  }
    .cms-index-index .page.messages .messages{ max-width: 1140px; margin:0 auto; }
}
.top__header
{   background: #000; text-align: left; padding: 10px 0px 0px; font-size: 12px;
}
.top__header a
{
    color: #fff;font-size: 14px;
}
.top__header p
{
    margin-bottom: 0px;
}
.top-left p
{   margin-bottom: 0px;color: #fff;font-size: 16px;font-family: 'gothammediumregular';text-align: center;
}
.top-right
{   text-align: right;  
}
.top-right p
{   margin-bottom: 0px; font-size: 15px; color: #fff;
}
.top-right p span{ font-size: 15px; color: #fff; margin-left: 10px; }
.top-right p span a{  color: #fff; }
.top-right p span a:hover{ text-decoration: none; }
.top-right p span:before
{   color: #7eaaad;  font-size: 20px; margin-right: 8px; font-family:'FontAwesome'; display: inline-block; vertical-align: middle;
}
ul.top-lnk > li:first-child
{
    margin-right: 20px;
    border-right: 1px solid #d2d2d2;
    padding-right: 20px;
}
.header-top-right
{   text-align: right;    
}
.header-top-right .customer-links ul
{   padding: 0px; margin: 0px; list-style-type:none; 
}
.header-top-right .customer-links ul li
{
    display: inline-block;vertical-align: middle;
}
.header-top-right .minicart-wrapper
{   display: inline-block; vertical-align: top;    
}
.logo-main
{
    padding-top: 6px;
}
.minicart-wrapper .block-minicart
{ right: 10px;  
}
.header-top-right .minicart-wrapper .action.showcart
{   background: #010101;   padding: 4px 30px; padding-left: 20px;   
}
.header-top-right .minicart-wrapper .action.showcart .text1
{   line-height: 39px; display: inline-block; color: #fff;
}
.header-top-right .minicart-wrapper .action.showcart .text1 + span
{   color: #fff;
    font-size: 12px;
    border-left: 0;
    display: inline-block;
    padding-left: 0;
    text-align: center; 
    background: transparent;
    right: auto;
    top: 1px;
    left: 44px;
}
.search-box
{   padding: 21px 0px;
    transition: all 0.5s ease;
    padding-right: 0;
}
.search-box .block.block-search
{   float: none; width: auto; padding-left: 0px; right: 0px;
}
.search-box .block-search input
{   background: #fff; float: right; width: 100%; border: 1px solid #000; height: 44px; padding: 5px 15px;font-size: 14px;border-radius: 3px;
}
.search-box .block-search input::-webkit-input-placeholder
{   color: #3e4850 !important; opacity: 1; font-weight: normal;
}
.search-box .block-search input::-moz-placeholder,
.search-box .block-search input:-moz-placeholder
{   color: #3e4850 !important; opacity: 1; font-weight: normal;
}
.block-search .action.search
{   opacity: 1 !important; top: 0px; right: 10px;background:    
}
.block-search .action.search:before
{   width: auto; height: auto; background-size: 22px auto; line-height: 28px; color: #fff;font-size: 20px;  
}
.block-search .action.search:hover{background:#ed1c24;border:1px solid #000 !important;color:#fff;}
.block-search .action.search:hover:before{color:#fff;}
.block-search .action.search
{   right: 0px; padding: 0; width: 52px; border-left: 1px solid #000 !important;background: #000;height: 44px;border-radius: 0 3px 3px 0;
}
.block-search .control
{
	width: 100%; 
}
.searchsuite-autocomplete
{
    left: auto;width: 89.5%;top: 35px;right: 0;
}
.searchsuite-autocomplete ul li a
{
    color: #000;
}
.searchsuite-autocomplete .title,.searchsuite-autocomplete .title .see-all
{   color: #000000;
}
.searchsuite-autocomplete
{
    border: 1px solid #dbdbdb;
}
.header-right
{   text-align: right; padding-top: 20px;transition: all 0.5s ease; position: static;
}
.header-right .customer-links{ list-style: none; padding: 0px; margin: 0px; 
    display: inline-block; vertical-align: middle;text-align: center;margin-right: 12px;font-family: 'gothammediumregular'; }
.header-right .customer-links .myacnt-lnk
{
    display: block;
}
.header-right .customer-links .myacnt-lnk a
{
    font-size: 16px;color: #ed1c24;
}
.header-right .customer-links li
{   display: inline-block; margin-right: 20px;  margin-bottom: 0px;
}
.header-right .customer-links li a
{   color: #3e4850; font-size: 28px; display: block;
}
.header-right .customer-links li.nav-item.login ul.header.links li a {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding: 12px 15px 8px;
    display: block;
    transition: all 0.5s ease;
}
.header-right .customer-links li.nav-item.login ul.header.links li a:hover {
    background: #9ddadb;
    color: #fff;
}
.header-right .customer-links li .customer-wishlist a
{   background: url(../images/heart2x.png) no-repeat center center; width: 40px; height: 40px; background-size: 30px auto; position: relative;  
}
.header-right .customer-links li .customer-wishlist a .counter{ position: absolute; bottom: -11px; font-size: 11px; left: 0px; display: block; min-width: 45px; text-align: left; }
.header-right .customer-links li a:hover
{   text-decoration: none;  
}
.header-right .customer-links li.login > a
{   background: url(../images/user2x.png) no-repeat center center; width: 40px; height: 40px; background-size: 30px auto;           
}
.header-right .customer-links li.login ul.header.links{ display: none; }
.header-right .customer-links li.nav-item.login ul.header.links {
    opacity: 0;
    position: absolute;
    top: 70%;
    visibility: hidden;
    z-index: 100;
    display: block !important;
    padding: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin: 0;
    border: none;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    right: 20px;
}
.header-right .customer-links li.nav-item.login ul.header.links li.link.wishlist{display: none;}
.header-right .customer-links li.nav-item.login:hover ul.header.links{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}
.header-right .customer-links .header.links li {
    display: inherit;
    text-align: center;
    width: 100%;
}
.row1 a
{   font-size: 12px; color: #898989;    
}
.header-phone{ padding: 0px 0px; padding-bottom: 11px; display: inline-block;font-size: 18px;color: #ee1c25; margin-bottom: 0;padding-bottom: 0;}
.header-phone a
{   color: #000; font-size: 20px; font-weight: bold;
}
.header-phone a span
{   display: inline-block; vertical-align: top; width: 13px;
}
.header-phone a span svg
{   fill: #bb954a;    
}
.header-middle .container
{   position: relative;    
}
.free-shipping-header
{   position: absolute; right: 15px; width: 65%; display: block;text-align: right;
}
.free-shipping-header span
{   display: inline-block; color: #898989; font-size: 12px;    
}
.minicart-wrapper
{   margin-left: 0px; display: inline-block; float: none; vertical-align: middle; border-left: 1px solid;
    padding-left: 30px;
    margin-left: 20px;      
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before
{   background: url(../images/cart2x.svg) no-repeat center center; width: 40px; height: 40px; background-size: 30px auto; 
    content: "";
}
.minicart-wrapper .action.showcart:hover,
.minicart-wrapper .action.showcart:focus{outline:none;box-shadow:none;}
.minicart-wrapper .action.showcart .counter.qty.empty,
.minicart-wrapper .action.showcart .counter.qty
{   background: #ed1c24; color: #fff; line-height: 22px; height: 22px; min-width: 22px; font-size: 14px; vertical-align: middle; margin: 0px;
    box-shadow: none; border-radius: 100%; position: absolute; right: auto; top: -5px; display: block;font-family: 'Open Sans';font-weight: 600;left: 52px;
}
.minicart-wrapper .action.showcart .counter-number{text-shadow:none;visibility:visible;}
.minicart-wrapper .action.showcart .counter-number:empty::after {content: "0";display: inline-block;}
.block-minicart .block-content > .actions > .primary .action.primary{margin-top:0px;background:#000;border:1px solid #000;border-radius:0px;color:#fff;padding:10px 20px;margin-right:0px;line-height:normal;font-size:16px;letter-spacing:0px;margin-bottom: 10px;}
.block-minicart .block-content > .actions > .primary .action.primary:hover{background:transparent;color:#000;}
.block-minicart .block-content > .actions > .primary .action.primary.share-cart-btn{background:#9bdbdb;border:1px solid #9bdbdb;color:#fff;}
.block-minicart .block-content > .actions > .primary .action.primary.share-cart-btn:hover{background:transparent;color:#9bdbdb;}
.minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax{margin:5px 0 10px;}
.minicart-wrapper .product .actions{float:right;margin:-30px 0 0 0;}
.block-minicart .block-content > .actions .action.viewcart{background:#000;padding:8px 40px;color:#fff;border-radius:4px;font-size:13px;text-transform:capitalize;display: inline-block;border:1px solid #000;}
.block-minicart .block-content > .actions .action.viewcart:hover{background:transparent;color:#000;}
.minicart-items .product-item-name{margin:0px;}
.minicart-items .product-item-details .price-container .price-excluding-tax{margin-bottom:10px;}
.insta h1 a{color:#8F9FB2;}
.minicart-items .update-cart-item{margin-top:0px;}
.minicart-items .product > .product-item-photo{padding:0px !important;}
.minicart-items .product-item-details{text-align:left !important; margin-top:0px !important;}
.minicart-items .product-item-details .product-item-name a{color:#000;}
.minicart-items .product-item-details .product.options.list dt,
.minicart-items .product-item-details .product.options.list dd{ font-size: 12px; }
.minicart-wrapper .action .text1
{
    font-size: 16px;
    color: #ee1c25;
    padding-top: 6px;
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: bold;
    margin-left: 5px;
}
.minicart-wrapper .action.showcart{font-weight: 600;font-family:'Open Sans';color:#000; }
/************* header css end ***************/

/************** home page slider css ******************************/

.cms-index-index .page-title-wrapper
{   display: none;  
}
#banner-slider-carousel .owl-item img
{   width: 100%;    
}
.banner-item.banner-slider .mobile
{   display: none;   
}
#banner-slider-carousel .owl-dots
{   bottom: 20px; z-index: 99; opacity: 1;  width: 100%; position: absolute; margin-top: 0px;left: 0;right: 0;
}
#banner-slider-carousel .owl-dots .owl-dot
{   box-shadow: none;   
}
#banner-slider-carousel .owl-dots .owl-dot span{ width: 16px; height: 16px; background: #fff;}
#banner-slider-carousel .owl-dots .owl-dot.active span,
#banner-slider-carousel .owl-dots .owl-dot:hover span
{ background:#ee1c25; 
}
.banner-text
{   position: absolute; width: 100%; left: 0px; text-align: left; bottom: 120px;
}
.banner-text h3
{
    font-size: 61px;text-transform: capitalize;color: #000;font-weight: 900;line-height: 60px;
}
.banner-text p
{   color: #000; font-size: 20px; text-transform: capitalize; line-height: 30px;margin: 15px 0px;
}
.banner-text a.show-more
{   background-color: #000; border: 1px solid #000; font-size: 14px; color: #fff; text-transform: capitalize; padding: 10px 25px; display: inline-block; margin-top: 10px;
}
.banner-text a.show-more:hover
{ background:none; color: #fff; border: 1px solid #fff;   
}
#mageplaza-bannerslider-block-before-page-top-1{ min-height: 300px;margin-top: -2px }
.cms-home-page-codeandco .breadcrumbs
{   display: none;
}
.banner-slider .container
{
    position: relative;
}

/***** home page middle all block css **********/

.home-page-six-block-part .title-part h2 {
    font-weight: 500;
    font-family: 'gothammediumregular';
    font-size: 25px;
    margin-bottom: 40px;
}
.home-page-six-block-part .title-part {
    text-align: center;
}
.home-page-six-block-part {
    padding-top: 80px;
    padding-bottom: 50px;
}
.home-page-six-block-part .banner_image a:after, .banner_image a:before {
    content: "";
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    z-index: 2;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    border-radius: 0;
}
.home-page-six-block-part .sub_banner:hover .banner_image img{
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.home-page-six-block-part .sub_banner:hover .banner_image{overflow:hidden;}
.home-page-six-block-part .sub_banner:hover .banner_image img{transform: scale(1.1);}
.home-page-six-block-part .sub_banner {margin-bottom: 30px;}
.home-page-six-block-part .banner_image a:after {
    right: 0;
    bottom: 0;
}
.home-page-six-block-part .banner_image a:before {
    left: 0;
    top: 0;
}
.home-page-six-block-part .sub_banner:hover .banner_image a::before, .home-page-six-block-part .sub_banner:hover .banner_image a::after, .home-page-six-block-part .top_banner:hover .banner_image a::before, .home-page-six-block-part .top_banner:hover .banner_image a::after {
    width: 100%;
    height: 100%;
}
.home-page-six-block-part .banner_image a {
    display: block;
    position: relative;
    float: left;
}
.home-page-six-block-part .subbanner_content_top .banner_text{
    left: 37px;
    line-height: 21px;
    position: absolute;
    top: 20%;
    z-index: 9;
}
.home-page-six-block-part .text1 {
    font-size: 36px;
    font-family: 'gotham-black';
    color: #fff;
}
.home-page-six-block-part .text2 {
    font-size: 20px;
    font-family: 'gothammediumregular';
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}
.home-page-six-block-part .view_button {
    margin-top: 20px;
}
.home-page-six-block-part .view_button a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    font-family: gotham-light;
    font-weight: 300;
}

/********* feature product css ********/
.feature-products {
    background: #f5f5f5;
    padding: 30px 0 30px 0;
}
.feature-products .product-items .product-item{padding:0;}
.product-item-info:hover, .product-item-info.active{background:none;}
.product-item-info .product-image-photo{border:1px solid #eee;width: 100%;}
.product-top-img-part {
    position: relative;
    overflow: hidden;
}
/*.product-top-img-part:before {
    background: #000;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease;
}
.product-items .product-item .product-item-info:hover .product-top-img-part:before {
    opacity: 0.5;
}*/
.product-items .product-item .product-item-actions {
    margin: 0 auto;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    bottom: -100%;
    z-index: 2;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
}
.product-item-actions .actions-primary{position: absolute;bottom: -100%;z-index: 99;transition: all 0.5s ease;padding:0 10px;width: 100%;}
.product-items .product-item .product-item-info:hover .product-item-actions .actions-primary {
    bottom: 10px;
}
.product-item-actions .actions-primary + .actions-secondary{
    position: absolute;
    right: -100%;
    z-index: 99;
    transition: all 0.5s ease;
    top:10px;
    display: none;
}
.product-items .product-item .product-item-info:hover .product-item-actions .actions-primary + .actions-secondary{right: 10px;}
.product-items .product-item .product-item-info a.action, .product-items .product-item .product-item-info a.quick-icon {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #000;
    margin-bottom: 5px;
}
.product-items p.sub-heading {
    display: none;
}
.product-items .product-item .product-item-info a.action:hover, .product-items .product-item .product-item-info a.quick-icon:hover{background:#ed1c24;border:1px solid #ed1c24;color:#fff;}


/*********** home page category section *******/

ul.home-category-slider{margin:0;padding:0;list-style: none;}
.home-category-slider li a {
    font-size: 30px;
    font-family: 'gotham-black';
    background: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    color: #fff;
    border-radius: 5px;
}
.home-category-slider.owl-carousel .owl-nav .owl-next, .home-category-slider.owl-carousel .owl-nav .owl-prev{transform: translate(0, -50%);top:50%;}
.home-category-slider li a:hover{background:#ed1c24;}
.home-category-part-main {
    padding: 50px 0 50px 0;
}

/****** home botom image part **********/
.home-page-bottom-banner-inner-part {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 439px;
}
.home-page-bottom-banner-inner-part .image-part {
    order: 1;
    width: 100%;
    max-width: 68%;
    height: 100%;
}
.home-page-bottom-banner-inner-part .text-part {
    background: #ed1c24;
    max-width: 32%;
    width: 100%;
    height: 100%;
    padding: 58px 50px 58px 50px;
}
.home-page-bottom-banner-inner-part p.big-text {
    font-size: 54px;
    font-family: 'gotham-black';
    color: #fff;
    line-height: 52px;
    position: relative;
}
.home-page-bottom-banner-inner-part p.small-text {
    font-size: 18px;
    color: #fff;
    font-family: 'gothammediumregular';
    font-weight: 500;
    margin: 0;
    line-height: 15px;
}
.home-page-bottom-banner-inner-part p.big-text.bottom-big-text {
    position: relative;
    padding-left: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.home-page-bottom-banner-inner-part span.vertical-text {
    font-size: 12px;
    transform: rotate(271deg);
    float: left;
    position: absolute;
    left: -15px;
}
.home-page-bottom-banner-inner-part p.button-bottom {
    margin-top: 20px;
}
.home-page-bottom-banner-inner-part .button-bottom a {
    font-size: 16px;
    height: 46px;
    width: 162px;
    background: #fff;
    border:1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'gothammediumregular';
    font-weight: 500;
    border-radius: 5px;
    color: #000;
    transition: all 0.5s ease
}
.home-page-bottom-banner-inner-part .button-bottom a:hover{background: transparent;color:#fff;}
.home-page-bottom-banner-inner-part p.bottom-text{font-size: 20px;font-family: 'gothammediumregular';font-weight: 500;color:#fff;}
.home-page-bottom-img-part-main{padding-bottom: 50px;}
.home-page-bottom-banner-inner-part .image-part a:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    transform: skew( -20deg);
    -webkit-transform: skew( -20deg);
    -ms-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    left: -35%;
    transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
}
.home-page-bottom-banner-inner-part .image-part a {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
.home-page-bottom-banner-inner-part .image-part a:hover:before {
    left: 105%;
}


/******* free shipping part ******/
.footer-top-shipping .conts-text {
    margin-left: 25px;
}
.footer-top-shipping h5.title {
    font-size: 18px;
    font-family: 'roboto-bold';
    margin: 0;
}
.footer-top-shipping p.sub-title {
    font-size: 12px;
    margin: 0;
    font-family: 'poppins-regular';
}
.footer-top-shipping .bn-content {
    display: flex;
    align-items: center;
}
.page-footer{background:none;}
.footer-top-shipping {
    padding-bottom: 40px;
}
/********** slider css end  *******************/

.cms-index-index .page-main 
{
    padding: 0px;
    max-width: inherit;
}

/* free shipping blocks css */
.home-sec1
{
    border-bottom: 1px solid #000;
}
.home-four-blocks
{  display: flex; flex-wrap: wrap;padding: 20px 0px;  
}
.home-four-blocks .block
{ 
  width: 25%;
  margin: 0px;
  padding: 0px 0px 2px 50px;
    box-sizing: border-box;
    background: url(../images/ups-icon.png) no-repeat left 2px top 13px;
    background-size: 36px auto;
}
.home-four-blocks .block2
{
  background: url(../images/ups-icon.png) no-repeat left 13px top -58px; background-size: 26px auto;
}
.home-four-blocks .block3
{
  background: url(../images/ups-icon.png) no-repeat left 13px top -149px; background-size: 30px auto;
}
.home-four-blocks .block4
{
  background: url(../images/ups-icon.png) no-repeat left 13px bottom 15px; background-size: 28px auto;
}
.home-four-blocks .block .title {
  font-size: 18px;
  margin: 0px;
  color: #000;
  font-weight: bold;
}
.home-four-blocks .block .sub-title 
{
  font-size: 14px;
  color: #787878;
}
/************ free shipping blocks css end  *****************/

/*********************** home categoery page section css start   *********************/

.category-main
{
    display: flex;flex-wrap: wrap;text-align: center;
}
.cat-sec 
{
    flex: 1 0 21%;display: flex;justify-content: center;align-items: center;text-align: center;align-items: stretch;
}
.cat-sec a
{
    font-size: 25px;color: #fff;text-transform: uppercase;display: flex;justify-content: center;align-items: center;width: 100%;background: #ee1c25;
    transition: all 0.8s;
}
.cat-sec a:hover,
.cat-sec a:focus {
  box-shadow: inset 0 0 0 8em #000;transition: all 0.8s;
}
/*.cat-sec a:hover
{
    background: #000;transition: all 0.5s;color:#ee1c25; 
} */

/*********** newsletter css *********/
.label-news
{
    display: block; color: #fff;text-transform: uppercase;margin: 5px 0px 15px;letter-spacing: 1px;font-size: 14px;
}
.block.newsletter .form.subscribe
{
    display: block;width: 100%;max-width: 600px;margin: 0 auto;font-family: 'Poppins', sans-serif;position: relative;
}
.block.newsletter .form.subscribe > .field, .block.newsletter .form.subscribe > .actions
{
    float: none;margin: 0 auto;
}
.block.newsletter .field.newsletter 
{
    max-width: 100%;
    position: relative;
}
.block.newsletter input
{
    width: 100%;background: #fff;border-radius: 0px;padding: 12px 15px;height: auto;line-height: normal;margin: 0px;font-size: 15px;border: none;
}
.block.newsletter input::moz-placeholder,
.block.newsletter input::-webkit-input-placeholder
{
    font-size: 14px;color: #000;font-family: 'Poppins', sans-serif;
}
.block.newsletter .input-group
{
    position: relative;
}
.block.newsletter .action
{
    position: absolute;
    right: -2px;
    background: #ee1c25;
    border-color: #ee1c25;
    color: #fff;
    font-size: 14px;
    padding: 11px 39px;
    box-shadow: none;
    top: 0px;
}
.block.newsletter .field .control:before
{
    display: none;
}
/**** newsletter css end  ************/

/* footer css */
.page-bottom
{  max-width: inherit !important; margin: 0px !important; width: 100% !important; padding-left: 0px !important; padding-right: 0px !important;
   background: #000;
}
.page-bottom .content
{   width: 100%;    
}
.page-bottom .content .home-newsletter
{   padding: 60px 0px;width: 100%; max-width: inherit;text-align: center;
}
.page-bottom .content .home-newsletter .join
{   max-width: 600px; margin: 0 auto;    
}
.page-bottom .content  .block.newsletter
{   width: 100%; max-width: inherit !important; margin-bottom: 0px; 
}
.page-bottom .content .newsletter h2
{   color: #fff; font-size: 20px; font-weight: 600; text-align: center; margin-bottom: 20px;
}
.page-bottom .content .home-newsletter .block.newsletter .input-group
{   display:block; position:relative; max-width:80%; margin: 0 auto;
}
.page-bottom .content .home-newsletter .block.newsletter .input-group #newsletter
{   width: 100%; background: #fff; border-radius: 30px;padding: 12px 15px; height: auto; line-height: normal; margin: 0px; font-size: 15px;
    border:none;
}
.page-bottom .content .home-newsletter .block.newsletter .input-group .btn.btn-theme
{   position: absolute; right: 6px; background: #2c72e7; border-color: #2c72e7; color: #fff; font-size: 14px;    border-radius: 30px; padding: 5px 20px;box-shadow: none; top: 6px;
}
.page-bottom .content .home-newsletter .block.newsletter .input-group .btn.btn-theme:hover
{   background:#fff;color:#000;
}
.home-newsletter .main-title
{   text-align: center; font-size: 30px;color: #fff;text-transform: uppercase;line-height: normal;
}
.page-footer{ margin-bottom: 0px; padding-bottom: 0px; }
.footer-top
{   background: #1e1e1e; padding: 50px 0px 20px;    
}
.footer-middle
{   background: #2c72e7; padding-top: 45px; padding-bottom: 30px;    
}
.footer-top h4
{   color: #fff; font-size: 18px; display: block; margin-bottom: 22px;font-weight: bold;
    position: relative;
}
.footer-top ul
{   list-style: none; padding: 0px; margin-top: 20px;
}
.footer-top ul li
{   display:flex; margin-bottom: 10px;align-items: center;
}
.copyright .col-sm-12.col-md-6.col-lg-6{text-align: right;}
.copyright .col-sm-12.col-md-6.col-lg-6.copiright-text{text-align: left;}
.copyright span {font-size: 14px;font-family: 'gothambook';color: #fff;font-weight: 400;}

.footer-top ul li a
{   font-size: 14px; color: #fff; font-weight: 300; text-transform: capitalize; letter-spacing: 0.050em;    
}
.store-details ul img
{
    margin-bottom: 20px;
}
.footer-top ul li a:hover
{   color: #ee1c25;   
}
.footer-top .follow
{   margin-top: 20px;    
}
.footer-top .follow h4
{ margin-bottom: 10px; 
}
.footer-top .social li
{   display: inline-block; margin-right: 10px;    
}
.footer-top .social li a
{   font-size: 24px;    
}
.store-details li 
{   padding: 0 0 0 35px; position: relative;line-height: 24px;margin-bottom: 15px;
    font-weight: 400;color: #fff;
}
.store-details li:before 
{    cursor: pointer; position: absolute;height: 35px;width: 25px;left: 3px; right: auto; font: normal normal normal 14px/1 FontAwesome; font-size: inherit;
    text-rendering: auto;-webkit-font-smoothing: antialiased;color: #fff; font-size: 20px;top: 0;
}
.store-details .address:before
{   content: "\f041";  
}
.store-details .phoneno:before
{   content: "\f095";      
}
.store-details .email:before
{    content: "\f0e0";      
}
.store-details .time:before
{    content: "\f017";      
}
.copyright
{   background: #1e1e1e; padding: 0px;   
}
.copyright .container
{   color: #3e3e3e; display: flex; font-size: 13px;text-align: left; font-weight: 300;align-items: center;justify-content: space-between;flex-wrap: wrap; 
}
.footer-copyright-section{width: 100%;border-top:1px solid #363636;padding-top: 30px;padding-bottom: 30px;}
.copyright .container .copy-right a
{   color: #ffffff;width: 35px; background: #ee1c25;text-align: center;font-size: 20px;display: inline-block;vertical-align: middle;line-height: 20px;padding: 7px; margin-left: 5px;    
}
.copyright-right
{   text-align: right;    
}
.copy-right a i
{    font-size: 28px;display: inline-block;vertical-align: middle;color: #ff0000;
}
.copy-right img
{    margin-right: 40px; display: inline-block; vertical-align: middle;
}
.copy-txt
{    font-size: 14px; font-weight: 400; font-family: 'Poppins', sans-serif;
}
/****** footer css end *****/

/***** home offer page css *********/
.home-sec5
{
    margin-bottom: 30px;
}
.home-sec5 .row .col-md-6 .row
{
    margin-top: 24px;
}
.home-sec5 .row a
{
    display: block;overflow: hidden;
}
.home-sec5 .row a img
{
    transform: scale(1);
    transition: all 0.3s;
}
.home-sec5 .row a:hover img
{
    transform: scale(1.1);
    transition: all 0.3s;
}
.home-sec6
{
    margin-bottom: 30px;
}
/******** Global css product card ************/
.home-product-block .action-bar
{   text-align: center; position: relative; margin-top: 20px;
}
.home-product-block .action-bar:after
{   height: 1px; background: #e0e4e7; width: 100%; content: ""; display: block; position: absolute; top: 10px; 
}
.home-product-block .action-bar a
{   background: #fff; padding: 5px 30px; position: relative; z-index: 1; font-size: 14px; color: #000;
}
.mp-product-slider-block
{   margin-top: 50px !important;
}
.mp-product-slider-block .mp-product-slider-title
{   margin-top: 0px; margin-bottom: 30px; font-size: 25px; color: #000;text-transform: uppercase;letter-spacing: 2px;font-family: 'gothammediumregular';font-weight: 500;
}
.products-grid .product-item-info
{   width: 100%; 
}
.products-grid .product-item-info:hover, 
.products-grid .product-item-info.active
{   box-shadow: none; margin: 0px; border: none; padding: 0px; 
}
.product-item-info .new-lable
{   background: #000;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    position: absolute;
    z-index: 9;
    padding: 5px 10px;
    left: 0px;
    top: 0px;
    text-transform: uppercase;  
}
.product-items .product-item
{   padding: 15px; 
}
.cms-index-index .product-item
{   width:100% !important;    
}
.mp-product-slider-content .products-grid
{ padding-top: 30px;  
}
.product-items .product-item .product-item-info
{   width: 100% !important; position: relative; border: none;padding-bottom: 0;overflow: hidden;
}
.product-items .product-item .product-item-info .actions-secondary .action.towishlist
{   font-size: 0px;
}
.product-items .product-item .product-item-info .actions-secondary .action.towishlist::before
{   content: "";
    display: block;
    background: url(../images/love-black.svg) no-repeat center center;
    width: 15px;
    height: 15px;
    background-size: 14px;
}
.product-items .product-item .product-item-info .actions-secondary .action.towishlist:hover::before
{   background: url(../images/red.svg) no-repeat center center;background-size: 14px;
}
.product-image-container
{   display: block; margin: 0 auto;    
}
.product-items .product-item .product-item-info .action.towishlist
{   position: static; right: 10px; top: 10px; color: #fff; z-index: 9; font-size: 18px;     
}
.product-items .product-item .product-item-info .action.towishlist:before
{   display: none;
}
.product-items .product-item .product-item-info .action.towishlist:hover span:before
{   content: "\f004"; color: #000;    
}
.product-items .product-item .product.details
{   text-align: left; margin-left: 0px;padding: 0;position: static;
}
.product-items .product-item .product.details .product-item-name
{   color: #000; font-size: 16px;font-family: 'gothammediumregular';font-weight:500;margin: 10px 0 0 0;
}
.products-list .product-items .product-item .product.details .product-item-name{margin:-3px 0 0 0;}
.products-list .product-items .product-item .product.details{padding:0 0 0 30px;}
.products-list .product-item-photo{padding:0;}
.product-items .product-item .product.details .product-item-name a
{   color: #000;  font-size: 16px;height: 55px;display: block;overflow: hidden;font-family: gothammediumregular;font-weight: 500; 
}
.product-items .product-item .product.details .price-box .price
{   color: #ed1c24; font-weight: 500;font-size: 16px;font-family: 'gothambook';
}
.product-item .price-box
{
    margin: 5px 0 3px;
}
.product-items .product-item .product-item-actions
{   margin: 0px; transition: all 0.5s ease;
}
.product-items .product-item .product-item-info:hover .product-item-actions
{   visibility: visible;     
}
.product-items .product-item .product-item-actions .action.tocart
{   background:#ee1c25;border:1px solid #ee1c25; padding: 10px 20px 10px 40px;color: #fff;line-height: normal;font-size: 14px;letter-spacing: 0px;
    text-transform: uppercase;position: relative;margin:0;width: 100%;
}
.product-items .product-item .product-item-actions .action.tocart:after
{
    content: '\f07a';display: inline-block;font: normal normal normal 14px/1 FontAwesome;text-rendering: auto;-webkit-font-smoothing: antialiased;
    position: absolute;top: 11px;left: 11px;font-size: 18px;color: #fff;
}
.product-items .product-item .product-item-actions .action.tocart:hover{ background-color:#000; color: #fff;border:1px solid #000; }
.product-items .product-item .product-item-actions .action.tocart:hover:after{color: #fff;}
.product-items .product-item .product-item-actions .secondary-addto-links 
{   display: none;    
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active
{
    background: transparent;
}
.page-products .products-grid .product-item .product-item-inner
{   box-shadow: none; border: none; margin: 0px; position: static;padding: 0px;
}
.page-products .products-grid .product-item-inner:before
{   display: none;
}
/* Global css product card  end*/
.mp-product-slider-content .owl-nav .owl-prev
{  background: url(../images/arrow2x.png) no-repeat left center !important; background-size:60px auto !important; width: 20px; height: 35px;
    box-shadow: none; left: -45px;top:30%;
}
.mp-product-slider-content .owl-nav .owl-next
{   background: url(../images/arrow2x.png) no-repeat right center !important; background-size:60px auto !important; width: 20px; height: 35px;
    box-shadow: none; right:-45px;top:30%;   
}
.mp-product-slider-content .owl-nav .owl-prev span,
.mp-product-slider-content .owl-nav .owl-next span
{ display: none; 
}
.mp-product-slider-content .owl-nav.disabled
{
    display: block;
}
.mp-product-slider-content .owl-dots
{
    display: none;
}

.owl-carousel .owl-nav .owl-prev
{  background: url(../images/arrow2x.png) no-repeat left center !important; background-size:60px auto !important; width: 20px; height: 35px;
    box-shadow: none; left: -45px;top:30%;position: absolute;margin:0;
}
.owl-carousel .owl-nav .owl-next
{   background: url(../images/arrow2x.png) no-repeat right center !important; background-size:60px auto !important; width: 20px; height: 35px;
    box-shadow: none; right:-45px;top:30%;position: absolute;margin:0;
}
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span
{ display: none; 
}

.catalog-category-view.page-products .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v2
{height: 30px;width: 30px;display: flex;align-items: center;justify-content: center;background: #f6f6f6;border: 1px solid #f6f6f6;color: #000;margin-bottom: 5px;right: -100%;transition: all 0.5s ease;background-image: none;top:80px;font-size: 0;position: absolute;z-index: 999;}
.catalog-category-view.page-products .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2{right: 10px;}
.page-products .products-list .product-item-info .product-image-list{overflow: hidden;padding:0;}

.product-items .product-item .product-item-info a.weltpixel-quickview.weltpixel_quickview_button_v2::before{
    background: url(../images/quick-view.svg) no-repeat center center;background-size: 14px;width: 15px;height: 15px;display: inline-block;content: "";
}
.product-items .product-item .product-item-info a.weltpixel-quickview.weltpixel_quickview_button_v2:hover::before{background: url(../images/quick-view-hover.svg) no-repeat center center;background-size: 14px;}
.catalog-category-view.page-products .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v2:hover{background-color: #ed1c24;}
.mfp-iframe-holder .mfp-close
{
    width: auto;
    background: transparent;
    border: 0;
}

.breadcrumbs 
{
    padding: 45px 0px 50px;
    background: #f7f8f9;
    max-width: 100%;
    margin-bottom: 0px;
}
.breadcrumbs .items
{ max-width: 100%; margin: 0 auto;   
}
.breadcrumbs a:visited
{   color: #959595;    
}
.page-wrapper .breadcrumbs ul li a, .page-wrapper .breadcrumbs ul li strong
{   color: #ed1c24; font-size: 13px; display: inline-block; vertical-align: middle;    
}
.breadcrumbs .items{color:#ed1c24;}
.breadcrumbs ul li strong
{   color: #ed1c24; 
}
.breadcrumbs .item:not(:last-child):after{ vertical-align: middle; }

/****** cart page css start ************/

.checkout-cart-index .page-title-wrapper{ margin-top: 30px; }
.checkout-cart-index .page-main > .page-title-wrapper .page-title{color:#000000;font-size:24px;text-transform:uppercase; }
.cart-container .form-cart{width:100%;padding-right:0px;margin-bottom:0px;float: none}
.table-wrapper{margin-bottom:0px;}
.block.crosssell{width:100%;padding-right:0px; margin-bottom: 0px; margin-top: 30px; }
.cart.table-wrapper .product-item-name > a,.cart.table-wrapper .product.name a > a{color: #000;}
.cart.table-wrapper .cart thead tr th.col{border-top:0px;font-size:14px;font-weight:normal; }
.cart.table-wrapper .cart thead tr th.col.item,
.cart.table-wrapper .cart tbody tr td.col.item{width:60%;}
.cart.table-wrapper .cart thead tr th.col.price,
.cart.table-wrapper .cart tbody tr td.col.price{text-align:center;width:15%;text-align:left;}
.cart.table-wrapper .cart thead tr th.col.qty,
.cart.table-wrapper .cart tbody tr td.col.qty{text-align:center;width:15%;text-align:center;}
.cart.table-wrapper .cart thead tr th.col.subtotal,
.cart.table-wrapper .cart tbody tr td.col.subtotal{width:15%;}
.cart.table-wrapper .cart tbody tr td .product-item-name{font-size:16px; font-weight: 600; }
.cart.table-wrapper .product-item-name + .item-options{margin:10px 0px;}
.item-options dt,
.item-options dd
{   margin:0;color:#999;font-size:13px;font-weight:normal;
}
.item-options dd{ color: #000; }
.cart.table-wrapper .cart tbody tr td.col.price .price{font-weight:normal; font-size:16px; color:#000;}
.cart.table-wrapper .cart tbody tr td.col.subtotal .price{font-weight:600;font-size:16px;color:#000;}
.cart.table-wrapper .cart tbody tr td .control.qty{width:110px;border:1px solid #e0e4e7;text-align:center;height:40px;display:flex;align-items:center;justify-content:center;position:relative;margin:0 auto;top:-8px;}
.cart.table-wrapper .cart tbody tr td .control.qty button
{   background:#fff; margin:0px;padding:1px 9px;line-height:normal;height:auto; box-shadow: none; border-radius:0px; border: none;
}
.cart.table-wrapper .col.qty .input-text{border:none;margin-top:0px; padding: 0px; width: 46px; border-left: 1px solid #e0e4e7; border-right: 1px solid #e0e4e7; height: 38px;}
.cart.table-wrapper .cart tbody tr td.col.item .actions{display:flex;}
.cart.table-wrapper .cart tbody tr td.col.item .actions a{font-size:14px;color:#999999;margin-right:34px;}
.cart.table-wrapper .cart tbody tr td.col.item .actions a img{vertical-align:middle;display:inline-block;margin-right:5px;position:relative;top:-2px;}
.cart.table-wrapper .cart tbody tr td.col.item .actions .action-towishlist{order:3;background:url(../images/move-to-wish-list.svg) no-repeat left center; padding-left:0px;}
.cart.table-wrapper .cart tbody tr td.col.item .actions .action-delete{order:1;}
.cart.table-wrapper .cart tbody tr td.col.item .actions .action-edit{order:2;}
.cart.table-wrapper .item .col.item{display:table-cell;}
.cart.table-wrapper .product-item-photo{width:185px;display:inline-block;}
.cart.table-wrapper .product-item-details{width:calc(100% - 200px);display:inline-block;}
.cart-container .form-cart .actions.main .action.update
{   box-shadow: none;background: #000;border: 1px solid #000;text-transform: none;font-size: 14px;color: #fff;transition: all 0.5s ease; font-weight: normal;
    letter-spacing: 1.4px; box-shadow: none;border-radius: 0px;font-family: 'Roboto', sans-serif;padding: 10px 20px;
}
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .clear
{
    color: #000;text-transform: capitalize;
}
.cart-container .form-cart .actions.main .action.update:hover
{   background: #fff; color: #000;
}
#block-shipping{display:none;}
.cart-totals{width:295px;float:right;border:none;}
.cart-totals .data.table.totals .totals.sub th{font-size:18px; color:#000;background:none;}
.cart-totals .data.table.totals .totals.sub td{font-size:18px;color:#000;}
.cart-totals .data.table.totals .grand.totals th{font-size:18px; color:#000;text-transform:uppercase;background:none;}
.cart-totals .data.table.totals .grand.totals td{font-size:18px;color:#000;}
.cart-info-right{float:right;width:295px;}
.cart-info-right .summary.title{display:none;}
.cart-info-right .action.primary.checkout
{   background:#000;border:1px solid #000;padding:14px; letter-spacing:1.4px;text-align:center;text-transform:none;font-size:15px;color:#fff;transition:all 0.5s ease;width:100%;margin-top:0px;font-weight:normal;
    border-radius: 0px; font-family: 'Roboto', sans-serif;  
}
.cart-info-right .action.primary.checkout.share-cart-btn{
    background:#9bdbdb;border:1px solid #9bdbdb;color:#fff;
}
.cart-info-right .action.primary.checkout:hover{background:#fff;color:#000;}
.cart-info-right .action.primary.checkout.share-cart-btn:hover{background:#fff;color:#9bdbdb;}
.cart-info-right .checkout-methods-items li a{ font-weight: 600; }
.checkout-extra .block.discount{padding-top:15px;}
.checkout-extra .block.discount .title{display:none;}
.checkout-extra .block.discount .field{position:relative;max-width:645px;}
.checkout-extra .block.discount .control{width:100%;padding-right:103px;}
.checkout-extra .block.discount .control .input-text{height:48px;border:1px solid #ced4da;color:#495057;font-size:16px;}
.checkout-extra .block.discount .actions-toolbar{position:absolute;top:0px;right:0px;margin-top:0px;}
.checkout-extra .block.discount .actions-toolbar button.apply
{   background:#000;border:1px solid #000;padding:10px 30px; letter-spacing:1.4px;text-align:center;text-transform:none;color:#fff;transition:all 0.5s ease;margin-top:0px;height:48px;font-weight:normal; border-radius: 0px; 
}
.checkout-extra .block.discount .actions-toolbar button.apply:hover{background:#fff;color:#000;}
.checkout-extra .block.discount .label{font-size:14px;font-weight:normal;margin-bottom:15px;}
.continue-shop .continue{background:#000;border:1px solid #000;padding:13px 34px; letter-spacing:1.4px;text-align:center;text-transform:none;color:#fff; transition:all 0.5s ease;margin-top:0px;height:48px;font-weight:normal;font-size:14px;}
.continue-shop .continue:hover{background:#fff;color:#000;}
.shopping-cart-bottom{padding-bottom:60px;border-bottom:1px solid #ccc; margin-top: 20px;}
.cart-totals tbody .mark, .cart-totals tfoot .mark{background:none;}
.cart-info-right .checkout-methods-items li .action.multicheckout{ display: none; }
.paypal {
    width: 100%;
    margin-bottom: 15px;
}
.paypal-button.paypal-button-shape-rect {
    border-radius: 0;
}
/* cart page css end */
/* login/register page css */
.customer-account-create .form-create-account .account-social-login, .customer-account-login .block-customer-login .account-social-login {
    display: block;
    width: 100%;
    position: relative;
    margin: 50px 0;
}
.customer-account-create .account-social-login, .customer-account-login .account-social-login {
    display: none;
}
.customer-account-create .form-create-account .account-social-login:before, .customer-account-login .block-customer-login .account-social-login:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #dfdfdf;
    z-index: 3;
    top: 0;
    left: 25px;
    right: 25px;
}
.customer-account-login .block-customer-login .account-social-login:before {
    left: 0;
    right: 0;
}
.block.social-login-authentication-channel.account-social-login .block-content {
    padding-top: 0px;
    text-align: left !important;
}
.customer-account-create .form-create-account .account-social-login:after, .customer-account-login .block-customer-login .account-social-login:after {
    content: 'or';
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 4;
    text-align: center;
    border: #dfdfdf solid 1px;
    border-radius: 100%;
    line-height: 43px;
    color: #777;
    left: 0;
    top: -22px;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
}
.account-social-login .actions-toolbar.social-btn .btn.btn-block {
    color: #fff !important;
}
.overview.sign-in-sign-up{ margin-top: 40px;color: #000; }
.customer-account-login .page-title-wrapper{display:none;}
.form-create-account .legend{margin-bottom:0px;padding-bottom:0px;border-bottom:0px; font-size:22px;color:#3e4850;letter-spacing:2.2px;text-transform:uppercase;}
.form-create-account .legend + p{color:#000 !important;font-size:16px; margin-bottom:24px;}
.customer-name-prefix .fields{display:block;}
.customer-name-prefix .fields .field.field-name-prefix{display:none;}
.customer-name-prefix .fields .field.field-name-firstname{width:100%;display:block;}
.customer-name-prefix .fields .field.field-name-lastname{width:100%;display:block;}
.sign-in-sign-up .fieldset > .field > .label{ font-size:14px; margin-bottom:.5rem;font-weight:normal; }
.form-create-account
{   padding-right: 60px !important;
    padding-top: 0px !important;
    box-shadow: none !important;
    border: none !important;
    min-width: inherit !important;
    width: 100% !important;
}
.form-create-account .fieldset-fullname .fields .field + .field{padding-left:0px;margin-bottom:1rem;}
.fieldset.fieldset-fullname{margin-bottom:0px;}
.fieldset.create.info{margin-bottom:0px; width: 100% !important;}
.fieldset.create.info .field.field-name-lastname{ margin-bottom: 20px; }
.sign-in-sign-up .input-text{height:40px;border:1px solid #999999;padding:.375rem .75rem;color:#495057;line-height:1.5;font-size:16px;}
.form-create-account .gender{display:block;margin-bottom:20px;}
.gender .input{display:inline-block;padding:0px 10px;vertical-align:middle;position:relative;padding-left:25px;}
.gender .input label{margin-bottom:0px;line-height:20px;display:inline-block;vertical-align:middle;}
.gender .input input{position:absolute;left:0px;top:5px;z-index:1;opacity:0;}
.gender .input .mage-error{position:absolute;width:200px;margin-top:0px;left:0;}
.gender .input label::before{background-color:#fff;border:1px solid #000;position:absolute;top:7px;left:0px;width:14px;height:14px;display:block;content:"";}
.gender .input label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";}
.gender .input input:checked + label::after{background-image:none;width:4px;height:4px;background:#000;left:5px;top:12px;}
.field.gender.agree label{color:#999999; font-size:16px;}
.fieldset.create.account{margin-bottom:0px; width: 100% !important; }
.form-create-account .fieldset.create.account:after{display:none;}
.sign-in-sign-up .actions-toolbar{margin-top:2rem;}
.sign-in-sign-up .actions-toolbar .action.submit{padding:14px 70px;font-size:16px;  background:#000;letter-spacing:1.4px;border:1px solid #000;transition:all 0.5s ease;text-transform:uppercase;font-weight:normal; height: auto;}
.sign-in-sign-up .actions-toolbar .action.submit:hover, .sign-in-sign-up .actions-toolbar .action.submit:focus{background-color:#fff;border:1px solid #000;background-size:cover;color:#000;}
.form-text{margin:1rem 0px;}
.block-customer-login .block-title strong,.fieldset.create.info legend span{ font-size:22px;color:#000;font-weight: normal; text-transform:uppercase;}
.block-customer-login .field.note{color:#000 !important;font-size:16px; margin-bottom:24px;}
.form-login .field.password{position:relative;}
.form-login .show-hide-pass{position:absolute;right:8px;top:38px;z-index:9;width:20px;height:20px;display:inline-block;}
.form-login .show-hide-pass input{opacity:0;position:absolute;width:100%;height:100%;}
.sign-in-sign-up .actions-toolbar .action.login{padding:14px 70px;font-size:16px; background:#000;letter-spacing:1.4px;border:1px solid #000;transition:all 0.5s ease;text-transform:uppercase;font-weight:normal; height: auto;}
.sign-in-sign-up .actions-toolbar .action.login:hover, .sign-in-sign-up .actions-toolbar .action.login:focus{background-color:#fff;border:1px solid #000;background-size:cover;color:#000;}
.sign-in-sign-up .actions-toolbar .secondary{padding-left:50px;}
.sign-in-sign-up .actions-toolbar .secondary a{color:#999999;font-size:16px;margin-top:10px;}
.fieldset.login{margin-bottom:20px;}
.sign-in-sign-up .first-side{order:1;border-right:1px solid #999999;}
.sign-in-sign-up .right-side{order:2;padding-left:59px;}
.form.password.forget .fieldset:after{display:none;}
.form.password.forget .fieldset{margin-bottom:20px;}
.form.password.forget .actions-toolbar .primary .action{padding:14px 50px;font-size:16px; background:#3e4850;letter-spacing:1.4px;border:1px solid #000;transition:all 0.5s ease;text-transform:uppercase;font-weight:normal;}
.form.password.forget .actions-toolbar .primary .action:hover{background-color:#fff;border:1px solid #000;background-size:cover;color:#3e4850;}
.account-social-login .block-title strong
{   display: block; padding-top: 50px;
}
.customer-account-forgotpassword .page-title-wrapper{ margin-top: 40px;  }
.form.password .field label{ font-weight: normal;  }

.customer-account-create .page-title-wrapper {
    margin-top: 20px;
}
.customer-account-create form#form-validate {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 !important;
    margin-top: 20px;
}
.customer-account-create .form-create-account .legend {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 0px;
    font-size: 22px;
    color: #3e4850;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}
.customer-account-create .fieldset.create.info {
    margin-bottom: 0px;
    width: 50% !important;
    padding: 0 20px 0 0;
}
.customer-account-create .fieldset.create.account {
    margin-bottom: 0px;
    width: 50% !important;
    padding: 0 0 0 20px;
}

/* login/register page css end */
/* my account pages css */
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong{ border-color:#000; }
.sidebar .block-collapsible-nav .item .delimiter{ display: none; }
.action.primary{ background: #000; border: 1px solid #000; font-size: 15px;font-weight: normal; }
.action.primary:hover, .action.primary:focus{ background: #fff; color:#000;border:1px solid #000; }
.wishlist-index-index .products-grid .product-item{ width: 31%; margin: 1%; }
.products-grid.wishlist .product-item .price-box{ text-align: center;  }
.wishlist-index-index .product-item-inner .comment-box{ margin-top: 0px; display: none; }
.products-grid.wishlist .product-items .product-item .product-item-actions{ visibility: visible;margin-top: 10px;vertical-align: bottom; }
.products-grid.wishlist .product-items .product-item .product-item-info{padding: 10px;}
.products-grid.wishlist .product-items .product-item .product-item-inner > .product-item-actions{display: none;}
.products-grid.wishlist .product-items .product-item .box-tocart{margin: 0;}
.form-wishlist-items .actions-toolbar{ text-align: right; padding: 10px 0px; border-top: 1px solid #ccc;  border-bottom: 1px solid #ccc;  }
.products-grid.wishlist .product-item .box-tocart .tocart{ font-size: 13px; }
.form-wishlist-items .actions-toolbar .primary{ float: none; display: inline-block; }
.form-wishlist-items .actions-toolbar .primary button{ font-weight: normal; font-size: 15px;  }
.form-wishlist-items .actions-toolbar .primary button:hover{ background: #fff; color:#3e4850;  }
.account .messages{ margin-top: 20px; }
.account .table th, 
.account .table td
{   width: auto;    
}
.table thead th{ border-bottom: 0px; }
.sidebar .product-items-names .product-item{ padding: 0px; }
#store-selector .form-continue .actions-toolbar .action.primary, .form-address-edit .actions-toolbar .action.vertex-secondary,
.order-review-form .action.primary, .bundle-actions .action.primary.customize,.bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, 
.form-address-edit .actions-toolbar .action.primary, .box-tocart .action.instant-purchase, .multicheckout .action.primary
{
    padding: 10px 18px;
    font-size: 14px;
}
/* my account pages css end */
/* category-landing css */
.category-landing .page-title-wrapper
{   text-align: center; margin-bottom: 40px;
}
.category-landing .page-title-wrapper .page-title
{   color: #3e4850; font-size: 35px; text-transform: capitalize; font-weight: 500;
}
.apptrian-subcategories-grid
{   margin: 0 -15px !important; width: auto !important;    
}
.apptrian-subcategories-category-name{ margin-top: 10px; }
.category-image .image{width: 100%;}
.page-layout-1column.page-with-filter .column.main{padding-top: 0px;}
/* category-landing end css */
/* category page css */
.catalog-category-view .product-reviews-summary{display: none;}
.catalog-category-view .grid.products-grid .product-image-container{width: 100% !important;}
.product-item-actions .actions-primary > .stock.unavailable{color:#ed1c24;text-align: center;}
.subcategories{display: none;}
.category-landing .subcategories{display: block;}
.catalogsearch-result-index .block.block-compare
{   display: none;
}
.amshopby-slider-container .am-slider .ui-slider-handle{background:#fff;border:3px solid #000;}
.amshopby-slider-container .am-slider .ui-slider-handle:hover, .amshopby-slider-container .am-slider .ui-slider-handle:active{border:3px solid #000;background:#ed1c24;}

.amshopby-slider-container .am-slider .ui-slider-handle{margin-top: -8px;}
.block-content.filter-content .block-subtitle.filter-subtitle{ display: none; }
.filter-options .filter-options-item
{   border-top: 0px; padding-bottom: 0px; border-bottom: 0px;
}
.filter-options .filter-options-item .filter-options-title
{   color: #000;
    font-size: 20px;
    text-transform: capitalize;
    padding-left: 0px;
    padding-bottom: 15px;
    border-bottom:1px solid #cccccc;
    font-weight: 600;
    font-family: 'gothammediumregular';
}
.filter-options .filter-options-content
{   padding: 10px 0px;    
}
.filter-options .filter-options-content ul li a
{   font-size: 15px; color: #353535;
}
.filter-options .items .items-children.-folding
{   padding-left: 0px;
}
.filter-options .items .items-children.-folding .item a
{  font-size: 15px; color: #353535;     
}
.am-filter-items-attr_category_ids > li.item{ padding-left: 0px !important; }
.am-filter-items-attr_category_ids li .am-input
{   display: none;
}
.am-filter-items-attr_category_ids li a{ display: block; }
.am-filter-items-attr_category_ids li a .count{ display: none; }
.am-filter-items-attr_category_ids li a:hover
{   background: none;
}
.filter-options .items .items-children.-folding .item
{   margin: 15px 0px;
}
.filter-options-title:after
{   right: 10px; top: 18px; font-size: 10px;    
}
.filter-options-content ol.items li{ position: relative; }
.filter-options-content ol.items li a
{     font-size: 16px; color: #000; vertical-align: middle;font-family: 'gothambook';padding-left: 0;
}

.filter-content .item{margin:15px 0;}
.filter-options-content ol.items li input[type="radio"]
{   position: absolute; left: 8px; opacity: 0;
}
.filter-options-content ol.items li input[type="checkbox"]
{   position: absolute; left: 8px; opacity: 0;
}
.filter-options-content ol.items li a:before
{   width: 20px; height: 20px; border: 1px solid #acacac; content: "";
    display: inline-block; margin-right: 10px; vertical-align: middle;display: none;
}
.filter-options-content ol.items li a.am_shopby_link_selected:before
{   background: #ee1c25; border-color: #ee1c25;
}
.filter-options-content ol.items li a .count
{   float: right; font-size: 12px;    
}
.filter-options-content ol.items li a:hover, .filter-options-content ol.items li a.am_shopby_link_selected
{   background: none;color:#ed1c24;  
}
.filter-options-content ol.items{overflow-x: hidden;}
.amshopby-filter-current.filter-current ol .item 
{   padding-left: 30px; font-size: 15px; color: #353535; display: block;
}
.amshopby-filter-current.filter-current ol .item a
{   font-size: 15px; color: #353535;       
}
.amshopby-filter-current .amshopby-remove
{   width: 20px; height: 20px;    
}
.block-actions .filter-clear
{   font-size: 14px; color: #000;
}
.amshopby-slider-display
{   margin-top: 15px; font-size: 16px; color: #000;font-family: 'gothambook';
}
.amshopby-slider-container .amshopby-slider-display{text-align: left;}
.amshopby-slider-container .ui-slider-range
{   background: #000;
    height: 5px;    
}
.ui-slider-horizontal
{   background: #000;
    height: 5px;    
}
.catalog-category-view .column.main .page-title-wrapper
{   margin-bottom: 20px;
}

.catalog-category-view .column.main .page-title-wrapper .page-title
{   color: #000; font-size: 30px; text-transform: uppercase;
}

.toolbar.toolbar-products
{   border-bottom: 1px solid #ccc; padding-bottom: 15px;margin:0;
}
#amasty-shopby-product-list .products.wrapper{margin:20px 0;}
.toolbar.toolbar-products .toolbar-amount
{   font-size: 16px; color: #000;font-family: 'gothambook';padding:11px 0; 
}
.toolbar.toolbar-products .toolbar-sorter .sorter-label
{   font-size: 14px; color: #333333;display: none; 
}
.toolbar .sorter-action{display: none;}
.toolbar.toolbar-products .toolbar-sorter select
{   color: #000; border: none; font-size: 14px; line-height: normal;  box-shadow: none; padding-right: 0;
    height: 40px; padding: 0 15px; background: url(../images/selectbg.png) no-repeat 90% center #f5f5f5; background-size: 9px auto;width: 156px;font-family: 'gothambook';margin:0;
}
.toolbar.toolbar-products .pages .pages-items .item.pages-item-next a,
.toolbar.toolbar-products .pages .pages-items .item.pages-item-previous a
{   box-shadow: none; border: none; width: 27px; height: 27px; color:#333333; background:none;  
}
.toolbar.toolbar-products .pages .pages-items .item.pages-item-next a:before,
.toolbar.toolbar-products .pages .pages-items .item.pages-item-previous a:before
{   font-size: 13px; color: #000;
}
.toolbar.toolbar-products .pages .pages-items li strong,
.toolbar.toolbar-products .pages .pages-items li a
{   width: 27px; height: 27px; color: #333333; font-size: 13px; border-radius: 100%;
}
.toolbar.toolbar-products .pages .pages-items li strong
{   background: #333; text-align: center; font-weight: normal;color: #fff;
}
.toolbar.toolbar-products .field.limiter{ font-size: 14px; color: #333333; }
.toolbar.toolbar-products .field.limiter .label
{   font-size: 14px; color: #333333;     
}
.toolbar.toolbar-products .field.limiter select
{  color: #333; border: 1px solid #c2c2c2; font-size: 12px; line-height: normal;  box-shadow: none;
   height: auto; padding: 7px 20px; background: url(../images/selectbg.png) no-repeat 93% center #fff; background-size: 7px auto;     
}
.action-primary:hover
{   background:#000; border-color: #000;    
}
.toolbar-products .modes-mode:before{
    background-image: url(../images/grid.svg); content: "";background-size: 16px;background-repeat: no-repeat;border:none;box-shadow: none;width: 18px;height: 18px;transition: all 0.5s ease;
}
.toolbar-products .modes-mode.active:before, .toolbar-products .modes-mode:hover:before{background-image:url(../images/grid-hover.svg);background-size: 16px;background-repeat: no-repeat;border:none;box-shadow: none;width: 18px;height: 18px;}
.toolbar-products .mode-list:before{background-image:url(../images/list.svg); content: "";background-size: 18px;background-repeat: no-repeat;border:none;box-shadow: none; width: 18px;height: 18px;transition: all 0.5s ease;margin-top: -2px;margin-left: 15px;}
.toolbar-products .mode-list.active:before, .toolbar-products .mode-list:hover:before{background-image:url(../images/list-hover.svg);background-size: 18px;background-repeat: no-repeat;border:none;box-shadow: none;width: 18px;height: 18px;margin-top: -2px;margin-left: 15px;}
.toolbar-products .modes-mode{background:none;border:none;border-radius: 0;box-shadow: none;padding:12px 0;}
.toolbar-products .modes-mode.active{background:none;border:none;border-radius: 0;box-shadow: none;}
.toolbar-products .modes-mode:last-child{border:none;box-sizing: none;}
.catalog-category-view.page-products .columns{padding-top: 50px;}
@media (min-width: 1024px)
{
    .page-products .products-grid .product-item
    {   width: calc((100% - 0%) / 3); margin-bottom: 30px; margin-left: 0 !important;padding:0 16px;
    }
    .page-products .products-grid .product-items{margin: 0 -16px;}
    .catalogsearch-result-index.page-products .products-grid .product-item
    {
            width: 23%;
            margin: 15px 1% !important;
    }
    .catalogsearch-result-index.page-layout-2columns-left .column.main
    {
        width: 100%;
        padding: 0px;
    }
}
.apptrian-subcategories-heading
{
    text-transform: uppercase;
    letter-spacing: 1px;
    display: none;
}
.page-layout-2columns-left.catalogsearch-result-index .sidebar
{
    display: none;
}
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner
{
    clip: unset;
    height: auto;
    margin: auto;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
}
.filter-options .items .items-children.-folding
{
    display: none;
}
.filter-options .filter-options-content ul li a
{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'gothambook';
}
.apptrian-subcategories-category-name a 
{
    color: #282828;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.subcategories{margin-top: 60px;background: #fff !important;}
.page-products.catalog-category-view .products-grid .product-item:nth-child(4n + 1){margin-left: 3%;}
.page-products.catalog-category-view .products-grid .product-item:nth-child(3n + 1){margin-left: 0;}
.breadcrumbs .page-title{font-size: 50px;font-family: 'gothammediumregular';font-weight: 700;}

/* category page end css */
/* details page css */
.mp_social_share_float{top:190px !important;}
.catalog-product-view .breadcrumbs
{ margin-bottom: 20px;
    padding:10px 0;
}
.product.media
{   display: block;    
}
.page-layout-1column .product.media
{   width: 48%;    
}
.page-layout-1column .product-info-main
{   width: 49%;
}
.column.main > .mp_social_share_inline{display: none;}
.fotorama__wrap .fotorama__stage
{   padding: 20px !important; border: 1px solid #d7d7d7; margin-bottom: 20px;width: 100% !important;
}
.product.media .fotorama__active .fotorama__dot{background-color: #ed1c24;border-color: #ed1c24;}
.product-info-main .page-title-wrapper h1
{   font-size: 25px; color: #000; margin-bottom: 20px;text-transform: uppercase;font-weight: 600;
}
.product-info-main .sub-heading
{ font-size: 18px; color: #000; margin-bottom: 0px;
}
.product-info-main .sku
{   color: #000; font-size: 14px;display: none;  
}
.product-info-main .sku span
{
    padding-right: 4px;
}
.product-info-main .product.attribute.overview
{   color: #000; font-size: 14px;font-family: 'gothambook';margin:30px 0;
}
.product-info-main .product.pricing {
    display: none;
}
.product-info-main .product.overview p{ position: relative; padding-left: 15px; }
.product-info-main .product.overview p:before
{   content: "\f105"; color: #898989; font-size: 12px; margin-right: 10px; display: inline-block; font-family: 'FontAwesome'; position: absolute; left: 3px;
    top: 3px;
}
.product-info-main .product-reviews-summary .reviews-actions a
{   color: #000; font-size: 13px;font-family: 'gothambook';margin-right: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions a.add{ font-weight: 400;color:#ed1c24; }
.product-info-main .product-info-price
{   padding-top: 15px; margin-bottom: 0px; padding:0px; border-bottom: 0px;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;
}
.product-info-main .product-info-price .price-container .price
{   font-size: 25px; color: #ee1c25; font-family: 'gothambook';
}
.product-info-main .product-add-form form > .box-tocart{margin-top: 30px !important;}
.product-info-main .product-info-price .price-box .price-container > span.price-label, .product-item .price-box .price-label {
    display: none !important;
}
.category-cms, .category-image, .category-description{display: block;}
.product-info-main .product-info-price .price-box .price-container > span{margin:0;}
.product-info-main .product-info-price .price-box, .product-item .price-box{padding:0;display: inline-block;vertical-align: middle;line-height: normal;}
.product-item .price-box{margin-top: 10px;}
.product-info-main .product-info-price .price-box .price-final_price{ margin-right: 10px; }
.product-item .price-box.price-final_price{justify-content: center;min-height: auto;}
.product-item .price-box .price-final_price{ margin-right: 10px; }
.product-img .new-lable{display: none;}
.product-info-main .product-info-price .price-box .old-price, .product-item .price-box .old-price {  margin-left: 10px;}
.product-info-main .product-info-price .old-price .price-wrapper .price{ font-size: 20px; font-weight: 400; color: #787878; line-height: normal; text-decoration: line-through;}
.product-item .price-box .old-price .price-wrapper .price { font-size: 12px; font-weight: 400; color: #787878; line-height: normal; text-decoration: line-through; }
.product-info-main .product-add-form{ padding-top:20px; }
.product-options-wrapper .field .label
{   color: #000; font-size: 14px; font-weight: 600;font-family: 'gothambook';
}
.product-options-wrapper .field
{   margin-bottom: 10px;    
}
.product-options-wrapper .fieldset
{ 
    margin-bottom: 10px;
}
.product-info-main .product.attribute.overview ul
{   padding-left: 23px;
}
.product-info-main .product.attribute.overview li
{
    font-family: 'Poppins';
    font-size: 16px;
}
.customize-page{margin-bottom: 15px;}
.customize-page span{text-transform: capitalize;display: inline-block;min-width: 100px;}
.customize-page strong{font-weight: normal;}
.customize-page > div{margin-bottom: 7px;}
.table.grouped .col.item{width: 75%;}
.product-info-main .table-wrapper.grouped{max-height: 400px;overflow-y: scroll;}
.product-info-main .table.grouped td,.product-info-main .table.grouped th{border: 1px solid #ccc;vertical-align: middle;}
.product-info-main .table.grouped th{border-bottom: 0px !important;text-transform: uppercase;}
.table.grouped tr:nth-child(even) {background-color: #f2f2f2;}
.product-info-main .table.grouped .product-item-name{margin: 0px;font-size: 13px;}
.table.grouped .price-box .price { font-weight: normal;font-size: 13px;}
.price-box .old-price .price{text-decoration: line-through;}
.product-info-main.table-wrapper.grouped::-webkit-scrollbar-track
{   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-radius: 10px;background-color: #dadada;
}
.product-info-main .table-wrapper.grouped::-webkit-scrollbar
{   width: 5px; background-color: #dadada;
}
.product-info-main .table-wrapper.grouped::-webkit-scrollbar-thumb
{   border-radius: 10px;  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);background-color: #484848;
}
span.price-label {display: none;}
.price-box > span{display: inline-block;width: auto;vertical-align: middle;float: none;}
.price-box > span.normal-price{display: flex;flex-wrap: wrap;}
.product-options-wrapper .field select,
.product-options-wrapper .field input[type="text"]
{   border: 1px solid #cccccc; padding:8px 10px; font-size: 14px; color: #000; height: auto; font-size: 13px;    
}
.product-info-main .stock{ padding-top: 7px; font-size: 16px;}
.product-info-main .product-info-stock-sku{float: left;width: 100%;padding:0 0 5px 0;margin-bottom:5px;border-bottom: 1px solid #ddd;text-align: left;}
.product-info-main .product-reviews-summary{margin-bottom: 5px;}
.product-info-main .stock.available, .product-info-main .stock.unavailable{font-size: 14px;color:#000;text-transform: capitalize;font-family: 'gothambook';font-size: 14px;}
.product-info-main .stock.available .stock-part, .product-info-main .stock.unavailable .stock-part
{   color:#0ec062; text-transform: capitalize; font-weight: 400;padding:0 0 0 10px;background-position: left center;margin:0;font-family: 'gothambook';
}
.product-info-main .stock.unavailable
{   color: #000; text-transform: capitalize; font-weight: normal;      
}
.product-info-main .stock.unavailable .stock-part{color:red;}
.product-info-main .product.attribute.sku{ display: none; }
.product-add-form .product-options-wrapper .field .control{ width: 100%; }
.product-options-bottom
{  margin-bottom: 15px;
    display: flex;flex-wrap: wrap;align-items: flex-start;margin-top: 5px;
}
.product-info-main .product-add-form form > .box-tocart{ display: block; margin-top: 50px;  }
.product-info-main .box-tocart .field.qty .label{ color: #000; font-size: 14px;font-family: 'gothambook';font-weight: 600; }
.box-tocart img{max-width: 14px;}
.product-options-bottom .box-tocart
{   margin: 0px !important; display: block; width: 100%;
}
.product-options-bottom .action.towishlist
{   display: inline-block;
}
.product-info-main .box-tocart .fieldset{ margin: 0px; width: 100%; }
.product-info-main .box-tocart .field.qty{display:inline-block;margin-bottom:0px;margin-right:10px;}
.product-info-main .box-tocart .field.qty .control{border:1px solid #ccc;height: 43px;}
.product-info-main .box-tocart .field.qty .control .minus,
.product-info-main .box-tocart .field.qty .control .plus
{   background:none;border:none;text-align:center;height:40px;line-height:normal;width:47px;padding:0px;text-align:center; top:-2px; position: relative;
    color: #000;
}
.product-info-main .page-title-wrapper.product{margin-top: -5px;}
.product-info-main .box-tocart .field.qty .control .minus:hover,
.product-info-main .box-tocart .field.qty .control .plus:hover{color:#000 !important;}
.product-info-main .box-tocart .field.qty .control .input-text.qty{text-align:center;height:40px;border:none;color:#000; font-size:16px;line-height: normal;border-right: 1px solid #ccc;width: 77px;font-family: 'gothambook';
    border-left: 1px solid #ccc;}
.box-tocart .actions
{   display: flex;align-items: center; vertical-align: middle; float: none !important; margin-top:15px;margin-bottom: 0px;width: 100%;
    border-bottom: 1px solid #ddd;padding-bottom: 15px;
}
.mp_social_share_inline, .mp_social_share_inline_under_cart{padding:0 !important;}
.a2a_default_style a{padding:0 5px !important;}
.a2a_kit.a2a_default_style.a2a_kit_size_32 {margin: 0 -5px !important;}
.box-tocart .actions .action.tocart
{   width: 100%;  background: #ee1c25; padding: 5px 0px 5px 0px; color: #fff; text-transform: capitalize;position: relative;
    border-color: #ee1c25; line-height: normal; height: 45px; font-size: 16px; font-weight: 500; margin-bottom: 0; letter-spacing: 1px;max-width: 185px;
    font-family: 'gothammediumregular';margin-right: 15px;transition: all 0.5s ease;order:1;
}
.box-tocart .actions .action.tocart:before {
    content: '\f07a';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: static;
    top: 0;
    left: 24px;
    font-size: 22px;
    color: #fff;
    margin-right: 8px;
}
.box-tocart .actions .action.tocart span{white-space: nowrap;}
.box-tocart .actions .action.tocart:hover
{    background: #000;  border-color: #000; color: #fff; 
}
.product-social-links
{  padding: 10px 0px; float: left;width: 100%;
}
.product-social-links .product-addto-links
{ display: inline-block; padding-top: 10px;
}
.product-social-links .share 
{ font-size: 14px; color: #000; display: inline-block; cursor: pointer;    
}
.product-social-links .share span
{ color: #000; font-size: 19px; vertical-align: middle;margin-right: 10px; 
}
.product-info-main .action.towishlist, .product-info-main a.action.tocompare
{  	text-align: center;display: flex;vertical-align: middle;color: #000;text-transform: none;letter-spacing: 0px;font-weight: normal;
    white-space: nowrap;border: 1px solid #ddd;height: 45px;width: 45px;justify-content: center;align-items: center;margin-left: 0;transition: all 0.5s ease;
}
.product-info-main a.action.tocompare{order:3;} 
.product-info-main .action.towishlist{margin-right: 15px;order:2;}
.product-info-main .action.towishlist span, .product-info-main a.action.tocompare span{display: none;}
.product-info-main .action.towishlist::before
{   font-family: 'FontAwesome'; content: "\f08a"; color: #000; font-size: 18px; line-height: normal; margin-right: 0;    
}
.product-info-main a.action.tocompare::before
{   font-family: 'luma-icons'; content: '\e61e'; color: #000; font-size: 18px; line-height: normal; margin-right: 0;   
}
.product-info-main .action.towishlist:hover, .product-info-main a.action.tocompare:hover{background:#ed1c24;border:1px solid #ed1c24;}
.product-info-main .action.towishlist:hover:before, .product-info-main a.action.tocompare:hover::before{color:#fff;}
.sharethis-inline-share-buttons
{   margin-bottom: 40px;    
}
.product.info.detailed{margin-top: 50px;float: left;width: 100%;}
.product.data.items{text-align: center;}
.product.data.items > .item.title
{   background: none !important; padding-right: 30px;display: inline-block;float: none;
}
.product.data.items > .item.title > .switch
{   font-size: 18px; color: #000; border: none !important; border-bottom: none; background: none !important;
    font-weight: 500; height: auto; padding: 0px;font-family: 'gothammediumregular';text-transform: uppercase;line-height: normal;
}
.product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover
{  border-bottom:none !important; color: #ed1c24;
}
.product.data.items > .item.content
{   border: none !important; border-top:1px solid #cccccc !important; padding: 20px 0px;  margin-top: 30px;text-align: left;font-size: 16px;font-family: 'gothambook';color:#1a1c36;
}
.product.attribute.description .value
{
    line-height: 30px;font-size: 16px;
}
.product.attribute.description .value ul
{
    padding-left: 0px;
}
.product.attribute.description .value li
{
    font-family: 'Poppins';
    font-size: 16px; 
}
.r-tabs .r-tabs-nav 
{   margin: 0; padding: 0; text-align: center; border-bottom: 1px solid #bbbbbb;
}
.r-tabs .r-tabs-tab 
{   display: inline-block; margin: 0; list-style: none;
}
.r-tabs .r-tabs-panel 
{   padding: 25px 0px; display: none;text-align: left; 
}
.r-tabs .r-tabs-accordion-title 
{   display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active 
{   display: block;
}
#productinfo .r-tabs-nav li 
{   padding-right: 30px;
}
#productinfo .r-tabs-nav li a 
{   padding: 15px 10px; color: #000; text-transform: uppercase; font-size: 15px; text-transform: uppercase; border-bottom: 4px solid transparent; display: block;
    padding-bottom: 10px; font-weight: normal; letter-spacing: 0px;
}
#productinfo .r-tabs-nav li.r-tabs-state-active a 
{   color: #ee1c25 !important; border-color: #ee1c25;
}
.product.data.items > .item.content{ border: none; padding: 0px; margin-top: 30px; background: none; }
.product.info.detailed .additional-attributes
{   width: 100%;
}
.product.info.detailed .additional-attributes tr th,
.product.info.detailed .additional-attributes tr td
{   font-size: 13px; color: #000; border-bottom: 1px solid #dadada !important; font-weight: normal; padding: 12px 0px; text-transform: uppercase; padding: 12px 0px !important;
}
.review-form .action.submit.primary
{   background: #ee1c25;
    border: 1px solid #ee1c25;
    color: #fff;
    font-size: 14px;
    line-height: 1.6rem;
    padding: 10px 15px;
}
.rating-summary .rating-result:before{content: "\f005" "\f005" "\f005" "\f005" "\f005";letter-spacing: 4px;font-family: 'FontAwesome';}
.rating-summary .rating-result > span:before{
    content:"\f005" "\f005" "\f005" "\f005" "\f005";color: #ed1c24;letter-spacing: 4px;font-family: 'FontAwesome';
}
.rating-summary .rating-result{width: 94px;}
.product-info-main .rating-summary, .customer-review .rating-summary{margin-right: 10px;}
.product-info-main .product-reviews-summary .reviews-actions a.action.view:before{content: "|";margin:0 10px 0 0;font-size: 15px;color:#000;}
.product-info-main .product-reviews-summary .reviews-actions a.action.view:after{content: "|";margin-left:10px;font-size: 15px;color:#000;}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img{border:1px solid #ebebeb !important;}
.fotorama__nav--thumbs .fotorama__nav__frame{padding:0 10px !important;}
.fotorama__nav__shaft{margin: 0 -10px;}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active .fotorama_vertical_ratio .fotorama__img {
    border: 1px solid #ed1c24 !important;
}
.fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before{display: none;}
.fotorama__thumb-border{border:none !important; background:none !important;display: none;}
.review-form .action.submit.primary:hover{ background: #fff; color:#000; border: 1px solid #005D8F; }
.block.related{clear:both;margin-bottom:30px; margin-top: 50px;}
.block.upsell{margin-bottom:0px;}
.block.related .block-title,
.block.upsell .block-title,
.block.crosssell .block-title
{ text-align: center; 
}
.block.related .block-title strong,
.block.upsell .block-title strong,
.block.crosssell .block-title strong
{   text-transform: uppercase; color: #000; font-size: 30px;font-weight: bold;    
}
.block.related .products{margin-bottom:0px;}
.block.related .product-item-info,
.block.upsell .product-item-info,
.block.crosssell .product-item-info{width:100%;}
.block.related .product-item-info .actions-secondary .action.tocompare,
.block.upsell .product-item-info .actions-secondary .action.tocompare,
.block.crosssell .product-item-info .actions-secondary .action.tocompare{ display: none; }
.block.related .product-item-info .actions-secondary .action.towishlist,
.block.upsell .product-item-info .actions-secondary .action.towishlist,
.block.crosssell .product-item-info .actions-secondary .action.towishlist{ position: absolute; right: 15px; top: 15px; color: #f3868f; z-index: 9; display: block; }
.block.related .product-item-info .actions-secondary .action.towishlist span,
.block.upsell .product-item-info .actions-secondary .action.towishlist span,
.block.crosssell .product-item-info .actions-secondary .action.towishlist span{ display: none; }
.block.crosssell .product-item-info .actions-secondary .action.tocompare{ display: none; }
.block.related .product-item-info .product-image-container,
.block.upsell .product-item-info .product-image-container,
.block.crosssell .product-item-info .product-image-container{width:100%;}
.page-layout-1column .block.related .products-grid .product-item,
.page-layout-1column .block.upsell .products-grid .product-item,
.page-layout-1column .block.crosssell .products-grid .product-item{width:calc(100% - 14px) !important; margin:7px 7px 30px 7px; }
.block.related .product-item-details,
.block.upsell .product-item-details,
.block.crosssell .product-item-details{text-align:center;margin-top:10px; padding-left: 10px; padding-right: 10px;}
.owl-carousel-related-cross .owl-nav .owl-prev
{   background: url(../images/arrow2x.png) no-repeat left center !important; background-size:85px auto !important; width: 30px; height: 31px;
    box-shadow: none; left: -20px; position: absolute; top: 40%; z-index: 9;    
}
.owl-carousel-related-cross .owl-nav .owl-next
{   background: url(../images/arrow2x.png) no-repeat right center !important; background-size:85px auto !important; width: 30px; height: 31px;
    box-shadow: none; right: -20px; position: absolute; top: 40%; z-index: 9;     
}
.owl-carousel-related-cross .owl-nav .owl-prev span,
.owl-carousel-related-cross .owl-nav .owl-next span
{ display: none; 
}
.question-section
{ border-top: 1px solid #e0e4e7; border-bottom: 1px solid #e0e4e7; padding: 50px 0px; margin: 50px 0px; text-align: center;  
}
.question-section h2
{ font-size: 30px; color: #000; font-weight: normal; margin-bottom: 30px; display: block;  
}
.question-section ul
{ list-style-type: none; padding: 0px; margin: 0px;  
}
.question-section ul li
{ display: inline-block; width: 32%;  
}
.question-section ul li a
{
    font-size: 20px;color: #000;
}
.question-section ul li img
{ margin-right: 15px;  
}
.question-section ul li img,
.question-section ul li span
{ vertical-align: middle;  
}
.question-section ul li span 
{ font-size: 18px;  color: #000;   
}
.question-section ul li span a{ color: #000; }  
.advantage-section
{ padding: 70px 0px; padding-top: 30px;
}
.advantage-section h2
{  font-size: 30px; color: #000; font-weight: normal; margin-bottom: 30px; display: block; text-align: center;
}
.advantage-section ul
{ list-style-type: none; padding: 0px; margin: 0px; text-align: center; 
}
.advantage-section ul li
{   border: 1px solid #e0e4e7; padding: 14px; width: 40%; margin-right: 30px;  display: inline-block;  
}
.advantage-section ul li span
{ font-size: 15px; color: #000; display: inline-block;  
}
.advantage-section ul li span.fa
{ margin-right: 5px;  
}
.page-products.page-layout-1column .products-grid li.product-item
{   border: none;   
}
.page-products.page-layout-1column .product-item-info
{   margin: 0 auto; 
}
.page-products.page-layout-1column .product-item .product.details
{   padding: 0px;
}
.page-products.page-layout-1column .product-item .product.details .product-inner{ margin-top: 15px; }
.page-products.page-layout-1column .products-grid strong.product-item-name{ font-size: 16px; }
.product-item-info .product-inner .view_more
{   padding: 10px 20px; background: #005D8F; border-radius: 4px; font-size: 13px; color: #fff;
    display: inline-block;  text-transform: capitalize;border:1px solid #005D8F;
}
.product-item-info .product-inner .view_more:hover{background:transparent;color:#000;}
.page-products.page-layout-1column .page-title-wrapper{ text-align: center; margin: 30px 0px; }
.page-products.page-layout-1column .page-title-wrapper h1{ font-size: 30px; margin-bottom: 0px; text-transform: uppercase; }
.page-products.page-layout-1column .category-description
{   font-size: 18px; line-height: 26px; 
}
.page-layout-1column .product-info-main .page-title-wrapper.product
{   margin-top: 0px;    
}
.page-layout-1column .product-info-main .page-title-wrapper.product h1
{   color: #000; margin-bottom: 5px;border-bottom:none;padding-bottom: 0;font-family: 'gothammediumregular';font-size: 25px;font-weight: 500;line-height: 30px;margin-top: -5px;
}
.page-layout-1column .product-info-main .product-social-links{ text-align: left; padding: 0px;border-top: 1px solid #e1e1e1;display: none; }
.product-info-main a.action.mailto.friend{font-size: 13px;font-family: 'gothambook';color:#ed1c24;margin-top: 4px;float: right;}
.fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after{background-image: none;}

.page-product-downloadable .product-info-price .price-box{ display: none; }
.page-product-downloadable .product-info-main .product-info-stock-sku{ padding-left: 0px; }
.product-info-main .stock.unavailable .stock-part
{   background: url(../images/icon-out-of-stock.png) no-repeat left center; padding-left: 30px; color: #e44061; font-weight: bold;
    font-size: 15px; background-position: left 7px; 
}
.product-info-main .product-info-price .price-box span.special-price {width: auto;display: inline-block;vertical-align: top;}
.product-info-main .product-info-price .price-box .old-price{vertical-align: top;}
.product-info-price .price-box span.Incl {font-size: 14px;}
.page-layout-1column .product.media .fotorama__stage__frame .fotorama__img{left:46%;}
.review-form .fieldset .review-legend.legend{display: none;}
.review-form .fieldset .review-field-ratings > .label{display: none;}
.review-form .fieldset > .legend.review-legend + br{display: none;}
div.swatch-option-tooltip{display: none !important;}
.swatch-option.text{line-height: 2px;padding: 10px 8px;background: #fff !important;color: #000 !important;}
/* details page css end */

/* cms pages */

.cms-page-view  .page-title-wrapper
{ margin-bottom: 30px; margin-top: 30px;
}
.cms-page-view  .page-title-wrapper h1{ margin-bottom: 0px; text-transform: none; font-size: 50px; color: #000; }
.cms-content .row.bottom
{ margin: 30px 0px 0px 0px;  
}
.cms-content h2
{ font-weight: normal; font-size: 36px; margin-bottom: 40px; color: #000;
}
.cms-content > .row > .col-md-4 img
{ margin-bottom: 20px;  
}
.cms-content p
{   font-size: 15px; line-height: 24px; margin-bottom: 30px; color: #000;
}
.contact-us-form
{   padding-top: 0px;
}
.form.contact
{   clear:both; padding-right: 20px;
}
.form.contact .field.note
{   margin-bottom: 20px;  color: #000; font-size: 18px;
}
.form.contact .field .label
{   font-size: 14px;
    font-weight: normal;
}
.form.contact .field .input-text
{   height: 40px;
    border: 1px solid #999999;
    padding: .375rem .75rem;
    color: #495057;
    line-height: 1.5;
    font-size: 16px;
}
.form.contact .actions-toolbar .action
{   padding: 14px 90px;
    font-size: 14px;
    background: #000;
    letter-spacing: 1.4px;
    border: 1px solid #000;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-weight: normal;
}
.form.contact .actions-toolbar .action:hover
{   background-color: #fff;
    border: 1px solid #000;
    background-size: cover;
    color: #000;
}
.social a
{
    font-size: 17px;
    margin-right: 10px;
    color: #ee1c25;
}
.right-info .col-xs-12
{   padding-left: 50px; border-left: 1px solid #f1f1f1; margin-top: 75px;
    width: 100%;
}
.contact-us .page-title
{   margin-bottom: 20px;
}
.right-info .col-xs-12 > h2
{   margin-bottom: 15px; font-size: 18px; font-weight: 600;   
}
.right-info .col-xs-12 .map
{ padding-top: 20px; 
}
section.contact-us{ padding-top: 50px; }
section.contact-us ul{ list-style: none; padding: 0px; margin: 0px; }
section.contact-us ul li a{ color: #3e4850; }
section.contact-us .social li { display: inline-block; margin-right: 10px; }
section.contact-us .social li a{ font-size: 0px; }
section.contact-us .social li a:before{ font-size: 18px; color: #3e4850; }
.contact-index-index .column:not(.sidebar-additional) .form.contact
{   min-width:inherit;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact
{   width: 100%;
}
.cms-content .col-6.col-lg-3 img {
    width: 100%;
}
.cms-content .col-6.col-lg-3 {
    margin: 0 0 30px 0;
}
.cms-content .welcome-text {
    margin-top: 0;
    margin-bottom: 50px;
}

#maincontent .testimonials-list .more-button a{background:#000;border:1px solid #000;}
#maincontent .testimonials-list .more-button a:hover{background:transparent;color:#000;}
.cms-page-view-part{margin-top: 60px;}
.cms-page-view-part img{width: 100% !important;}
.cms-page-view-part p, .cms-page-view-part {
    font-size: 16px;
    font-family: 'gothambook';
    line-height: 24px;
    font-weight: 400;
}
.contact-index-index .wrap-map {
    margin-top: 30px;
}
.cms-page-view-part > h4:after {
    background: #000;
    left: 0;
    content: "";
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -7px;
}
.cms-page-view-part h4 {
    font-size: 20px;
    font-family: 'gothammediumregular';
    font-weight: 700;
    position: relative;
    color:#000;
}
/* cms pages end */
.modal-slide._show, .modal-popup._show{z-index: 9999 !important;}
.modals-overlay{z-index: 999 !important;}
.form.send.friend{margin-top: 20px;}

/**** About page  *********/

.cms-page-view .page-title-wrapper{margin:0;}
.about-us-top-section {padding-top: 0;}
.about-us-top-section h5 {font-size: 30px;font-family: 'gothammediumregular';font-weight: 700;margin-bottom: 20px;margin-top: -7px;}
.about-us-top-section p {font-size: 16px;font-family: 'gothambook';line-height: 25px;}
.about-us-bottom-section {background: #f5f5f5;margin-top: 60px;margin-bottom: 60px;}
.about-us-bottom-section .row.no-gutters {align-items: center;justify-content: center;text-align: center;}
.about-us-bottom-section p {font-size: 14px;font-family: 'gothambook';color: #848484;line-height: 20px;padding: 0 30px;}
.about-us-bottom-section h4 {
    font-size: 20px;
    font-family: 'gothammediumregular';
    font-weight: 500;
    margin-bottom: 20px;
}
/** end about page *******/

/* wishlist page */

.wishlist-index-index .product-item-inner
{   position: static; box-shadow:none;
}
.wishlist-t.for-wish-list
{   padding-top: 0px !important;
}
.wishlist-t.for-wish-list h1
{   padding-top: 5px !important;
}
.toolbar.wishlist-toolbar .limiter .limiter-options
{   height: auto; box-shadow: none; background-color: #fff;
}
#wishlist-view-form .wishlist-row
{   border: 1px solid #e0e4e7;  
}
/*#wishlist-view-form .wishlist-row:last-child{ border-bottom: 0px; }*/
#wishlist-view-form .product-items td
{   padding: 10px; border-right: 1px solid #e0e4e7; vertical-align: middle;
}
#wishlist-view-form .product-items .pro-img
{   width: auto; border-right: 0px;
}
#wishlist-view-form .product-items .pro-name
{   width: 50%; text-align: left;
}
#wishlist-view-form .product-items .pro-name .product-item-name
{   font-size: 15px; margin:0; font-weight: bold;
}
#wishlist-view-form .product-items .pro-price p {margin: 0;}
#wishlist-view-form .product-items .pro-price
{   width: 14%; text-align: center;
}
#wishlist-view-form .product-items .pro-price .special-price .price
{   color: red;
}
#wishlist-view-form .product-items .pro-price .old-price
{   display: block; 
}
#wishlist-view-form .product-items .pro-price .old-price .price
{   text-decoration: line-through; color: gray;
}
#wishlist-view-form .product-items .pro-price .price
{   font-weight: 600; color: #000;
} 
#wishlist-view-form .product-items .pro-add-to-cart
{   width: 25%; text-align: right;
}
#wishlist-view-form .product-items .action
{   width: 20%;
}
#wishlist-view-form .product-items .action .product-item-actions{ margin-top: 0px; }
#wishlist-view-form .product-items .pro-img .product-item-photo
{   max-width: 130px;  
}
#wishlist-view-form .product-items .field.qty, #wishlist-view-form .product-items .product-item-actions {display: flex;justify-content: center;}
#wishlist-view-form .product-items .field.qty
{   display: none;
}
#wishlist-view-form .product-items .product-item-actions .actions-primary{ margin: 0px;position: static;text-align: center; }
#wishlist-view-form .product-items .product-item-actions .actions-primary .action.primary
{   margin: 0px; width: auto; font-size: 13px; margin-right: 0px;  white-space: nowrap; 
    padding: 9px 15px; border: 1px solid #000; background-color: #000; 
    line-height: normal;  height: auto;  text-transform: capitalize;
}
#wishlist-view-form.form-wishlist-items .actions-toolbar{display: none;}
#wishlist-view-form .product-items .product-item-actions .actions-primary .action.primary:hover, #wishlist-view-form .product-items .product-item-actions .actions-primary .action.primary:focus
{   background: #fff; color: #000;
}
#wishlist-view-form .product-items .action a.action-edit {margin-right: 10px;}
#wishlist-view-form .product-items .action a
{   color: #000; font-size: 15px; margin: 0px; display: block;
}
#wishlist-view-form .product-items .pro-add-to-cart .box-tocart{ position: relative; top: 0;margin:0; }
#wishlist-view-form .product-items .pro-add-to-cart .box-tocart .fieldset:last-child {margin-bottom: 0;}
#wishlist-view-form .product-items .action a.action-delete 
{background: url(../images/delete.svg) no-repeat left center;padding-left: 0;background-size: 18px auto;width: 18px;height: 18px;
}
#wishlist-view-form .product-items .action a.action-edit 
{background: url(../images/pencil.svg) no-repeat left center;padding-left: 0px;background-size: 18px auto;display: inline-block;width: 18px;height: 18px;margin-right: 20px;
}
#wishlist-view-form .product-item-name > a, #wishlist-view-form .product.name a > a{line-height: normal;}
#wishlist-view-form .product-items .action a span {display: none;}
.wishlist-toolbar .pager {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.toolbar.wishlist-toolbar > br {
    display: none;
}
.toolbar.wishlist-toolbar {margin-top: 20px;margin-bottom: 20px;}
.toolbar.wishlist-toolbar .pages a.page{padding:0 15px;}
.toolbar.wishlist-toolbar .pages strong.page{padding:0 15px;background: #f0f0f0;color: #7d7d7d;font-weight: 400;border-radius: 3px;}
.toolbar.wishlist-toolbar .pages .action.next,.toolbar.wishlist-toolbar .pages .action.previous {box-shadow: none;border:none;}
/* wishlist page */
/******** 404 page not found **********/
.notfound 
{   margin: 0 auto; margin-top: 60px;
}
.notfound 
{   max-width: 460px; width: 100%; text-align: center; line-height: 1.4;
}
.notfound .notfound-404 
{   position: relative; width: 180px; height: 180px; margin: 0 auto 50px
}
.notfound .notfound-404>div:first-child 
{   position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #ee1c25; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
    border: 5px dashed #fff; border-radius: 5px
}
.notfound .notfound-404 >div:first-child:before 
{   content: ''; position: absolute; left: -5px;    right: -5px; bottom: -5px; top: -5px; -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, .1) inset; box-shadow: 0 0 0 5px rgba(0, 0, 0, .1) inset; border-radius: 5px
}
.notfound .notfound-404 h1 
{   color: #fff; font-weight: 700; margin: 0; font-size: 50px; position: absolute; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
    left: 50%; text-align: center; height: 40px; line-height: 40px;
}
.notfound h2 
{   font-size: 33px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
}
.notfound p 
{   font-size: 16px; color: #000; font-weight: 400;
}
.notfound a 
{   display: inline-block; padding: 10px 25px;  background-color: #ee1c25; border: none; border-radius: 0; color: #fff; font-size: 14px; font-weight: normal; text-transform: uppercase;
    text-decoration: none; -webkit-transition: .2s all; transition: .2s all;border:1px solid #ee1c25;
}
.notfound a:hover 
{   background-color: transparent;color: #000;
}
/********* 404 page not found end ****/
.mfp-iframe .product-info-main .action.towishlist{margin:0 !important;}

/***** compare product  **********/

.catalog-product_compare-index .product-item-actions .actions-primary + .actions-secondary{position: static;display: none;}
.catalog-product_compare-index .product-item-actions .actions-primary{position: static;padding:0;width: auto;}
.catalog-product_compare-index .table-comparison .product-item-actions{display: flex;align-items: center;}
.catalog-product_compare-index .product-item-actions .actions-primary + .actions-secondary > .action{width: 38px;height: 38px;background:#000;border:1px solid #000;transition: .2s all;margin-left: 10px;}
.catalog-product_compare-index .table-comparison .action.towishlist:before{color: #fff;}
.catalog-product_compare-index .product-item-actions .actions-primary + .actions-secondary > .action:hover{background:transparent;border:1px solid #000;}
.catalog-product_compare-index .table-comparison .action:hover.towishlist:before{color: #000;}
.catalog-product_compare-index a.action.print.hidden-print{padding: 20px 0;display: flex;justify-content: flex-end;}
.catalog-product_compare-index .table-comparison .cell{border-right: 1px solid #cccccc;}
.catalog-product_compare-index table#product-comparison{border-left:1px solid #cccccc;border-bottom: 1px solid #cccccc;} 
.short-description span{font-family: inherit !important;}
.product-attribute-set label.attr-code{font-weight: 700;} 
.product-attribute-set{display: flex;flex-direction: row;align-content: center;align-items: flex-start;justify-content: space-between;}
.prod-attribute-col{width: 50%;}
.prod-attribute-col.AttributeAvailableSizes{width: 32%;}
.StripeElement{padding: 10px 12px;}
.short-description .std .material-icons{display: none !important;}
.onestepcheckout-index-index .page-main .title .mark,
.onestepcheckout-index-index .page-main .group-title .mark
{
    background-color: #000000 !important;
} 
#checkout .actions-toolbar .action.primary
{
    background: #000;border: 1px solid #000;color: #fff;padding: 5px 12px !important;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card--wrapper > .radio:checked + .label
{
    border-color: #bbbbbb;
    box-shadow: unset;
}
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio:checked + .label::before, 
.onestepcheckout-index-index .page-main .shipping-method .onestep-shipping-method .onestep-shipping-method-list .shipping-method-card .radio + .label:hover::before,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:checked + .label::before, 
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .onestep-billing-address .billing-address-same-as-shipping:focus + .label::before,
.onestepcheckout-index-index .page-main .checkout-container .payment-methods .payment-methods-inner .payment-method .payment-method-title .radio:checked + .label::before
{
    color: #000;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item
{
    margin-top: 60px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-information-title
{
    margin-top: 20px;
}
.onestepcheckout-index-index .page-main .checkout-container
{
    font-family: 'gothambook';
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content
{
    display: none;
}
.onestepcheckout-index-index .page-main .checkout-container .fl-placeholder-state .label, 
.onestepcheckout-index-index .page-main .checkout-container .fl-label-state .label, 
.onestepcheckout-index-index .page-main .checkout-container fieldset .field .label,
.onestepcheckout-index-index .page-main .aw-onestep-main .label,
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .email .fl-label-state .label,
.onestepcheckout-index-index .aw-osc_customer-not-logged-in .aw-onestep-main .onestep-shipping-address .fl-label-state .label
{
    font-size: 100% !important;    
    padding-left: 0;   
    margin-top: 0;
    position: static;
    transform: translateY(0px) !important;
    color: #000000;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .customer-info-fields .control
{
    display: block;
}
.onestepcheckout-index-index .page-main .checkout-container .field-tooltip
{
    display: none !important;
}
.onestepcheckout-index-index .modal-custom.authentication-dropdown
{
    min-width: 390px;
}
.onestepcheckout-index-index .discount-code .form-discount .action-apply
{
    max-width: initial;
}