 #exzoom {
    width: 400px;
    /*height: 400px;*/
}
.hidden { display: none; }
.product-info {
    display: none;
}
  section.content:first-child {
    padding-top: 0;
  }
  .exzoom_img_ul_outer {
    width: 420px !important;
    height: 420px !important;
    object-fit: fill;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
    width: 300px !important;
    height: 300px !important;
    object-fit: scale-down;
}
  /* Single Line Code View for Imgix URLs*/
  .single-line {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 4px;
    /* Include a Sandbox Button Link */
  }
  .single-line code {
    font-size: 16px;
    overflow-x: scroll;
    width: 100%;
    word-break: keep-all;
    padding: 1em;
    line-height: 1;
    border-radius: 4px 0 0 4px;
    display: inline-block;
    color: #61daff;
    background: #354b5a;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: bottom;
  }
  .single-line.sandbox {
    position: relative;
    padding-right: 4px;
    border-radius: 4px 0 0 4px;
  }
  .single-line .sandbox-link {
    background: url("https://assets.imgix.net/presskit/imgix-presskit.pdf?page=1&fm=png8&w=48") no-repeat;
    background-color: #F8510F;
    display: block;
    min-height: 46px;
    border-bottom: solid 2px #ce3f06;
    width: 48px;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    border-radius: 0 4px 4px 0;
  }
  
  /* Transparent Grids for PNGs and gifs */
  .transparency-dark {
    background: #496070;
    background-image: -moz-linear-gradient(45deg, #354651 25%, transparent 25%), -moz-linear-gradient(-45deg, #354651 25%, transparent 25%), -moz-linear-gradient(45deg, transparent 75%, #354651 75%), -moz-linear-gradient(-45deg, transparent 75%, #354651 75%);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #354651), color-stop(0.25, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #354651), color-stop(0.25, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.75, rgba(0, 0, 0, 0)), color-stop(0.75, #354651)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.75, rgba(0, 0, 0, 0)), color-stop(0.75, #354651));
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    background-position: 0 0,5px 0,5px -5px,0 5px;
  }
  
  .transparency-light {
    background: #efefef;
    background-image: -moz-linear-gradient(45deg, #dfdfdf 25%, transparent 25%), -moz-linear-gradient(-45deg, #dfdfdf 25%, transparent 25%), -moz-linear-gradient(45deg, transparent 75%, #dfdfdf 75%), -moz-linear-gradient(-45deg, transparent 75%, #dfdfdf 75%);
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, #dfdfdf), color-stop(0.25, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #dfdfdf), color-stop(0.25, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.75, rgba(0, 0, 0, 0)), color-stop(0.75, #dfdfdf)), -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.75, rgba(0, 0, 0, 0)), color-stop(0.75, #dfdfdf));
    -moz-background-size: 10px 10px;
    background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    background-position: 0 0,5px 0,5px -5px,0 5px;
  }
  
  .responsive {
    width: 100%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-top: solid 10px #00C0FA;
    color: #00C0FA;
    position: relative;
    line-height: 1.4;
    font-weight: 100;
  }
  
  .responsive:before {
    content: '>';
    position: absolute;
    right: 20px;
  }
  
  .responsive:after {
    font-size: 100%;
    vertical-align: baseline;
    font-weight: 400;
  }
  
  /* Wider than desktop */
  @media (min-width: 1200px) {
    .responsive {
      border-top: solid 10px #00C0FA;
    }
  
    .responsive:after {
      content: 'Large Desktop';
      font-size: 100%;
    }
  }
  /* Landscape phone to desktop */
  @media (max-width: 1199px) {
    .responsive {
      border-top: solid 10px #2ecfff;
    }
  
    .responsive:after {
      content: 'Desktop';
      font-size: 100%;
    }
  }
  /* Landscape phone to landscape tablet */
  @media (max-width: 979px) {
   
    .responsive {
      border-top: solid 10px #00C0FA;
    }
  
    .responsive:after {
      content: 'Landscape Tablet';
      font-size: 100%;
    }
  }
  /* Small desktop */
  @media (min-width: 980px) and (max-width: 1199px) {
    .responsive:after {
      content: 'Small desktop';
      font-size: 100%;
    }
  }
  /* Portrait tablet to landscape tablet */
  @media (min-width: 768px) and (max-width: 979px) {
    .responsive {
      border-top: solid 10px #0099c7;
    }
  
    .responsive:after {
      content: 'Portrait Tablet';
      font-size: 100%;
    }
  }
  /* Landscape phone to portrait tablet */
  @media (max-width: 767px) {
    .responsive {
      font-size: 14px;
      border-top: solid 10px #0099c7;
    }
  
    .responsive:after {
      content: 'Landscape Phone';
      font-size: 100%;
    }
  }
  @media (max-width: 480px) {
   
    .responsive {
      font-size: 12px;
      text-align: left;
      border-top: solid 10px #0099c7;
    }
  
    .responsive:after {
      content: 'Portrait Phone';
    }
  }
  figure {
    text-align: center;
  }
  
  picture {
    text-align: center;
  }
 
  
  .zoom-image {
    display: inline-block;
    /* width: 40%;
    float: left; */
    cursor: zoom-in;
  }
  
  .zoom-image img {
    max-width: 100%;
  }
  
  /* .detail {
    position: relative;
    width: 55%;
    margin-left: 5%;
    float: left;
    min-height: 240px;
  }
   */
  @media (max-width: 900px) {
    
    .detail, .zoom-image {
      float: none;
    }
  
    .zoom-image {
      display: block;
      width: 100%;
      max-width: 300px;
      text-align: center;
      margin: 0 auto;
      cursor: zoom-in;
    }
  
    .detail {
      margin: 0 auto;
      min-height: 0;
      width: 100%;
      max-width: 32em;
    }
    .detail h3 {
      margin-top: 1em;
    }
  
    p {
      margin: 0 auto 1em;
    }
  
    ul {
      text-align: left;
    }
  
    .responsive-hint {
      display: none;
    }
  }
.site-nav .menu-bar .red-menu .nav-link {
    color: #ed3637 !important;
}

.slide img {
    width: 100%;
    height: 300px;
    /* object-fit: fill; */
}

.product_info img {
    width: 100%;
    height: 200px;
    /* object-fit: scale-down; */
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.details-slider .discount-text span {
    left: 70%;
    top: 1%;
}
.zoom-slider .list-product-tag {
    z-index: 1;
}
.discount-text span {
    background: -webkit-linear-gradient(-120deg, #f26b35, #ed3237) !important;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 2%;
    border-radius: 50%;
    color: #ffff;
    overflow: hidden;
    padding: 20px 20px 20px 12px;
    text-align: center;
    z-index: 9;
}
.product-gallery-featured img {
    width: 400px;
    height: 400px;
    object-fit: scale-down;
    text-align: center;
}

.social-link a {
    border: 2px solid #999999;
    color: #999999;
    border-radius: 50%;
    padding: 5px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    line-height: 29px;
}


.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin-bottom: 0;
}

.rating-stars ul>li.star {
    display: inline-block;
    cursor: pointer;
}


/* Idle State of the stars */

.rating-stars ul>li.star>i.fa {
    font-size: 16px;
    /* Change the size of the stars */
    color: #ccc;
    /* Color on idle state */
}


/* Hover state of the stars */

.rating-stars ul>li.star.hover>i.fa {
    color: #FFCC36;
}


/* Selected state of the stars */

.rating-stars ul>li.star.selected>i.fa {
    color: #FF912C;
}
.success-box {
    margin: auto;
    color: #ff912c;
    position: absolute;
    top: 10%;
    left: 54%;
}
section.rating-widget {
    position: relative;
    width: 100%;
    margin: 0 0 0 0;
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
@font-face {
    font-family: 'Circular Std';
    src: url('../font/CircularStd-Medium.eot');
    src: url('../font/CircularStd-Medium.eot?#iefix') format('embedded-opentype'), url('../font/CircularStd-Medium.woff2') format('woff2'), url('../font/CircularStd-Medium.woff') format('woff'), url('../font/CircularStd-Medium.ttf') format('truetype'), url('../font/CircularStd-Medium.svg#CircularStd-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../font/CircularStd-Bold.eot');
    src: url('../font/CircularStd-Bold.eot?#iefix') format('embedded-opentype'), url('../font/CircularStd-Bold.woff2') format('woff2'), url('../font/CircularStd-Bold.woff') format('woff'), url('../font/CircularStd-Bold.ttf') format('truetype'), url('../font/CircularStd-Bold.svg#CircularStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../font/CircularStd-Book.eot');
    src: url('../font/CircularStd-Book.eot?#iefix') format('embedded-opentype'), url('../font/CircularStd-Book.woff2') format('woff2'), url('../font/CircularStd-Book.woff') format('woff'), url('../font/CircularStd-Book.ttf') format('truetype'), url('../font/CircularStd-Book.svg#CircularStd-Book') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('../font/CircularStd-Black.eot');
    src: url('../font/CircularStd-Black.eot?#iefix') format('embedded-opentype'), url('../font/CircularStd-Black.woff2') format('woff2'), url('../font/CircularStd-Black.woff') format('woff'), url('../font/CircularStd-Black.ttf') format('truetype'), url('../font/CircularStd-Black.svg#CircularStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: Circular Std !important;
    font-size: 14px;
    color: #1c1c1c;
    overflow-x: hidden;
}

.top-social-icon {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
    display: none;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-list ul.dropdown-menu {
    border: none;
    padding: 0;
    border-radius: 0;
}

.dropdown-list .dropdown-item:focus,
.dropdown-list .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f15f35;
}

.product_info .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.hero-wrapper label.custom-control-label {
    font-size: 18px;
    margin-top: 12px;
}

.category {
    float: right;
}

.card-img-main img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.btn-primary {
    background: -webkit-linear-gradient(-120deg, #f26b35, #ed3237);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    outline: none !important;
    border-radius: 80px;
    outline: none;
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #333 !important;
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

a,
button,
.btn {
    outline: none !important;
    text-decoration: none !important;
}

.top-section {
    padding: 8px 10px;
    background: #152939;
    color: #fff;
}

.top-section span {
    text-transform: uppercase;
    font-weight: 600;
}

.top-section span:nth-child(2) {
    display: inline-block;
    margin: 0 1.5rem;
}

.top-social-icon li {
    display: inline-block;
}

.top-social-icon li a {
    color: #fff;
}

.top-social-icon li a i {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid #fff;
    text-align: center;
    line-height: 27px;
    margin: 0 3px;
}

.site-nav {
    border-bottom: 4px solid #f3f3f3;
    padding-bottom: 15px;
}

.site-nav .navbar-brand img {
    width: 100px;
}

.menu-bar {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
}

.navbar-list {
    margin: 0 auto;
}


/* .menu-bar ul 
{
    text-align: right;
    width: 100%;
} */

.menu-bar ul li {
    display: inline-block;
}

.site-nav .menu-bar .nav-link {
    color: #1c1c1c !important;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 32px;
    font-size: 16px;
}

.site-nav .menu-bar .nav-item.active .nav-link {
    color: #f26b35 !important;
}

.menu-search-wrap {
    margin-top: 1rem;
    width: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
}

.menu-search-wrap .form-inline {
    max-width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    margin-left: 14%;
}

.menu-search-wrap .input-group {
    background: #f3f3f3;
    border: 4px solid #e5e5e5;
    border-radius: 80px;
    padding: 5px;
    padding-left: 1rem;
}

.menu-search-wrap .form-control {
    background: none;
    border: none;
    overflow: hidden;
}

.menu-search-wrap .btn {
    border: none;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    padding: 0 1.5rem;
}

.menu-search-wrap .btn i {
    -webkit-transform: rotate(260deg);
    -ms-transform: rotate(260deg);
    transform: rotate(260deg);
    position: relative;
    top: 2px;
    font-size: 18px;
}

.menu-search-wrap .form-control::-webkit-input-placeholder {
    color: #a7a6a6;
}

.nav-info-icons {
    /* -webkit-box-flex: 0;
        -ms-flex: 0 0 16%;
            flex: 0 0 16%; */
    max-width: 16%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.nav-info-icons a {
    margin-left: 15px;
}

.menu-search-wrap .form-control {
    height: 30px;
}

.pp-section {
    padding: 2rem;
}


/* ---- SLIDER-BOTTOM-BUTTONS-SECTION-CSS-START ----- */
.tabs-wrap {
    margin: 0 auto;
}
.top-tabs-inner {
    padding: 25px 0px 35px;
}

.top-tabs-inner .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-tabs-inner .nav .nav-item {
    width: 250px;
    height: 54px;
    margin: 0px 10px;
}

.top-tabs-inner .nav .nav-item a {
    display: block;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, right top, from(#ed3237), to(#f26b35));
    background-image: -o-linear-gradient(left, #ed3237, #f26b35);
    background-image: linear-gradient(to right, #ed3237, #f26b35);
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    padding: 10px 20px;
    font-weight: bold;
}


/* ---- SLIDER-BOTTOM-BUTTONS-SECTION-CSS-END ----- */


/* ---- PRDUCTS-INFO-SECTION-CSS-START ----- */

.strock-text {
    color: #00861a;
    font-weight: 800;
    font-size: 30px;
}

.product-gallery .list-product-tag {
    left: 48px;
}

.product_info .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.product-list-info h1 {
    background: url("../images/play-button.png");
    background-size: 80px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 20px 0px 20px 100px;
    font-weight: bold;
    color: #303e47;
    font-size: 36px
}

.product-list-info p {
    font-size: 18px;
    color: #3c3c3c;
    font-weight: 500;
    padding-bottom: 0;
    width: 80%;
}

.product-list-right {
    text-align: right;
}

.product-list-right h1 {
    background: url("../images/play-button.png");
    background-size: 80px;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 20px 100px 20px 0px;
    font-weight: bold;
    color: #303e47;
    font-size: 36px
}

.product-list-right p {
    width: 80%;
    margin-left: 19%;
}

.btn_primery {
    background-image: -webkit-gradient(linear, left top, right top, from(#ed3237), to(#f26b35));
    background-image: -o-linear-gradient(left, #ed3237, #f26b35);
    background-image: linear-gradient(to right, #ed3237, #f26b35);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px !important;
    width: 172px;
    height: 50px;
    text-align: center;
    line-height: 38px;
    border-radius: 30px !important;
    text-transform: uppercase;
}


/* ---- PRDUCTS-INFO-SECTION-CSS-END ----- */


/* -----SHOP-WITH-US-CSS-START ------ */

.shop-wiht-us {
    background: url("../images/shop2.jpg");
    color: #fff;
}

.why-us h2:after {
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    content: "";
}

.shop-wiht-us-inner {
    padding: 40px 0px 52px;
}

.why-us h2 {
    font-size: 45px;
    text-align: center;
    padding-bottom: 25px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}

.why-us-detail {
    background: url("../images/shipping.png");
    background-position: 54px top;
    background-size: 50px;
    padding-left: 50px;
    background-repeat: no-repeat;
}

.why-us-detail h5 {
    color: #fff;
    font-size: 22px;
    font-weight: Bold;
    padding-left: 60px;
    padding-bottom: 0px;
    text-transform: uppercase;
    background-repeat: no-repeat;
}

.why-us-detail p {
    color: #cccccc;
    font-size: 17px;
    padding-left: 60px;
}

.why-us-second {
    background: url("../images/shipping1.png");
    background-repeat: no-repeat;
    background-position: 48px top;
}


/* -----SHOP-WITH-US-CSS-END ------ */


/* ------ MOST-TRANDING-SECTION-CSS-START ----- */

.most-tranding-head h2 {
    background: #f6f6f6;
    width: 100%;
    padding: 10px;
    color: #333333;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
}

#c-main {
    margin-top: 20px;
}


/* .main-trendding {
    width: 23%;
    margin: 0px 1%;
    float: left;
} */

.most-tranding-card .card-body {
    padding-top: 5px;
}

.order-rating {
    text-align: center;
}

.order-rating span.checked {
    color: #f6cc26;
}

.order-rating span {
    font-size: 10px;
}

.most-tranding-card h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.most-tranding-card p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
}

.nl-section .btn {
    text-transform: uppercase;
    padding: 0 2rem;
    font-weight: 700;
    font-size: 14px;
}

.subfooter {
    background: #222222;
    padding: 3rem 0;
    text-align: center;
    color: #fff;
}

.subfooter p {
    font-weight: 700;
    color: #999;
}

.subfooter ul li {
    display: inline-block;
}

.subfooter ul li a {
    color: #999;
}

.subfooter ul li a i {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    line-height: 48px;
    border-radius: 100%;
    margin: 0 3px;
}

.copyright {
    background: #000;
    padding: 10px;
    color: #999;
    text-align: center;
    text-transform: uppercase;
}

.most-tranding-inner {
    padding-bottom: 72px;
    margin-top: -32px;
}

.align-middle span {
    color: #f26b35;
    font-size: 20px;
}

.cart-icon {
    display: none;
}


/* ------ MOST-TRANDING-SECTION-CSS-END ----- */


/* ------ CREATE-CUSTOM-SECTION-START -----*/

.list-arrow {
    font-size: 15px;
    padding: 0 0 0 8px;
}

.creat-custom {
    background: url("../images/cutomeBg.png");
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.creat-custom-inner {
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px 0px;
}

.creat-custom-inner {
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px 0px;
    ;
}

.creat-custom-heading {
    padding: 40px 0px 0px 0px;
}

.creat-custom-heading h2 {
    font-size: 14px;
    letter-spacing: 6px;
    line-height: 24px;
    color: #ff7f00;
    text-transform: uppercase;
}

.creat-custom-heading h4 {
    font-size: 38px;
    color: #333333;
    line-height: 44px;
    font-weight: bolder;
    text-transform: uppercase;
}

.cart-select-main .form-control {
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-radius: 0px;
    font-weight: bold;
}


/* ------ CREATE-CUSTOM-SECTION-END -----*/


/* ------ AWARDS-SECTION-START -----*/

.award-win-outer h3 {
    color: #333333;
    font-weight: bolder;
    font-size: 40px;
    text-align: center;
    padding-bottom: 80px;
    position: relative;
}


/* .award-win-outer h3:after {
    position: absolute;
    left: 50%;
    top: 44%;
    width: 8px;
    height: 42px;
    background: url("../images/cl.png");
    content: "";
    background-size: 8px 42px;
    display: block;
    background-repeat: no-repeat;
} */

.main-head {
    position: relative;
}

.brands-win-outer h2 {
    margin-top: 30px;
}

.creat-custom-inner img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.main-head h2 {
    font-weight: bolder;
    color: #333333;
    margin-bottom: 30px;
}

.main-head h2:after {
    width: 40px;
    height: 1px;
    background: #333333;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    content: "";
}

.align-middle b {
    background: url('../images/X.png');
    position: absolute;
    right: 0px;
    width: 34px;
    height: 35px;
    font-size: 0px;
}

.award-win-outer {
    padding: 50px 0px 0 0;
}

.award-win-outer h3 {
    color: #333333;
    font-weight: bolder;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.award-win-outer h3 span {
    color: #ff7f00;
    margin-left: -14px;
}

.newslatter-head h6 {
    color: #333333;
    font-size: 24px;
    ;
    font-weight: bold;
    position: relative;
    margin-top: 10px;
}

.newslatter-head h6:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #e2e2e2;
    position: absolute;
    left: -100px;
    top: 8px;
    ;
}


/* ------ AWARDS-SECTION-END -----*/


/* ----- DEAL-OF-DAY-SECTION--CSS-START -----*/


/* .deal-of-day {
    width: 100%;
    padding-bottom: 0px;
    background: url("../images/mbg.png");
    position: relative;
    background-size: cover;
    margin-bottom: 50px;
} */


/* .deal-of-day:after {
    background: url("../images/bottom-shadow.png");
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-size: 100%;
} */

.deal-of-day-inner {
    padding: 50px 0px 15px;
}

.deal-of-day-inner h1 {
    font-size: 40px;
    text-align: center;
}

.deal-of-day-inner h1 span {
    color: #ff7f00;
    margin-left: -14px;
}

.time-and-date {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0px;
}

.time-data-inner {
    text-align: center;
    margin: 0px 15px;
}

.time-data-inner p {
    color: #333333;
    font-size: 26px;
    font-weight: bolder;
    margin-bottom: 0px;
    line-height: 21px;
}

.time-data-inner span {
    font-size: 9px;
    color: #999999;
    text-transform: uppercase;
    font-weight: 700;
}

.deal-item-outer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.deail-main-outer span {
    width: 100%;
    display: block;
}

.deail-main-outer span img {
    width: 100%;
    display: block;
}

.deail-events {
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.deail-events a {
    margin: 0px 5px;
}

.deail-detail h6 {
    font-size: 28px;
    text-align: center;
    color: #333333;
    padding-top: 15px;
}

.deail-detail p {
    color: #8f8f8f;
    font-size: 17px;
    text-align: center;
}

.deail-main-outer {
    width: 33%;
    position: relative;
    margin: 0px 3%;
}

.deail-off {
    background: url("../images/offbg.png");
    position: absolute;
    top: 36%;
    width: 73px;
    height: 73px;
    display: block;
    right: 20px;
    margin-top: -35px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 73px;
}

.deail-quelity {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 38%;
    left: -31%;
    background: url("../images/indec.png");
    background-repeat: no-repeat;
    background-position: 100% center;
    font-weight: 700;
}


/* ----- DEAL-OF-DAY-SECTION--CSS-END -----*/


/* ----- REMARKS-SECTION-CSS-START ----- */

.remarks-inner {
    padding: 0 0px 30px 0px;
}

.remarks-inner h4 {
    font-size: 40px;
    text-align: center;
    color: #303e47;
    position: relative;
    font-weight: bolder;
    padding-bottom: 20px;
}

.remarks-inner h4 span {
    color: #ff7f00;
    margin-left: -14px;
}


/* .remarks-inner h4:after {
    position: absolute;
    left: 50%;
    top: 44%;
    width: 8px;
    height: 42px;
    background: url("../images/cl.png");
    content: "";
    background-size: 8px 42px;
    display: block;
    background-repeat: no-repeat;
} */

.what-client-remarks {
    max-width: 890px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.what-client-remarks .carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.what-client-remarks {
    max-width: 890px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.client-pic {
    width: 25%;
}

#client-commits .carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 1px solid #222222;
    border-radius: 50%;
}

#client-commits .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    border: 1px solid #222222;
    border-radius: 50%;
    background: #222222;
}

#client-commits .carousel-indicators {
    position: absolute;
    right: -52px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.client-pic {
    width: 25%;
}

.client-remark-detail {
    width: 75%;
    padding-left: 10px;
    padding-top: 20px;
}

.remark-head {
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bolder;
}

.remark-head span {
    color: #999999;
    font-size: 11px;
    font-style: italic;
    padding-left: 10px;
    text-transform: none;
}

.read-remarks-outer {
    -webkit-box-shadow: 0px 1px 1px 3px #eee;
    box-shadow: 0px 1px 1px 3px #eee;
    padding: 15px;
    margin-top: 20px;
    margin-left: -40px;
    background: #fff;
    position: relative;
    border: 1px solid #eee;
}

.read-remarks-outer::after {
    background-image: url('../images/dot.png');
    background-repeat: no-repeat;
    background-position: 10px 11px;
    content: "";
    width: 55px;
    height: 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: 38px;
    position: absolute;
    right: 0px;
    top: -33px;
}

.read-remarks-outer p {
    font-size: 14px;
    color: #666666;
}


/* ----- REMARKS-SECTION-CSS-END ----- */


/* ----- FOOTER-SECTION-CSS-START ----- */

.footer-top {
    background: #f6f6f6;
}

.footer-top-inner {
    padding: 65px 0px 50px;
}

.footer-top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.newslatter-head h6 {
    color: #333333;
    font-size: 24px;
    ;
    font-weight: bolder;
    position: relative;
    margin-top: 10px;
}

.newslatter-head h6:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #e2e2e2;
    position: absolute;
    left: -100px;
    top: 8px;
    ;
}

.newlatter-form {
    width: 54%;
}

.interNewslater {
    height: 52px;
    ;
    width: 80%;
    padding: 10px;
    line-height: 34px;
    ;
    font-size: 13px;
    font-weight: 800;
    color: #a8a8a8;
    background: #fff;
}

.footer-center {
    background: #222222;
}

.social-links-head {
    padding: 49px 0px;
}

.social-link-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-link {
    margin: 0px 5px;
    ;
}

.social-links-head h6 {
    text-align: center;
    font-size: 17px;
    ;
    color: #999999;
    padding-bottom: 20px;
    ;
    font-weight: 800;
}

.footer-bottom {
    background: #000000;
    padding: 20px 0 0 0;
}


/*
.footer-bottom-inner {
    padding: 20px 0px;
}
*/

.footer-bottom-inner p {
    font-size: 15px;
    color: #999999;
    font-weight: 800;
    margin: 0px;
}

.footer-list {
    float: right;
}

.footer-list li a {
    font-size: 15px;
    color: #999999;
    font-weight: 800;
    margin: 0 0 0 8px;
}

.newslatter-head h6:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #e2e2e2;
    position: absolute;
    left: -100px;
    top: 8px;
    ;
}

.interNewslater {
    height: 52px;
    ;
    width: 80%;
    padding: 10px;
    line-height: 34px;
    ;
    font-size: 13px;
    font-weight: 800;
    color: #a8a8a8;
    background: #fff;
    border: none;
}

.main-products img.card-img-top {
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin: 0 auto;
}

.newlatter-form .btn_primery {
    border-top-right-radius: 30px!important;
    border-bottom-right-radius: 30px!important;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    width: 19%;
}


/* ----- FOOTER-SECTION-CSS-END ----- */


/* ----- PRODUCT-LIST-2-PAGE-CSS-START ----- */


/* ----BANNER-SECTION-START ----- */

.product-banner {
    background-size: 100%;
    padding: 139px 0 0 0;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url("../images/banner_souvenirs.jpg");
}

.product-banner-inner {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.product-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0px 0px;
    text-transform: uppercase;
}

.product-map-inner {
    color: #fff;
    position: relative;
    padding-right: 23px;
}

.product-map-inner:after {
    background: url("../images/bre.png");
    background-position: 16px center;
    position: absolute;
    right: 8px;
    top: 2px;
    content: "";
    width: 8px;
    height: 15px;
    background-size: 8px 14px;
    display: block;
}


/* ----BANNER-SECTION-END ----- */


/* ----- MAIN-PRODUCTS-CSS-START ---- */

.product-list-all-inner {
    padding: 20px 0px;
}

.filter-outer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0px 25px;
}

.filter-main-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-main-inner label {
    color: #cccccc;
    font-size: 11px;
    margin-bottom: 0px;
    margin-right: 10px;
}

.headermain {
    margin-right: auto;
    margin-left: auto;
    max-width: 22.5rem;
    background: #f6f6f6;
    margin-top: 43%;
}

.headermain .nav h1 {
    color: #f26b35;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 24px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
}

.nav__list {
    width: 100%;
}

.headermain .nav label {
    cursor: pointer;
}

.nav__list li label {
    color: #ababab;
}

.group-list {
    margin-left: 0;
    padding-left: 0;
}

.headermain .nav a,
.nav label {
    display: block;
    padding: .85rem 22px;
    color: #fff;
    margin-bottom: 0px;
    -webkit-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    float: right;
}

.category {
    float: right;
}

.group-list,
.sub-group-list,
.sub-sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}

.headermain .group-list a,
.group-list label {
    /* padding-left: 2rem; */
    background: #f26b35;
    -webkit-box-shadow: inset 0 -1px #f26b35;
    box-shadow: inset 0 -1px #f26b35;
}

.nav__list li label span {
    color: #f2703f;
}

ul li {
    list-style: none;
}

.social-links-head {
    padding: 49px 0px;
}

.social-link-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-link {
    margin: 0px 5px;
    ;
}

.social-links-head h6 {
    text-align: center;
    font-size: 17px;
    ;
    color: #999999;
    padding-bottom: 20px;
    ;
    font-weight: 800;
}

.top-search-btn {
    width: 75px;
    height: 40px;
    line-height: 40px;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    line-height: 30px;
    ;
}

.banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-main {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.banner-main .container {
    height: 100%;
    width: 100%;
}

.banner-main-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.cart-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-top a {
    margin: 5px 10px;
    display: block;
    width: 25px;
}

.my-account-outer {
    padding: 50px 0px;
}

.my-account-outer {
    border-top: 3px solid #f3f3f3;
}

.my-account-inner h4 {
    color: #f26b35;
    font-size: 28px;
    padding-bottom: 50px;
    font-weight: bolder;
}

.my-account-inner .nav-pills .nav-link.active,
.my-account-inner .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f26b35;
    border-radius: 0px;
}

.my-account-inner .nav-pills .nav-link {
    color: #000;
    background-color: #f6f6f6;
    border-radius: 0px;
    margin-bottom: 5px;
}

.address-outer {
    width: 100%;
    background: #f6f6f6;
    padding: 25px 45px;
}

.form-label {
    color: #7d7d7d;
    font-size: 14px;
    padding-bottom: 7px;
    font-weight: bolder;
    margin-bottom: 0px;
}

.lc-input {
    width: 100%;
    height: 44px;
    background: #fff;
    padding: 7px 10px;
    border: 1px solid #e9e9e9;
    font-size: 15px;
    font-weight: 800;
    border-radius: 0px;
}

.your-ourder {
    font-size: 16px;
}

.address-outer h5 {
    font-weight: bolder;
}

.address-outer h3 {
    font-weight: bolder;
}

.address-outer h4 {
    font-weight: bolder;
    font-size: 16px;
    margin: 0px;
}

.billinaddress label {
    color: #7d7d7d;
    font-size: 14px;
}

.arealc {
    width: 100%;
    height: 144px;
    background: #fff;
    padding: 7px 10px;
    border: 1px solid #e9e9e9;
    font-size: 15px;
    font-weight: 800;
    border-radius: 0px;
}

.password-change {
    color: #000000;
    font-size: 28px;
    font-weight: bolder;
    padding: 30px 0px 20px;
}

.order-detail-head {
    background: #f06a35;
    padding: 6px 15px;
}

.order-detail-head h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0px;
}

.order-detail-head h6 b {
    text-transform: unset;
    font-weight: normal;
}

.order-detail-main {
    padding: 15px 0px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-img {
    margin-right: 10px;
}

.order-rating {
    text-align: center;
}

.order-rating span {
    font-size: 10px;
}

.most-tranding-card .card-body {
    padding-top: 5px;
}

.order-rating span.checked {
    color: #f6cc26;
}

.order-main-info p {
    margin: 0px;
    color: #2f2f2f;
    font-size: 14px;
    ;
}

.order-main-info h4 {
    padding: 0px;
    font-size: 19px;
    color: #444444;
    padding-top: 10px;
}

.order-total {
    width: 30%;
    text-align: center;
}

.order-total h6 {
    font-size: 17px;
    color: #4d4d4d;
    font-weight: bolder;
    margin: -30px 0 0 0;
}

.order-total p {
    font-size: 15px;
    color: #4d4d4d;
    font-weight: bolder;
}

.pagintion-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.pagintion-account .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #cccccc;
    background-color: transparent;
    border: 0px
}

.pagintion-account nav {
    width: 100%;
}

.pagintion-account .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.address-in-detail {
    padding: 15px 0px 40px;
    background: #f6f6f6;
}

.address-in-detail .row {
    padding: 10px 20px 10px 40px;
    border-bottom: 1px solid #fff;
    ;
}

.address-action a {
    color: #f26b35;
    font-size: 14px;
    ;
    font-weight: 800;
}

.align-right-pagination {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.address-in-detail .row:last-child {
    border: 0px;
}

.address-in-detail .row:nth-last-child(2) {
    border: 0px;
}

.order-detail-accout .order-total {
    text-align: right;
}

.order-detail-accout .order-main-info {
    width: 30%;
}

.total-amout {
    padding: 15px 0px;
    border-top: 2px solid #fff;
    width: 100%;
}

.total-amout p {
    color: #4d4d4d;
    font-size: 18px;
    text-align: right;
    font-weight: bolder;
}

.thead-dark-gray {
    background: #f3f3f3;
}

.thead-dark-gray tr th {
    color: #7d7d7d;
    font-size: 17px;
    ;
    border-right: 2px solid #fff;
    border-top: 0px;
    border-bottom: 0px;
}

.car-main-outer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


/* .cart-outer tr{
   display: flex;
   justify-content: space-around;
   align-items: center;
} */

.cart-select-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.check-out-head {
    padding: 0px 0px 30px;
}

.check-out-head h6 {
    color: #7d7d7d;
    font-size: 21px;
}

.check-out-head h6 a {
    color: #ff7f00;
}

.checkout-addres {
    background: #f6f6f6;
}

.checkout-btn button.btn.btn_primery {
    width: 35%;
    color: #fff;
}

.checkout-addres h6 {
    color: #ffffff;
    font-size: 24px;
    padding: 21px 34px;
    background: #f26b35;
    text-transform: uppercase;
    margin: 0px;
}

.btn-danger {
    background: linear-gradient(to right, #ed3237, #f26b35) !important;
    border-color: transparent !important;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background: linear-gradient(to right, #ed3237, #f26b35) !important;
    border-color: transparent !important;
}

.chose-address-innr {
    width: 100%;
    background: #f6f6f6;
    padding: 34px;
}

.cart-outer tr td {
    padding: 24px 0px;
    text-align: center;
}

.cart-outer tr td:first-child {
    padding-left: 0px;
}


/* The radio */

.radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


/* Hide the browser's default radio button */

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkround {
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-color: #ed3637;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}

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

.custom_radio input[type="radio"]+label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 2em;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
}

.custom_radio input[type="radio"]+label:before,
.custom_radio input[type="radio"]+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 2px solid #ed3637;
    background: transparent;
}

.custom_radio input[type="radio"]+label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}

.custom_radio input[type="radio"]+label:hover:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}

.custom_radio input[type="radio"]:checked+label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #ed3637;
}

.custom_radio [type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 8px;
    background: #ed3637;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.select-font {
    font-size: 20px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
    font-weight: 700;
    padding-right: 10px;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ed3637;
    border-radius: 100%;
    background: transparent;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #ed3637;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

div#outsidelagos {
    display: none;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-button {
    margin-bottom: 1rem;
}

.radio-button__label-wrapper {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    padding-left: 26px;
    position: relative;
    top: 0.25rem;
}

.radio-button__label-title {
    margin-bottom: 0.25rem;
    font-size: 16px;
}

.radio-button__label-subtext {
    display: block;
    font-size: 0.85rem;
    font-style: italic;
}

.radio-button__custom-indicator {
    background-color: white;
    border: 1px solid #ed3637;
    border-radius: 50%;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

.radio-button__custom-indicator::after {
    background-color: #ed3637;
    border-radius: 50%;
    content: "";
    display: none;
    height: 12px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 12px;
}

.radio-button__input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.radio-button__input:focus~.radio-button__custom-indicator {
    border-color: black;
}

.radio-button__input:checked~.radio-button__custom-indicator::after {
    display: block;
}

.radio-button__input:disabled~.radio-button__custom-indicator {
    opacity: 0.6;
    pointer-events: none;
}


/* When the radio button is checked, add a blue background */

.radio input:checked~.checkround {
    background-color: #fff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkround:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio input:checked~.checkround:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ed3437;
}


/* The check */

.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-color: #ed3637;
    border-style: solid;
    border-width: 2px;
}


/* When the checkbox is checked, add a blue background */

.check input:checked~.checkmark {
    background-color: #fff;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.btn.btn_primery.order-btn {
    width: 145px;
    height: 47px;
    font-size: 14px;
}

.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid;
    border-color: #ed3437;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn {
    margin-bottom: 10px;
    background-color: #ebebeb;
    border-width: 2px;
    border-color: #ebebeb;
    color: #fff;
}

.cust-btn:hover {
    border-color: #ebebeb;
    background-color: #fff;
    color: #ebebeb;
    border-radius: 20px;
    -webkit-transform-style: 2s;
    transform-style: 2s;
}

.top-socail-link {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-socail {
    margin: 0px 10px;
    width: 27px;
    height: 27px;
}

.link-socail a {
    width: 100%;
    height: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 27px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
}

.main-socail-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.top-currency-select .form-group {
    margin: 0px;
}

.top-currency-select .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('../images/be.png') !important;
    background-repeat: no-repeat;
    background-position-x: 100% !important;
    background-position-y: 15px !important;
    border: 0px;
    color: #fff !important;
    width: 80px;
    margin-right: 10px;
    font-size: 14px;
}

.banner .owl-nav .owl-prev span {
    background: url(../images/left-arrow.png) !important;
    position: absolute;
    left: 20px;
    top: 40%;
    background-size: 24px !important;
    width: 29px;
    height: 43px;
    background-repeat: no-repeat !important;
    font-size: 0px;
}

.banner .owl-nav .owl-next span {
    background: url(../images/next-arrow.png) !important;
    position: absolute;
    right: 20px;
    top: 40%;
    background-size: 24px !important;
    width: 29px;
    height: 43px;
    background-repeat: no-repeat !important;
    font-size: 0px;
}

.banner .owl-dots {
    display: none;
}

.product-by-name h6 {
    color: #525252;
    font-size: 18px;
    padding-bottom: 10px;
}

.order-margin {
    margin: 40px 0 0 0;
}

.product-by-name-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
}

.product-by-name {
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    padding: 40px;
}

.product-by-name h5 {
    color: #525252;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bolder;
}

.read-privacy {
    padding: 0px 10px;
}

.product-by-total {
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    padding: 0px 40px 40px;
}

.product-by-total .product-by-name-left {
    font-size: 14px;
    color: #525252;
    font-weight: bolder;
}

.direct-bank-trafer {
    padding: 0px 40px 40px;
}

.direct-bank-trafer p {
    color: #00000099;
    font-size: 15px;
}

.dabit-card-inner {
    padding: 0px 40px 40px;
}

.dabit-card-inner p {
    color: #525252;
    font-size: 14px;
    ;
    margin: 0px;
    ;
}

.dabit-card-inner p a {
    color: #f26b35;
    font-size: 14px;
    ;
}

.grand-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 40px;
}

.grand-left {
    font-size: 22px;
    color: #f26b35;
}

.grand-total-value {
    font-size: 22px;
    color: #f26b35;
}

.place-order {
    text-align: center;
    padding: 40px;
    ;
}

.products-ryt .card {
    overflow: hidden;
}


/* 


.product-banner{
   background: #152939;
}
 */

.product-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0px 0px;
}

.product-banner-inner {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-detail h2 {
    color: #fff;
}

.product-map-inner {
    color: #fff;
    position: relative;
    padding-right: 23px;
}

.product-map-inner:after {
    background: url('../images/bre.png');
    background-position: 16px center;
    position: absolute;
    right: 8px;
    top: 2px;
    content: "";
    width: 8px;
    height: 15px;
    background-size: 8px 14px;
    display: block;
}

.product-map-inner:last-child:after {
    display: none;
}

.product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-list-all-inner h3 {
    color: #f26b35;
    font-size: 12px;
    font-weight: bolder;
}

.product-list-all-inner h2 {
    color: #333333;
    font-weight: bolder;
    font-size: 14px;
}

.align-middle strong {
    font-weight: bold;
    font-weight: bolder;
    font-size: 21px;
}

.custom-produt {
    width: 116px !important;
    height: 34px;
    line-height: 21px;
    font-size: 11px;
}

.order-main-info .order-rating {
    text-align: left;
}

.order-main-info .order-rating span {
    font-size: 10px;
}

.headermain {
    margin-right: auto;
    margin-left: auto;
    max-width: 22.5rem;
    background: #f6f6f6;
    margin-top: 43%;
}

.nav__list li label {
    color: #000000;
}

.nav__list li label span {
    color: #f2703f;
}

.menu-bar ul li .dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ee4036;
}

.nav__list {
    width: 100%;
    padding-left: 0;
}

.headermain .nav h1 {
    color: #f26b35;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 24px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 0px;
    ;
}

.headermain .nav a,
.nav label {
    display: block;
    padding: .85rem 22px;
    color: #fff;
    margin-bottom: 0px;
    -webkit-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

.headermain .nav a:focus,
.headermain .nav a:hover,
.headermain .nav label:focus,
.headermain.nav label:hover {
    color: #ababab;
    background: #f26b35;
}

.headermain .nav label {
    cursor: pointer;
}

.headermain .group-list a,
.group-list label {
    padding-left: 2rem;
    background: #f26b35;
    -webkit-box-shadow: inset 0 -1px #f26b35;
    box-shadow: inset 0 -1px #f26b35;
}

.headermain .group-list a:focus,
.group-list a:hover,
.group-list label:focus,
.group-list label:hover {
    background: #f26b35;
    color: #fff !important
}

.headermain .sub-group-list a,
.sub-group-list label {
    padding-left: 1rem;
    background: #f26b35;
    -webkit-box-shadow: inset 0 -1px #f26b35;
    box-shadow: inset 0 -1px #f26b35;
}

.headermain .sub-group-list a:focus,
.sub-group-list a:hover,
.sub-group-list label:focus,
.sub-group-list label:hover {
    background: #232323;
}

.headermain .sub-sub-group-list a,
.sub-sub-group-list label {
    padding-left: 1rem;
    background: #454545;
    -webkit-box-shadow: inset 0 -1px #575757;
    box-shadow: inset 0 -1px #575757;
}

.sub-sub-group-list a:focus,
.sub-sub-group-list a:hover,
.sub-sub-group-list label:focus,
.sub-sub-group-list label:hover {
    background: #333333;
}

.group-list,
.sub-group-list,
.sub-sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}

.nav__list input[type=checkbox]:checked+label+ul {
    /* reset the height when checkbox is checked */
    max-height: 1000px;
}

label>span {
    float: right;
    -webkit-transition: -webkit-transform .65s ease;
    transition: -webkit-transform .65s ease;
    -o-transition: transform .65s ease;
    transition: transform .65s ease;
    transition: transform .65s ease, -webkit-transform .65s ease;
}

.nav__list input[type=checkbox]:checked+label>span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.carousel-inner.vertical {
    height: 100%;
    /*Note: set specific height here if not, there will be some issues with IE browser*/
}

.carousel-inner.vertical>.item {
    -webkit-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner.vertical>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner.vertical>.item.next,
    .carousel-inner.vertical>.item.active.right {
        -webkit-transform: translate3d(0, 33.33%, 0);
        transform: translate3d(0, 33.33%, 0);
        top: 0;
    }
    .carousel-inner.vertical>.item.prev,
    .carousel-inner.vertical>.item.active.left {
        -webkit-transform: translate3d(0, -33.33%, 0);
        transform: translate3d(0, -33.33%, 0);
        top: 0;
    }
    .carousel-inner.vertical>.item.next.left,
    .carousel-inner.vertical>.item.prev.right,
    .carousel-inner.vertical>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
    }
}

.carousel-inner.vertical>.active {
    top: 0;
}

.carousel-inner.vertical>.next,
.carousel-inner.vertical>.prev {
    top: 0;
    height: 100%;
    width: auto;
}

.carousel-inner.vertical>.next {
    left: 0;
    top: 33.33%;
    right: 0;
}

.carousel-inner.vertical>.prev {
    left: 0;
    top: -33.33%;
    right: 0;
}

.carousel-inner.vertical>.next.left,
.carousel-inner.vertical>.prev.right {
    top: 0;
}

.carousel-inner.vertical>.active.left {
    left: 0;
    top: -33.33%;
    right: 0;
}

.carousel-inner.vertical>.active.right {
    left: 0;
    top: 33.33%;
    right: 0;
}

#carousel-pager .carousel-control.left {
    bottom: initial;
    width: 100%;
}

#carousel-pager .carousel-control.right {
    top: initial;
    width: 100%;
}

#carousel-thumb .carousel-indicators {
    position: absolute;
    right: 0;
    top: 0px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 3%;
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#carousel-thumb .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 50px;
    height: 50px;
}

.reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews b {
    color: #cecece;
}

.product-discription h2 {
    font-size: 35px;
    ;
    color: #444444;
    font-weight: bolder;
    position: relative;
    padding-bottom: 30px;
}

.product-discription h2:after {
    width: 40px;
    height: 2px;
    background: #ff5c26;
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.product-discription h2 sup {
    font-size: 10px;
    color: #ff5c26;
    top: -20px;
    font-weight: bolder;
}

.product-discription h3 {
    color: #525252;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
}

.product-discription p {
    font-size: 14px;
    color: #525252;
}

.quentity-of-product .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('../images/rightEdge.png') !important;
    background-repeat: no-repeat;
    background-position-x: 100% !important;
    background-position-y: 15px !important;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid rgb(199, 199, 199);
    color: #000 !important;
    border-radius: 0px;
    ;
}

.size-of-product {
    margin-left: 15px;
}

.size-of-product .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('../images/rightEdge.png') !important;
    background-repeat: no-repeat;
    background-position-x: 100% !important;
    background-position-y: 15px !important;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid rgb(199, 199, 199);
    color: #000 !important;
    border-radius: 0px;
}

.color-of-product .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('../images/rightEdge.png') !important;
    background-repeat: no-repeat;
    background-position-x: 100% !important;
    background-position-y: 15px !important;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid rgb(199, 199, 199);
    color: #000 !important;
    border-radius: 0px;
}

.cart-table .order-main-info {
    margin: 0 0 0 0;
}

.deal-of-day {
    width: 100%;
    padding-bottom: 0px;
    /* background: url(../images/mbg.png); */
    position: relative;
    background: #f5f5f5;
}

.product-gallery-thumbnails {
    overflow-y: scroll;
    height: 400px;
}

.nav-info-icons {
    position: relative;
}

.cart-text {
    position: absolute;
    top: -20%;
    background: #f05436;
    border: 1px solid #ffffff;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    padding: -34px 0 0 0;
    line-height: 18px;
    left: 26%;
}

.award-win-outer img {
    width: 300px;
    height: 100px;
    object-fit: contain;
}


/* 
.deal-of-day:after {
    background: url('../images/bottom-shadow.png');
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-size: 100%;
} */

.deal-of-day-inner h1 {
    font-size: 40px;
    text-align: center;
}

.deal-of-day-inner h1 span {
    color: #ff7f00;
    margin-left: -14px;
}

.time-and-date {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0px;
}

.time-data-inner {
    text-align: center;
    margin: 0px 15px;
}

.time-data-inner p {
    color: #333333;
    font-size: 26px;
    font-weight: bolder;
    margin-bottom: 0px;
    line-height: 21px;
}

.time-data-inner span {
    font-size: 9px;
    color: #999999;
    text-transform: uppercase;
    font-weight: 800;
}

.deail-main-outer {
    width: 33%;
    ;
    position: relative;
    margin: 0px 3%;
}

.deal-item-outer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.deail-events {
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.deail-events a {
    margin: 0px 5px;
}

.deail-main-outer span {
    width: 100%;
    display: block;
}

.deail-main-outer span img {
    width: 100%;
    display: block;
    height: 360px;
    /* object-fit: fill; */
}

.deail-detail h6 {
    font-size: 18px;
    text-align: center;
    color: #333333;
    padding-top: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}

.avatar {
    width: 100px;
    height: 100px;
    object-fit: fill;
    margin-top: 20px;
}

.deail-detail p {
    color: #8f8f8f;
    font-size: 17px;
    text-align: center;
}

.deail-off {
    background: url('../images/offbg.png');
    position: absolute;
    top: 36%;
    width: 73px;
    ;
    height: 73px;
    ;
    display: block;
    right: 20px;
    margin-top: -35px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 73px;
}

.deail-quelity {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 38%;
    left: -34%;
    background: url('../images/indec.png');
    background-repeat: no-repeat;
    background-position: 100% center;
}

.shipping-info {
    width: 100%;
    padding: 30px 25px;
    background: #152939;
    margin-top: 20px;
}

.shipping-info h5 {
    color: #f26b35;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 28px;
    padding-bottom: 20px;
}

.shipping-info p {
    color: #ffffff;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
}

.best-seller-outer {
    background: #f6f6f6;
    padding: 15px 0px 10px;
    margin-top: 20px;
    width: 100%;
}

.best-seller-outer h1 {
    color: #f26b35;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 28px;
    padding: 0px 25px;
}

.best-seller-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px 25px;
    border-top: 1px solid #fff;
}

.best-seller-product span {
    width: 50%;
}

.best-seller-detail {
    padding-left: 15px;
    font-weight: bolder;
    width: 45%;
}

.best-seller-detail p {
    font-size: 13px;
    line-height: 17px;
    color: #444444;
    margin: 0px;
}

.best-seller-detail span {
    color: #ff7f00;
    font-size: 11px;
}

.best-seller-product .pagintion-account .page-link {
    font-size: 11px;
    padding: .5rem .5rem;
}

.best-seller-product .pagination {
    margin: 0px;
}

.list-product-tag {
    position: absolute;
    top: 27px;
    left: 0px;
    background: url('../images/in-stock.png');
    background-repeat: repeat;
    background-size: 119px 43px;
    width: 118px;
    height: 43px;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.like-product {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 200px;
    right: 5px;
}

.like-product a {
    width: 100%;
    height: 100%;
    display: block;
    background: url('../images/like_heart.png');
    background-size: 32px;
    background-repeat: no-repeat;
}

.dislike-product {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 200px;
    right: 5px;
}

.dislike-product a {
    width: 100%;
    height: 100%;
    display: block;
    background: url('../images/heart.png');
    background-size: 32px;
    background-repeat: no-repeat;
}

.order-main-info-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-range-outer {
    width: 164px;
}

.irs--flat .irs-handle {
    top: 19px !important;
    width: 16px !important;
    height: 16px !important;
    background-color: #ff7f00 !important;
    border-radius: 50%;
}

.irs-with-grid .irs-grid {
    display: none !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    color: white;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #ff7f00 !important;
    border-radius: 4px;
}

.irs--flat .irs-bar {
    background-color: #333333 !important;
    height: 6px !important;
}

.irs--flat.irs-with-grid {
    height: 54px!important;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #ff7f00 !important;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    display: none !important;
}

.irs--flat .irs-handle>i:first-child {
    background-color: #ff7f00 !important;
}

.irs--flat .irs-line {
    height: 6px!important;
}

.search-dropdown {
    max-height: 171px;
    overflow-x: hidden;
    position: absolute;
    top: 88%;
    width: 52%;
    background: #f3f3f3;
    z-index: 1;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.search-dropdown p {
    padding: 5px 14px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px;
    cursor: pointer;
    text-align: left;
}


/* ----- MAIN-PRODUCTS-CSS-END ---- */


/* ----- PRODUCT-LIST-2-PAGE-CSS-END ----- */


/* ----- PRODUCTS-DETAILS-CSS-START ------ */

.breadcrub-bg ol.breadcrumb.breadcrumb-right-arrow {
    background: transparent;
    padding: 0;
}

.breadcrub-bg a {
    color: #000;
    font-size: 12px;
}

.breadcrumb-right-arrow .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    vertical-align: top;
    font-size: 20px;
    line-height: 21px;
    padding-right: 6px;
}

.file-upload {
    margin: 30px 0 0 0;
}

button.close {
    text-align: right;
    padding: 6px 20px 0 0;
}

.breadcrumb-right-tag {
    padding: 0;
    background: none;
}

.breadcrumb-right-tag .breadcrumb-item {
    background: rgba(2, 117, 216, 0.8);
    padding: .5em 1em;
}

.breadcrumb-right-tag .breadcrumb-item a,
.breadcrumb-right-tag .breadcrumb-item {
    color: #fff;
}

.breadcrumb-right-tag .breadcrumb-item:nth-child(2) {
    background: rgba(2, 117, 216, 0.6);
}

.breadcrumb-right-tag .breadcrumb-item:nth-child(3) {
    background: rgba(2, 117, 216, 0.5);
}

.breadcrumb-right-tag .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    padding: 0;
}

.hero-wrapper .main-heading h2 {
    color: #ff7f00;
    font-weight: 700;
}

small.small-text {
    color: #ff7f00;
    font-size: 12px;
    vertical-align: top;
}

.store-body {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.store-body .product-info {
    width: 60%;
    border-right: 1px solid rgba(0, 0, 0, .125);
}

.store-body .product-payment-details {
    width: 40%;
    padding: 15px 15px 0 15px;
}

.product-info .product-gallery {
    display: flex;
    flex-direction: row;
}

.product-gallery-featured {
    display: flex;
    width: 74%;
    flex-direction: row;
    cursor: zoom-in;
}

.product-gallery-thumbnails .thumbnails-list li {
    margin-bottom: 22px;
    cursor: pointer;
    position: relative;
    width: 80px;
    height: 80px;
    object-fit: scale-down;
}

.thumbnails-list li img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.product-gallery-thumbnails .thumbnails-list li:hover::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #f16235;
    position: absolute;
    top: 0;
    left: 0;
}

.product-info .product-seller-recommended {
    padding: 20px 20px 0 20px;
}

.product-comments textarea {
    height: 50px;
}

.last-questions-list li {
    margin-bottom: 20px;
}

.last-questions-list li span {
    padding-left: 10px;
}

.start-list i {
    color: #f6cc27;
}

.start-list li {
    font-size: 13px;
    color: #bababa;
}

.product-head {
    color: #444444;
    font-size: 32px;
}

.product-table.table thead th {
    border-bottom: none !important;
}

.product-table tr {
    font-size: 14px;
}

.product-table.table td,
.table th {
    /* padding: 8px 70px 10px 0; */
    vertical-align: top;
    border-top: 1px solid #ffffff00;
}

.select-btn td {
    padding: 0 18px 0 0 !important;
}

.select-btn .form-control {
    border: none;
    border-radius: inherit;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

.select-btn .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.select-clr .form-control {
    width: 70%;
}

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    margin: 0;
}

.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    text-align: center;
}

.md-number-input.number-input {
    border: 1px solid #525252;
    width: 10.8rem;
    border-radius: 30px;
}

.md-number-input.number-input button {
    outline: none;
    width: 50px;
    height: 12px;
    padding: 0;
}

.order-list .order-main-info {
    margin: -50px 0 0 0;
}

.md-number-input.number-input button.minus {
    padding-left: 0;
}

.md-number-input.number-input button.plus {
    padding-left: 0;
}

.md-number-input.number-input button:before,
.md-number-input.number-input button:after {
    width: 1rem;
    background-color: #ed3337;
}

.md-number-input.number-input input[type=number] {
    max-width: 60px;
    border: solid #ddd;
    border-width: 0 2px;
    font-size: 20px;
    height: 40px;
    font-weight: bold;
    outline: none;
}

a.btn.greditn-btn {
    background: linear-gradient(to left, #f26b35, #ed3337)!important;
    color: #fff;
    border-radius: 50px;
    padding: 13px 25px;
    height: 50px;
    text-transform: uppercase;
    margin: -18px 0 0 10px;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .number-input.md-number-input.safari_only button:before, .number-input.md-number-input.safari_only button:after {
            margin-top: -.6rem;
        }
    }
}

.product-info-wrap h2 {
    font-size: 32px;
    color: #444444;
    font-weight: 900;
    margin-top: 0.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.product-info-wrap h2 small {
    font-size: 12px;
    color: #ff5c26;
    position: relative;
    bottom: 1.2rem;
    left: -0.3rem;
}

.product-info-wrap h2:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background: #ff7f00;
    bottom: 0;
    left: 0;
}

.rating {
    margin-top: 1rem;
}

.rating span {
    padding-left: 5px;
    color: #c6c6c6;
    font-size: 18px;
}

.product-info-wrap h3 {
    font-weight: 900;
    color: #ff7f00;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
    width: 85%;
}

.product-info-wrap h3 span {
    align-self: center;
    font-weight: 800;
    color: #525252;
    font-size: 12px;
    padding-left: 11rem;
    position: relative;
    top: -5px;
}

.product-info-wrap table {
    margin-top: 10px;
}

.product-info-wrap table th {
    font-size: 16px;
}

.product-info-wrap table th,
.product-info-wrap table td {
    border: none;
    padding: 5px;
    font-weight: 800;
    color: #525252;
    width: 40%;
}

.product-info-wrap table p {
    font-size: 13px;
    margin-top: 10px;
}

.product-info-wrap table select {
    width: 100px;
    font-size: 13px;
    padding: 5px 0;
    height: auto;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-color: #ddd;
    color: #525252;
    margin-top: 5px;
}

.p-btns-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.p-btns-wrapper li {
    display: inline-block;
    margin-right: 8px;
}

.q-btns .btn {
    font-size: 22px;
    padding: 3px 12px;
    color: #525252;
    background: none;
    font-family: Lato;
    font-weight: 800;
    outline: none;
    box-shadow: none;
}

.q-btns .btn:active,
.q-btns .btn:focus {
    background: none !important;
    box-shadow: none !important;
}

.q-btns .btn:first-child {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
}

.q-btns .btn:last-child {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}

.btn-cart {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
}

.btn-fav,
.btn-whatsapp,
.btn-share {
    background: none;
    border: none;
}

.btn-fav {
    margin-left: 32px;
}

.btn-fav img,
.btn-whatsapp img {
    width: 42px;
}

.btn-share img {
    width: 32px;
    position: relative;
    top: 3px;
}

.tab-section {
    padding: 3rem 0;
}

.tabs-wrap .nav-tabs {
    border: none;
    text-align: center;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.tabs-wrap .nav-tabs li {
    display: inline-block
}

.tabs-wrap .nav-tabs li a {
    border: none;
    color: #ccc;
    font-weight: bold;
    font-size: 18px;
    font-weight: 800;
    padding: 5px 2rem;
    text-transform: uppercase;
}

.tabs-wrap .nav-tabs li a.active {
    color: #525252;
    background: none;
}

.tab-inner-content {
    padding-top: 4rem;
}

.tab-inner-content h4 {
    text-transform: uppercase;
    padding: 0 3rem;
    font-size: 16px;
    color: #525252;
    font-weight: 700;
    margin-bottom: 4rem;
}

.tab-inner-content h4 span {
    float: right;
    color: #ccc;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 700;
}

.tab-inner-content .media {
    margin-top: 2rem;
}

.tab-inner-content .media img {
    width: 127px;
    margin-right: 2rem;
    height: 127px;
}

.r-title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 800;
    color: #525252;
}

.r-title small {
    color: #ccc;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 800;
    padding-left: 5px;
}

.r-title span {
    padding: 0 20px;
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
}

.r-title b {
    color: #b9b9b9;
    font-size: 12px;
}

.tab-inner-content .media {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.tab-inner-content .media:last-child {
    border-bottom: none;
}

.tab-inner-content .media-body p {
    margin-top: 2rem;
    font-family: Lato;
}

.btn-option {
    position: absolute !important;
    top: 0;
    right: 0;
}

.btn-option button {
    background: none;
    border: none;
    padding: 0;
    font-size: 24px;
    color: #ccc;
}

.btn-option button:after {
    display: none;
}

.btn-option .dropdown-menu {
    padding: 0;
    border: 1px solid #ddd;
}

.btn-option .dropdown-menu a {
    font-size: 12px;
    padding: 7px 15px;
}

.write-reviews {
    margin-top: 4rem;
}

.write-reviews h3 {
    font-size: 22px;
    text-align: center;
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    color: #525252;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem;
}

.write-reviews h3 .dropdown-menu a {
    font-size: 12px;
    text-transform: capitalize;
}

.rating-wrap {
    display: flex;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.rating-wrap aside,
.rating-wrap span {
    flex: 0 0 50%;
    max-width: 50%;
}

.rating-wrap small {
    color: #b9b9b9;
    margin-right: 5px;
    float: left;
    font-size: 18px;
}

.your-ratting-inner {
    display: inline-block;
}

.rating-wrap aside i {
    color: #eee;
    font-size: 20px;
    position: relative;
    top: 4px;
}

.order-img img {
    width: 100px;
    height: 100px;
    object-fit: fill;
}

.rating-wrap aside .yellow-clr {
    color: #ffc107;
}

.rating-wrap span {
    align-self: center;
    text-align: right;
}


/*.rating-wrap span i
{
    color: #f6cc27;
}*/

i.fa.fa-star.checked {
    color: #f6cc27;
}

.review-form {
    margin-top: 3rem;
}

.review-form input.form-control {
    border-radius: 0;
    border-color: #ddd;
    height: 47px;
    font-size: 14px;
}

.review-form textarea {
    border-radius: 0;
    border-color: #ddd;
}

.review-form .btn {
    font-size: 14px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
    padding: 18px 0;
    width: 270px;
    margin: 0 auto;
    display: inherit;
    margin-top: 1rem;
}

span.menu-toggle {
    float: right;
    font-size: 24px;
    display: none;
    color: #525252;
    padding: 20px 26px 0 0;
}


/* ----- PRODUCTS-DETAILS-CSS-START ------ */


/* ----- CART-PAGE-CSS-START ----- */

.apply-code {
    width: 515px;
}

.apply-code-inner {
    background: #f6f6f6;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.searchcode {
    width: 75%;
    height: 50px;
    border: 1px solid #dee2e6;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    color: #525252 !important;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
    outline: none;
}

.submitCode {
    background: #f6f6f6;
    height: 50px;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    width: 124px;
    color: #525252 !important;
    font-weight: bolder;
    border: none;
}

.search-voucher {
    text-align: right;
    padding-top: 0;
}

.search-voucher h6 {
    font-size: 20px;
    color: #525252;
    font-weight: bolder;
}

.search-voucher h6 b {
    font-weight: bolder;
    color: #ff7f00;
}

.continue-shopping {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
}

.apply-code p {
    font-weight: bolder;
    font-size: 15px;
    color: #999999;
}

a {
    color: #303e47;
}

.my-account-inner hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.continue-shopping button {
    margin: 0px 10px;
    font-size: 13px;
    width: 18%;
}

.b-black {
    background: #222222;
}

.b-black:hover {
    color: #ee3737;
}

.thead-dark-gray tr th {
    color: #7d7d7d;
    font-size: 17px;
    border-right: 2px solid #fff;
    border-top: 0px;
    border-bottom: 0px;
    text-align: center;
    width: 20%;
    text-transform: uppercase;
}

.main-trendding img {
    width: 100%;
    min-height: 233px;
    max-height: 233px;
    object-fit: fill;
    margin-bottom: 3px;
}

.productslist .card img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.best-seller-outer img {
    height: 100px;
    object-fit: cover;
    width: 100%;
}


/* ----- CART-PAGE-CSS-END ----- */


/* ----- SIGNUP-PAGE-CSS-START ------ */

.register-form h3 {
    background-color: #ed3237;
    padding: 8px 19px;
    font-size: 31px;
}

.register-form {
    background-color: #f3f3f3;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 10px 0 27px rgba(0, 0, 0, 0.20);
}

.register-form h3 {
    background-color: #ed3237;
    padding: 8px 19px;
    font-size: 31px;
}

.register-form h3:after {
    height: 2px;
    background-color: #ed3237;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    content: '';
    margin: -3px 0;
}

.social-connect a {
    padding: 11px 23px;
    font-size: 20px;
    text-shadow: 0 0;
    border-radius: 55px;
}

.google {
    background-color: #f34a38;
}

.facebook {
    background-color: #385c8e;
}

.social-connect h4 {
    color: #784b31;
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 10px;
}

.register-form label,
.recover-pw,
.dashboard-form label {
    color: #7d7d7d !important;
    line-height: 25px;
}

.register-form input,
.dashboard-form input,
.dashboard-form select {
    border: 1px solid #e5e4e2;
    height: 48px;
    color: #784b31 !important;
}

.register-form button {
    background-color: #ed3237;
    border-radius: 31px;
    padding: 5px 27px;
    margin-top: 29px;
}

.login-color a {
    color: #ed3237;
}

.ForgotPassword {
    margin-top: 10px !important;
}


/* ----- SIGNUP-PAGE-CSS-END ------ */


/* ----- MY-ACCOUNT-CSS-START ----- */

.my-account-inner .nav-pills .nav-link.active,
.my-account-inner .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f26b35;
    border-radius: 0px;
}

.my-account-inner .nav-pills .nav-link {
    color: #000;
    background-color: #f6f6f6;
    border-radius: 0px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}

.address-in-detail .row {
    padding: 10px 20px 10px 40px;
    border-bottom: 1px solid #fff;
}

.address-in-detail p {
    font-size: 16px;
}


/* #quantity-btn {
    display: block;
    text-align: center;
}
.quantity {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
  } */


/* .qty {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0;
    text-align: center;
    border: 1px solid #f05935;
    border-right-color: #f05935;
    border-right-style: solid;
    border-right-width: 1px;
    border-right: none;
    color: #f05935;
    font-size: 17px;
    background: transparent;
}
  .minus, .plus {
      line-height: 35px;
  }
  .minus:visited, .plus:visited {
      color: #000;
  } */


/* ----- MY-ACCOUNT-CSS-END ----- */

.minus,
.plus {
    line-height: 35px;
}

.minus:visited,
.plus:visited {
    color: #000;
}


/* ----- MY-ACCOUNT-CSS-END ----- */


/* ----PRIVACY-POLICY-CSS-START ----- */

.orange-clr {
    color: #ed3537;
    font-weight: bold;
}

.privacy-wrapper,
.faq-wrapper {
    margin: 30px 0;
}

.grey-clr {
    color: #303e47;
}

.privacy-list li {
    list-style-type: circle;
    padding: 6px 0 0 0;
}

.privacy-wrapper a,
.faq-wrapper a {
    font-weight: 600;
    font-size: 16px;
}


/* ----PRIVACY-POLICY-CSS-END ----- */

button:focus {
    outline: 0;
}

@media (max-width: 767px) {
    
    #exampleSlider,
    #exampleSlider1 {
        border-color: transparent;
    }
}

#exampleSlider .MS-content,
#exampleSlider1 .MS-content {
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .MS-controls {
        margin-bottom: 19px;
        margin-top: -46px !important;
        right: 0 !important;
        position: absolute;
        top: 0 !important;
        z-index: 9;
    }
    #exampleSlider .MS-content,
    #exampleSlider1 .MS-content {
        margin: 0;
    }
    #exampleSlider .MS-controls .MS-left,
    #exampleSlider1 .MS-controls .MS-left,
    #exampleSlider .MS-controls .MS-right,
    #exampleSlider1 .MS-controls .MS-right {
        width: 30px !important;
        height: 30px !important;
        font-size: 20px !important;
        line-height: 0;
    }
    #exampleSlider .MS-controls .MS-right,
    #exampleSlider1 .MS-controls .MS-right {
        position: absolute;
        right: 10px !important;
    }
}

#exampleSlider .MS-content .item,
#exampleSlider1 .MS-content .item {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border-right: none;
    width: 22.5%;
    margin: 0 30px 0 0;
}

@media (max-width: 1199px) {
    #exampleSlider .MS-content .item,
    #exampleSlider1 .MS-content .item {
        width: 28%;
    }
}

@media (max-width: 991px) {
    #exampleSlider .MS-content .item,
    #exampleSlider1 .MS-content .item {
        width: 45%;
    }
}

@media (max-width: 767px) {
    #exampleSlider .MS-content .item,
    #exampleSlider1 .MS-content .item {
        width: 100%;
        margin: 0;
    }
}

#exampleSlider .MS-controls button:hover,
#exampleSlider1 .MS-controls button:hover {
    cursor: pointer;
}

#exampleSlider .MS-controls .MS-left,
#exampleSlider1 .MS-controls .MS-left,
#exampleSlider .MS-controls .MS-right,
#exampleSlider1 .MS-controls .MS-right {
    width: 48px;
    height: 48px;
    text-align: center;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    color: #b2b2b2;
    font-size: 29px;
    margin: 0 10px;
}

#exampleSlider .MS-controls .MS-left,
#exampleSlider1 .MS-controls .MS-left {
    left: 10px;
}

@media (max-width: 991px) {
    #exampleSlider .MS-controls .MS-left,
    #exampleSlider1 .MS-controls .MS-left {
        left: -2px;
    }
}

#exampleSlider .MS-controls .MS-right,
#exampleSlider1 .MS-controls .MS-right {
    right: 0;
    position: absolute;
}

@media (max-width: 991px) {
    #exampleSlider .MS-controls .MS-right,
    #exampleSlider1 .MS-controls .MS-right {
        right: -2px;
    }
}

.MS-controls {
    width: 100%;
    /* margin-bottom: 19px; */
    /* margin-top: -58px !important; */
    right: 10px;
    position: absolute;
    top: 40%;
    z-index: 9;
}