@charset "utf-8";
/* CSS Document */

*,
*:before,
*:after {
  box-sizing: border-box;
}

body{
  font-family: 'Muli', sans-serif;
  font-family: 'Montserrat', sans-serif;
  background:#fff;
  font-weight:600;
  color:#999;
  letter-spacing: 0.5px;
  }

a:focus, a:hover{
  text-decoration: none;
  color: #ed1c24;
  transition: all 0.3s;
}

h1{
  font-size:50px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
h2{
  font-size:30px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  font-weight: 800;
}
h3{
  font-size:20px;
  font-family: 'Montserrat', sans-serif;
}
h4{
  font-size:18px;
}

.navbar-brand{
  padding:0px;
}
.rd-btn{
  background:#ed1c24;
  color: #fff;
  font-size: 16px;
  padding: 12px 45px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .4s linear .1s;
  display: inline-block;
  line-height: 21px;
}
.rd-btn:hover{
    background: #fff;
    color: #333;
    transition: all .4s linear .1s;
}
.rd-btn:focus{
  color: #333;
}



/*---------------------Header---------------------*/

header{
  position: relative;
  background: #fff;
  z-index: 9999;
}
header .header-top{
  padding: 15px 0;
  border-bottom: 2px solid #d8d8d8;
}
header  ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
header  ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 16px;
}
/*header .header-top ul li:last-child{
  margin-left: 0;
}*/
header ul li a{
  font-size: 13px;
  color: #333333;
  line-height: 28px;
  transition: all 0.3s;
}
header ul li a:hover{
  color: #ed1c24;
}
header .header-top .contact-dtl{
  text-align: right;
}
header .header-top .contact-dtl .fa{
  color: #ff0000;
  font-size: 17px;
  margin-right: 10px;
}

.logo {
    position: absolute;
    top: 0;
    max-width: 154px;
    background: #ed1c24;
    width: 18%;
    text-align: right;
}
.logo img{
  margin-right: -70px;
  width: 243px;height: auto;
  max-width: inherit !important;
}
.mobile-logo{
  display: none;
}

.top-right-menu {
    text-align: right;
}
.top-right-menu li img{
  width: 80px;height: auto;
}


/*-------------cart box---------------*/
.header-middile {
    padding: 20px 0;
    text-align: right;
}
.header-middile li a{
  font-weight: 600;
}
.header-middile li .fa{
  font-size: 20px;
  color: #2c2c2c;
}


.lighter-text {
  color: #abb0be;
}

.main-color-text {
  color: #6394f8;
}

.main-color-text nav {
  padding: 20px 0 40px 0;
  background: #f8f8f8;
  font-size: 16px;
}
nav .navbar-left {
  float: left;
}
nav .navbar-right {
  float: right;
}
nav ul li {
  display: inline;
  padding-left: 20px;
}
nav ul li a {
  color: #777777;
  text-decoration: none;
}
nav ul li a:hover {
  color: black;
}

.cart-box {
    position: relative;
    z-index: 9;
}
.cart-box.open .dropdown-menu-mini-cart{
  min-width: 300px;
  border-radius: 0;
}
.cart-box.open .dropdown-menu-mini-cart > li {
  margin: 0;
  padding: 10px;
  width: 100%;
}
.cart-box.open .dropdown-menu-mini-cart > li  li{
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
.cart-box.open .dropdown-menu-mini-cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
    float: left;
    width: 50px;
    height: 100%;
    margin: 0px 10px 10px 0;
}
.cart-box.open .dropdown-menu-mini-cart li > a + a{
  font-size: 10px;
  line-height: 21px;
  word-break: break-word;
  white-space: normal;
  margin-right: 20px;
}
.cart-box.open .dropdown-menu-mini-cart .quantity{
    float: left;
    text-align: left;
    display: block;
    width: 100%;
}
.cart-box.open .dropdown-menu-mini-cart .quantity .amount{
  font-size: 13px;
  float: right;
  line-height: 22px;
  margin-left: 8px;
}

.cart-box.open .dropdown-menu-mini-cart .remove_from_cart_button{
  position: absolute;
    right: 10px;
}
.cart-box.open .dropdown-menu-mini-cart .total{
    text-align: right;
    margin: 0 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.cart-box.open .dropdown-menu-mini-cart .total strong{
  float: left;
  color: #333;
}
.cart-box.open .dropdown-menu-mini-cart .total .amount{
  display: block;
  margin-bottom: 0;
  line-height: 20px;
}

.cart-box.open .dropdown-menu-mini-cart .buttons{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.cart-box.open .dropdown-menu-mini-cart .buttons .button{
    background: #ed1c24 !important;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all .4s linear .1s;
    line-height: 21px;
    border: 1px solid #ed1c24 !important;
    width: auto;
    display: block;
        position: relative;
    top: auto;
}




.badge {
    background-color: #ed1c24;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
     display: none; 
    position: absolute;
    top: -4px;
    left: 16px;
}

.shopping-cart {
  margin: 20px 0;
  float: right;
  background: #ffffff;
  width: 320px;
  padding: 20px;
  display: none;
  position: absolute;
  border: 2px solid #f00;
  border-radius: 12px;
}
.shopping-cart .shopping-cart-header {
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
  /* float: right; */
}
.shopping-cart .shopping-cart-items {
  padding-top: 20px;
}
.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
  width: 100%;
  margin: 0 0 20px;
}
.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
  width: 53px;
}
.shopping-cart .shopping-cart-items .item-name {
  display: block;
  padding-top: 10px;
  font-size: 16px;
}
.shopping-cart .shopping-cart-items .item-price {
  color: #000000;
  margin-right: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
  color: #abb0be;
}

 .shopping-cart:after {
  bottom: 100%;
  left: 22px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: red;
  border-width: 8px;
  margin-left: -8px;
}

.shopping-cart .cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}

.shopping-cart .button {
  background: #6394f8;
  color: white;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  margin: 20px 0 15px 0;
}
.shopping-cart .button:hover {
  background: #729ef9;
}

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

.search-container {
    position: relative;
}
.search-container .yith-s {
    background: #ebebeb;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    width: 300px;
    margin-bottom: 0;
}
.search-container #yith-searchsubmit {
  position: absolute;
    background: #ed1c24 url(../img/search-icon.png) no-repeat 50% 50%;
    background-size: 20px;
    border: none;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    right: 0;
    text-indent: -91px;
}
.search-container #yith-searchsubmit:after{
  position: absolute;
 content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  color: #fff;
}
.header-middile .search-container .fa{
  color: #fff;
}

/*-------------End cart box---------------*/



/*---------------------Header-Nav-CSS-------------------*/
.main-row {
    background: #193152;
    position: relative;
    z-index: 1;
}
 .main-menu {
     position: relative;
     /*z-index: 0;*/
     animation:slide-down 0.7s;
}
 header .button {
     display: none;
     padding: 15px;
     color: #fff;
}
 .sticky .main-row{
     position: fixed;
     top: 0;
     width: 100%;
     left: 0;
     box-shadow: 2px 2px 10px #00000087;
     transition: 0.3s ease-in-out;
     z-index: 999999;
     animation:slide-down 0.8s;
}
 @keyframes slide-down {
     0% {
         transform: translateY(-100%);
    }
     100% {
         transform: translateY(0);
    }
}

  ul.nav-ul {
    display: flex !important;
    justify-content: space-between;
}
  
 #cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{
    border:0;
    list-style:none;
    display:block;
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding: 0;
}
 #cssmenu:after,#cssmenu > ul:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
 #cssmenu #head-mobile{
    display:none
}
 #cssmenu > ul > li {
     line-height: 20px;
     margin: 0;
     position: static;
}

#cssmenu > ul > li:first-child .fa{
font-size: 20px;
    line-height: 36px;
}
 #cssmenu ul li:last-child {
     margin: 0px;
     padding-right: 0;
}

 #cssmenu ul li > a {
     font-size: 13px;
     text-decoration: none;
     color: #fff;
     text-transform: capitalize;
     transition: 0.3s ease-in-out;
     padding: 10px 12px;
     font-weight: 100;
     line-height: 20px;
     height: 100%;
}
 #cssmenu ul li:hover > a, #cssmenu ul li.active a, #cssmenu ul li .submenu-opened + a{
      color: #333; 
     transition: 0.3s ease-in-out;
      background: #fff; 
}
 #cssmenu ul li.has-sub > a{
    /* padding-right:0px */
}
 #cssmenu ul li.has-sub > a:after{
    position:absolute;
    top:22px;
    right:11px;
    width:8px;
    height:2px;
    display:block;
    background:#ddd;
    content:'';
     display: none;
}
 #cssmenu ul li.has-sub > a:before{
    position:absolute;
    top:19px;
    right:14px;
    display:block;
    width:2px;
    height:8px;
    background:#ddd;
    content:'';
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    transition:all .25s ease;
    display: none;
}
 #cssmenu ul li.has-sub:hover > a:before{
    top:23px;
    height:0
}
 #cssmenu ul ul{
    position: absolute;
    max-width: 1170px;
    width: 100%;
    animation: slide-down 0.7s;
    height: 0;
    overflow: hidden;
    float: left;
    left: 0;
    background: #fff;
    /*column-count: 4;*/
}
 #cssmenu ul li ul li{
    display: inline-flex !important;
    max-width: 264px;
    margin: 2px !important;
 }

 #cssmenu ul ul li{
    -webkit-transition:all .25s cubic-bezier(1, 0.07, 1, 1);
    -ms-transition:all .25s ease;
    background: #fdfdfd;
    transition:all .25s ease;
    margin: 0;
}
 #cssmenu ul ul li:hover{
}
 #cssmenu li:hover > ul{
    border-top: none;
    margin-top: 0;
    animation: slide-down 0.7s;
    height: auto;
    overflow: visible;
    padding: 30px;
}
 #cssmenu li:hover > ul > li{
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
}
 #cssmenu ul ul ul{
    margin-left:100%;
    top:-2px;
     text-align: left;
}
 #cssmenu ul ul li a {
     min-width: 200px;
     width: 100%;
     font-size: 16px;
     text-decoration: none;
     color: #333;
     font-weight: 400;
     border: none;
     word-break: break-word;
     line-height: 25px;
     text-align: center;
     display: block;
}
#cssmenu ul ul li a img{
  width: 100px;
  display: block;
  margin: 0 auto 5px;
  padding: 0;
}

#cssmenu ul ul li a .menu-image-title {
  padding: 0;
}

 #cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{
    border-bottom:0
}
 #cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{
    color: #ffffff;
    background: #1a2c3a;
    border: none;
}
 #cssmenu ul ul > li.has-sub:hover > a:before{
    top:17px;
    height:0
}
 #cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{
    background: #1b5da1;
    border:none;
    color: #fff;
}
 #cssmenu ul ul ul li.active a{
    border-left:1px solid #003471
}
 #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{
    border-top:1px solid #003471
}
 @media screen and (max-width:1199px){
     header {
         /*position: fixed !important;*/
         width: 100%;
         transition: 0.3s ease-in-out;
         top: 0;
         z-index: 9999999;
         animation: none !important;
    }
     .header_fixed .nav-ul {
         background: #01172e !important;
    }
     .header_fixed .button.button {
         top: 10px;
    }
     .main-menu {
         margin: 0 !important;
    }
     #cssmenu ul li > a {
         border: none;
    }
     #cssmenu ul li:hover > a, #cssmenu ul li.active a {
         /* color: #000; */
         transition: 0.3s ease-in-out;
         border: none;
    }
     .main-menu .nav-ul {
         padding-top: 100px !important;
         display: block !important;
    }
     .main-menu {
         float: none;
    }
     .nav-ul {
         width:0px !important;
         padding: 0 0 20px !important;
         background: #193152!important;
         position: fixed !important;
         right: 0px !important;
         height: 100vh;
         transition: 0.3s ease-in-out;
         top: 0;
    }
     .nav-ul .submenu-button{
         opacity: 0;
    }
     .nav-ul.open {
         right: 0px !important;
         width: 300px !important;
         transition: 0.3s ease-in-out;
    }
     .nav-ul.open .submenu-button{
         opacity: 1;
         transition: 0.3s ease-in-out;
    }
     #cssmenu li:hover > ul{
        left:auto;
        border-top:none;
        padding: 0 0;
        animation: none;
    }
     #cssmenu ul li > a{
        padding: 7px 16px;
    }
    #cssmenu ul ul li a img{
      display: none;
    }
    #cssmenu ul ul li a .menu-image-title {
    text-transform: capitalize;
    font-size: 14px;
}

     nav{
        width:100%;
    }
    .main-row{
      background: #fff;
    }
     #cssmenu{
        width: 100%;
        height: auto;
    }
     #cssmenu > ul {
         width: 100%;
         display: none;
         padding: 0 0 20px;
         overflow-y: scroll;
    }
     #cssmenu ul li{
        width:100%;
        border-top:none;
        display: block;
    }
     #cssmenu ul li:hover{
        background:transparent;
    }
     #cssmenu ul ul li,#cssmenu li:hover > ul > li{
        height: auto;
        border-color: #263f63;
    }
     #cssmenu ul li a, #cssmenu ul ul li a {
         width: 100%;
         border-bottom: 0;
         line-height: 25px !important;
         font-size: 15px;
         color: #fff;
    }
     #cssmenu > ul > li{
        display: block;
        position: relative;
    }
     #cssmenu ul ul li a{
        padding-left:25px
    }
     #cssmenu ul ul li{
        background: #263f63!important;
    }
    /*#cssmenu ul ul li:hover{
        background:#363636!important
    }
    */
     #cssmenu ul ul ul li a{
        padding-left:35px
    }
     #cssmenu ul ul li a{
        color: #fff;
        background:none;
        z-index: 9;
        line-height: 20px;
        border: none;
    }
     #cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{
        color: #009fd9;
    }
     #cssmenu ul ul, #cssmenu ul ul ul {
         position: relative;
         left: 0;
         width: 100%;
         margin: 0;
         text-align: left;
         border: none;
    }
     #cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{
        display:none
    }
     #cssmenu #head-mobile {
         display: block;
         padding: 15px;
         color: #333;
         position: absolute;
         font-size: 12px;
         font-weight: 700;
         right: auto;
         text-align: center;
    }

     header .main-menu .button.button {
        width: 74px;
        height: 46px;
        position: absolute;
        right: 0;
        top: -134px;
        left: 0;
        cursor: pointer;
        z-index: 12399994;
        display: block;
        margin: 0 0 0 auto;
        background: #ed1c24;
        border: 2px solid #fff;
    }
    header.sticky .main-menu .button.button {
          top: 7px;
    }

     header .main-menu .button:after{
        position:absolute;
        top: 22px;
        right: 17px;
        display:block;
        height: 9px;
        width: 35px;
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        content:'';
    }
     header .main-menu .button:before{
        -webkit-transition:all .3s ease;
        -ms-transition:all .3s ease;
        transition:all .3s ease;
        position:absolute;
        top: 15px;
        right: 17px;
        display:block;
        height:2px;
        width: 35px;
        background: #ffffff;
        content:'';
    }
     header .main-menu  .button.menu-opened:after{
        -webkit-transition:all .3s ease;
        -ms-transition:all .3s ease;
        transition:all .3s ease;
        top: 20px;
        border:0;
        height:2px;
        /* width: 23px; */
        background: #ffffff;
        -webkit-transform:rotate(45deg);
        -moz-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        -o-transform:rotate(45deg);
        transform:rotate(45deg);
    }
     header .main-menu .button.menu-opened:before{
        top: 20px;
        background: #ffffff;
        /* width: 22px; */
        -webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
    }
     #cssmenu .submenu-button{
        position:absolute;
        z-index:99;
        right:0;
        top:0;
        display:block;
        border-left: none;
        height: 40px;
        width: 40px;
        cursor:pointer;
    }
     #cssmenu .submenu-button.submenu-opened{
        background: #263f63;
    }
     #cssmenu ul ul .submenu-button{
        height: 28px;
        width: 30px;
    }
     #cssmenu .submenu-button:after{
        position:absolute;
        top: 19px;
        right: 12px;
        width: 14px;
        height:2px;
        display:block;
        background: #e8e8e8;
        content:'';
    }
     #cssmenu ul ul .submenu-button:after{
        top: 13px;
        right:13px;
    }
     #cssmenu .submenu-button.submenu-opened:after{
        background:#fff
    }
     #cssmenu .submenu-button:before{
        position:absolute;
        top: 13px;
        right: 18px;
        display:block;
        width:2px;
        height: 14px;
        background: #e8e8e8;
        content:'';
    }
     #cssmenu ul ul .submenu-button:before{
        top: 10px;
        right:16px;
    }
     #cssmenu .submenu-button.submenu-opened:before{
        display:none
    }
     #cssmenu ul ul ul li.active a{
        border-left:none
    }
     #cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{
        border-top:none
    }
     #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover{
        border:none;
    }
}
 #cssmenu ul li:last-child ul, #cssmenu ul li:nth-last-child(-n+2) ul ul {
     right: 325px;
}


/*---------------------Slider-CSS--------------------*/
.home-banner{
  position: relative;
  /*background: url(../img/home-banner.jpg) no-repeat;*/
  background-position: center;
  background-size: cover;
  
}
.home-banner .banner-content{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 750px;
  width: 100%;
}
.home-banner .headign{
  font-size: 44px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
}
.home-banner p{
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 30px;
  letter-spacing: 1px;
}



/*---------------------Middle-Contain--------------------*/
.container-fluid {
    padding: 0px 80px !important;
}
.about-sec{
  position: relative;
  padding: 90px 0; 
}
.about-sec p {
    font-weight: 100;
    font-family: muli;
    color: #4d4d4d;
}
.about-sec h2{
    margin: 0 0 20px;
}
.about-sec h3{
      color: #333;
    font-weight: 600;
    font-size: 18px;
}
.about-sec .data-table, .about-sec .data-table th {
    font-weight: 600;
    color: #333;
    line-height: 30px;
    letter-spacing: 0;
}

.about-sec p a{
  font-weight: bold;
  color: #4d4d4d;
}
.about-sec .content-box {
    position: relative;
    cursor: pointer;
    margin: 0 0 20px;
}
.about-sec .col-md-4 .content-box:last-child{
  margin-bottom: 0;
}


.content-box  img {
    width: 100%;
    min-height: 220px;
    object-fit: cover;
}
.content-box .image {
    display: block;
    width: 100%;
    height: auto;
}

.content-box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    background: rgba(0, 0, 0, 0.31);
}

.content-box:hover .overlay {
    height: 100%;
      background-color: #193152a6;
}
.content-box .text {
    color: #fbfbfb;
    font-size: 20px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 20px;
    transition: 0.3s ease-in-out;
}
.content-box:hover .text {
    top: 50%;
    transition: 0.3s ease-in-out;
}
.content-box .rd-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 65%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  font-size: 16px;
  padding: 10px 30px;
}
.content-box:hover .rd-btn{
  opacity: 1;
  transition: 1s ease;
}
.content-box:hover .rd-btn:hover{
  background:#fff !important; 
}
.about-box {
    position: relative;
    height: auto;
    overflow: hidden;
}
.about-box img{
  width: 100%;
  min-height: 460px;
  object-fit: cover;
}

.about-box .overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px 20px;
    text-align: center;

}
.about-box h4{
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}
.about-box   p{
  font-size: 16px;
  font-family: muli;
  font-weight: 100;
  color: #fff;
  margin-bottom: 30px;
}



/*----------------call to action-------------*/
.call-to-action{
  padding: 30px 0;
  background:#2f333a;
  color: #fff;
  text-align: center; 
}
.call-to-action p{
font-size: 20px;
    font-family: muli;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
}
.call-to-action p a{
  color: #ed1c24;
}
.call-to-action p a:hover{
  color: #fff;
}




/*-------------------------home PRODUCTS------------------*/

.home-product{
  padding: 90px 0;
  position: relative;
}


.home-product h2{
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
}
.home-product ul{
list-style: none;
    display: inline-flex;
    padding: 0;
}
.home-product ul li{
  width: 25%;
  margin-bottom: 10px !important;
}
.home-product ul li .button{
font-size: 12px !important;
}

.home-product .thumbnail{
  border: 1px solid #f7f7f7;
  border-radius: 0;
  margin: 0;
  transition: all 0.3s;
  text-align: center;
  padding: 0;
}
.thumbnail:hover {
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px #ddd;
    transition: all 0.3s;
   
}
.product-img {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
    height: 280px;
    display: flex;

}
.product-img img{
  object-fit: contain;
  margin:0 auto;
}
.product-img .btn-primary{
    background: #00000094;
    border-radius: 0;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.thumbnail:hover .product-img .btn-primary{
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.thumbnail .caption{
  padding:20px; 
}
.thumbnail .caption h4, .thumbnail .caption h4 a{
    font-size: 17px;
    color: #777777;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 50px;
    margin-top: 0;
    line-height: 24px;
}

.thumbnail .caption .price{
  font-size: 24px;
  color: #ed1c24;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
.thumbnail .caption .rd-btn{

opacity: 0;
}
.thumbnail:hover .caption .rd-btn{
  height: auto;
  margin: 0 auto;
  opacity: 1;
}
.thumbnail .rd-btn {
    font-size: 14px;
    padding: 8px 35px;
    transition: 0.3s ease-in-out;
}
.thumbnail .rd-btn:hover {
    background: #193152;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.product_view .modal-dialog{max-width: 800px; width: 100%;}
.pre-cost{text-decoration: line-through; color: #a5a5a5;}
.space-ten{padding: 10px 0;}
.product_view .modal-content {
  border-radius: 0;
      padding: 30px;
}
.product_view .rd-btn:hover {
    background: #193152;
    color: #fff;
    transition: 0.3s ease-in-out;
}
/*-------------vm zink-----------------------*/
.Home_VM {
    padding: 0 0 100px;
}
.product-bottom {
    position: relative;
    background: url(../img/vm-bg.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    min-height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 20px;
}
/*
.product-bottom:after{
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
background: rgba(25,49,82,1);
background: -moz-linear-gradient(left, rgba(25,49,82,1) 0%, rgba(237,28,35,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,49,82,1)), color-stop(100%, rgba(237,28,35,1)));
background: -webkit-linear-gradient(left, rgba(25,49,82,1) 0%, rgba(237,28,35,1) 100%);
background: -o-linear-gradient(left, rgba(25,49,82,1) 0%, rgba(237,28,35,1) 100%);
background: -ms-linear-gradient(left, rgba(25,49,82,1) 0%, rgba(237,28,35,1) 100%);
background: linear-gradient(to right, rgba(25,49,82,1) 0%, rgba(237,28,35,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#193152', endColorstr='#ed1c23', GradientType=1 );
opacity: 0.5;
    filter: contrast(3);
}
*/
.product-bottom h2{
margin-bottom: 10px;
color: #fff;
}
.product-bottom .content{
  line-height: 33px;
      position: relative;
    z-index: 999;
}





/*---------------------------blog-----------------------------*/
.blog-sec{
  position: relative;
  padding: 100px 0;
  background: #f8f8f8; 
}
.blog-sec h2{
  margin: 0 0 30px;
  text-align:center;
}
.blog-img {
    border: 3px solid #fff;
    box-shadow: 0 0 8px 0px #ddd;
    display: flex;
}
.blog-row{
padding: 30px 0;
  border-bottom: 1px solid #e2e2e2;
}
.blog-img img{
  width: 100%;
  object-fit: cover;
}
.blog-content{
  font-size: 16px;
  color: #4d4d4d;
  font-weight: 100;
  font-family: muli;

}
.news_box {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.blog-content h4{
  font-size: 20px;
  color: #333333;
  margin: 0 0 20px;
  font-weight: 600;
}
.blog-content hr{
  width: 100px;
  height: 1px;
  background: #ec1c24;
  margin-left: 0;
}
.blog-content p{
  margin-bottom: 30px;
}
.blog-row .left{
  text-align: right;
}
.blog-row .left hr{
  margin-left: auto;
  margin-right: 0; 
}
.blog-content .rd-btn:hover {
    background: #193152;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.blog-page {
    padding: 80px 0;
}
.blog-page .box_img{
  max-width: 340px;
  float: left;
}
.blog-page .box_text{
  padding:0 10px;
  width: calc(100% - 350px);
  float: right;
}

.blog-page .box_text h4{
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    margin: 0 0 10px;
}
.blog-page .box_text .s-dtl{
  font-size: 12px;
  font-weight: 100;
}
.blog-page .box_text p{
      font-weight: 100;
    font-family: muli;
    color: #4d4d4d;
}
.blog-page .rd-btn{
  font-size: 13px;
  padding: 10px 34px;
  border: 1px solid #ed1c24;
}

#sidebar .widget{
      border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px; 
}
#sidebar .widget h2{
    font-size: 23px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0 10px;
}
#sidebar .widget  ul li{
  border-bottom: 1px solid #ddd;
}
#sidebar .widget  ul li:last-child{
  border: none;
}
#sidebar .widget  ul li a{
    font-weight: 100;
    color: #7d7d7d;
    padding: 8px 0;
    display: block;
}
#sidebar .widget  ul li a:hover{
    color: #333;
}

.single-blog .img-box{
  width: 100%;
    height: 310px;
    display: flex;
    margin: 0 0 20px; 
}
.single-blog .img-box img{
    object-fit: cover;
    width: 100%;
}
.blog-page .single-blog .box_text{
      width: 100%;
    padding: 0;
}


/*---------------------------End blog-----------------------------*/


/*--------------------client-logo------------------------*/
.client-logo{
  padding: 70px 0;
  position: relative;
  text-align: center;
}
.client-logo .bx-controls-direction{
  position: relative;
  width: 150px;
  margin: 0 auto;
  left: auto;
  right: auto;
}
.client-logo .bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 20px;
}
.bx-wrapper, .bx-viewport {
    height: 150px !important;
}
.our_clients {
    padding: 40px 0 0;
    float: left;
    width: 100%;
}
.widget-latest ul {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
}
.widget-latest ul li {
    margin: 0 0 20px 0;
    padding: 0;
}
.widget-latest a {
    float: left;
    width: 100%;
    color: #333;
}
/*
.client-logo .bx-controls-direction a {
    width: 46px !important;
    height: 46px !important;
    background-position: 0 0;
    background-size: 100px;
    top: 30px !important;
}
.client-logo .bx-controls-direction a:hover{
  background-position: 0 0;
  opacity: 0.7;
}
.client-logo .bx-controls-auto{
  display: none;
}
*/
.client-logo .bx-wrapper .bx-prev {
    left: 0px !important;
    background: url(../img/bx-prev.png) no-repeat !important;
    height: 40px !important;
    width: 40px !important;
    background-size: 100% 100% !important;
}
.client-logo .bx-wrapper .bx-next {
    right: 0px !important;
    background: url(../img/bx-next.png) no-repeat !important;
    height: 40px !important;
    width: 40px !important;
    background-size: 100% 100% !important;
}
.client-logo  .bx-wrapper {
    margin: 0 auto;
}
/*--------------------client-logo------------------------*/

/*---------------------need to know---------------------*/
.need-to-sec{
  margin: 100px 0;
  position: relative;
  background: url(../img/need-to-bg.jpg) no-repeat 50% 50%;
  background-size: cover; 
  height: 430px;
  padding: 100px 0;
  color: #fff;
}
.need-to-sec:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    top: 0;
    z-index: 0;
}
.mobile-img{
  position: absolute;
    top: -200px;
    z-index: 99;
}
.need-to-sec .content{
  position: relative;
  z-index: 99;
  font-size: 26px;
  letter-spacing: 0.7px;
  font-weight: 100;
}
.need-to-sec h2{
  color: #fff;
}
.need-to-sec .content ul {
  padding: 0;
  list-style: none;
}
.need-to-sec .content ul li{
  display: inline-flex;
}

/*---------------------End need to know---------------------*/

/*-----------------extensive----------------*/
.extensive{
  padding: 80px 0; 
  position: relative;
}

.extensive ul{
  padding: 0;
  border: 2px solid #dedede;
  width: 100%;
  display: flex;
}
.extensive ul li {
  width: 25%;
  display: inline-block;
  list-style: none;
}
.extensive ul li:nth-child(2) .text-box img{
    width: 30px;
}
.extensive ul .text-box{
  padding: 30px 14px;
  display: flex;
  color: #333;
  position: relative;
}
.extensive ul .text-box img{
  width: 60px;
  height: 100%;
  margin-right: 10px;
}
.extensive ul .text-box h4{
  color: #585858;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  min-height: 20px;
  margin-bottom: 0;
}
 .extensive ul .text-box p{
  font-size: 13px;
  color: #4d4d4d;
  font-weight: 100;
  margin: 0;
}
.extensive ul .text-box .text{
  position: relative;
}
.extensive ul .text-box:before {
    position: absolute;
    height: 70px;
    width: 2px;
    top: 30px;
    right: 0;
    background: #dedede;
    content: "";
}
.extensive ul li:last-child .text-box:before{
  display: none;
}



/*-----------------extensive----------------*/










/*---------------------Footer---------------------*/
footer{
  padding: 80px 0;
  background: url(../img/footer-bg.jpg) no-repeat 50% 50%;
  background-size: cover; 
  color: #fff;
  font-weight: 100;

}

footer h4{
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer ul{
  padding: 0;
}
footer ul li{
  list-style: none;
  line-height: 30px;
}
footer ul li a{
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

.call {
  padding: 20px 0;
}
.call a{
  font-size: 30px;
  font-weight: 600;
    color: #fff;
    transition: all 0.3s;
}
.call a:hover{
    transition: all 0.3s;
    color: #ed1c24;
}
footer p {
    padding-right: 50px;
}
.socia-icon{
  padding: 0;
  margin:20px 0 0; 
}
.socia-icon li{
    display: inline-block;
}
.socia-icon li a i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 31px;
    background: #ed1c24;
    display: block;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    transition: all 0.3s;
    font-size: 20px;
    line-height: 43px;
    transition: all 0.3s;
}
.socia-icon li a i:hover {
    background: #fff;
    transition: all 0.3s;
    color: #ed1c24;
}
.socia-icon li a:hover{
  background: #fff;
  color: #ed1c24;
  transition: all 0.3s;
}
.contact a .fa{
  color: #ec1c24;
  font-size: 20px;
  margin-right: 10px;
}


.copy-right{
  font-size: 14px;
  background: #193152;
  padding: 15px 0;
  text-align: center;
}
.copy-right p{
  margin:0;
  color: #fff;
  font-weight: 100; 
}

.related.products {
    float: left;
    width: 100%;
        margin-top: 60px;
    border-top: 1px solid #ddd;
}

/*------------------------------Woocommerce------------------------------------*/

header.woocommerce-products-header {
    z-index: 0;
}

li.product.product-type-simple {
    border: 1px solid #f7f7f7;
    border-radius: 0;
    margin: 0;
    transition: all 0.3s;
    text-align: center;
}
li.product.product-type-simple:hover{
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px #ddd;
  transition: all 0.3s; 
}

.product.product-type-simple .attachment-woocommerce_thumbnail {
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
    height: 250px !important;
    display: flex !important;
    object-fit: contain;
}
.woocommerce .product a{
  color: #ed1c24;
}
.woocommerce div.product .product_title {
    font-size: 25px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
}

.woocommerce-loop-product__title {
    font-size: 17px;
    color: #777777;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 60px;
    margin-top: 0;
    line-height: 24px;
}
.woocommerce-Price-amount.amount {
    font-size: 20px;
    color: #ed1c24;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}
.button.product_type_simple, button.single_add_to_cart_button.button.alt {
     background: #ed1c24 !important;
    color: #fff !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    transition: all .4s linear .1s;
    display: inline-block !important;
    line-height: 21px !important;
/*    position: absolute !important;
    transform: translate(-50%, -50%);
    top: 90%;
    left: 50% !important;*/
   
} 
.cart button.single_add_to_cart_button.button.alt{
    transform:none;
    top: inherit;
    left: inherit !important;
}
.cart .quantity .input-text{
      border: 1px solid #333;
    height: 40px;
    margin-bottom: 15px;
    color: #333;
    padding: 10px;
}






.product.product-type-simple .button.product_type_simple, .product.product-type-simple .button.yith-wcqv-button {
    opacity: 0; 
    right: 0;
    margin: 0 auto;
    width: auto;
    left: 0;
    font-size: 10px;
}
 .product.product-type-simple .addquotelistlink .button.product_type_simple{
    opacity: 1;
    margin: 0px 0 14px;
    width: auto;
}
.product.product-type-simple .button.yith-wcqv-button {
    position: absolute;
    top:0; 
}
.product.product-type-simple:hover .button.product_type_simple{
    height: auto;
    margin: 10px auto;
    opacity: 1;
}
.product.product-type-simple:hover .button.yith-wcqv-button{
opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    position: absolute;
    top: 80px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    background: #00000094;
    border: none;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.42857143;
    font-weight: 100;
    width: 104px;
    padding: 9px 10px;
    border-radius: 4px;
}
.woocommerce-tabs ul.tabs.wc-tabs{
    padding: 0 !important;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #cddd;
}
.woocommerce .woocommerce-tabs ul.tabs.wc-tabs li{
  border-radius: 0 !important;
  border: none !important;
}
.woocommerce .woocommerce-tabs ul.tabs.wc-tabs li.active{
    background: #193152 !important;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,  .woocommerce div.product .woocommerce-tabs ul.tabs li::after{
  display: none;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel img{
      margin: 10px 40px 0 0 !important;
}
.woocommerce .woocommerce-tabs, .woocommerce-product-details__short-description{
 display: block;
    font-size: 16px;
    font-weight: 100;
    font-family: muli;
    line-height: 25px;
}
.woocommerce-cart table.shop_table{
  border: none !important;
}
.woocommerce-cart-form table.shop_table th{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; 
  color: #000;

}
.woocommerce-cart-form table.shop_table td{
  border: none !important;
}
.woocommerce-cart-form table.shop_table td a{
  color: #333;
}
.woocommerce-cart-form table.shop_table td .amount{
  font-size: 15px;
}

.woocommerce-cart .woocommerce-page table a{
  color: #999;
}
.woocommerce-cart-form .woocommerce-page table .amount{
    font-size: 16px;
    text-align: center;
}

.woocommerce-cart .woocommerce-page table .dvingrandtotal{

}
.woocommerce-cart .woocommerce-page table tbody tr{
  text-align: center;
}

.woocommerce-cart table.shop_table .dvinupdatelist{
    background: #193152;
}

.woocommerce-cart .woocommerce-page .button,  .woocommerce #formtable .button{
  background: #ed1c24 !important;
    color: #fff;
    font-size: 16px;
    padding: 12px 45px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .4s linear .1s;
    display: inline-block;
    line-height: 21px;
    border: 1px solid #ed1c24 !important;
}
.woocommerce-cart .woocommerce-page .button:hover, .woocommerce #formtable .button:hover{
  background: #fff !important;
    color: #333 !important;
    transition: all .4s linear .1s;
}
.woocommerce #formtable  table{
  width: 100%;
}

.woocommerce #formtable {
    border: 1px solid #999;
    padding: 30px 20px;
    margin-top: 50px;
}

.woocommerce #formtable tbody td:first-child{
  color: #333;
  font-weight: 700;
  width: 30%;
}
.woocommerce #formtable tbody td{
  width: 100%;
}
.woocommerce #formtable tbody td input, .woocommerce #formtable tbody td textarea{
      width: 100%;
      border: 1px solid #333;
      height: 40px;
      margin-bottom: 15px;
      padding: 10px;
}
.woocommerce #formtable tbody td textarea{
  height: 100% !important;
}

.woocommerce #customer_login {
  background: #263d5c;
  color: #fff;
  padding: 30px;
  font-weight: 100;
    font-size: 13px;
}
.woocommerce #customer_login h2{
  color: #fff;
}
.woocommerce #customer_login label{
  color: #fff;
}

.woocommerce #customer_login input{
  border: 1px solid #333;
  height: 40px;
  margin-bottom: 15px;
  color: #333;
  padding: 10px;
}
.woocommerce #customer_login a{
  color: #fff;
  font-weight: 900;
}
.woocommerce #customer_login input#rememberme{
  height: auto;
}
.woocommerce #customer_login .button{
    background: #ed1c24 !important;
    color: #fff;
    font-size: 16px;
    padding: 10px 45px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .4s linear .1s;
    display: inline-block;
    line-height: 18px;
    border: 1px solid #ed1c24 !important;
}


.woocommerce #customer_login .button:hover{
    background: #fff !important;
    color: #333 !important;
    transition: all .4s linear .1s;
}
.woocommerce .woocommerce-form__label-for-checkbox {
  float: left;
  margin-right: 30px; 
}

.woocommerce-cart table td.actions {
    background: #efefef;
}

.woocommerce-cart input#coupon_code {
    width: 100%;
    max-width: 130px;
    border-radius: 5px;
    border: 1px dashed #ff0000;
    text-align: center;
    color: #333;
    margin-right: 10px;
    line-height: 27px;
}

.woocommerce-cart .actions button.button{
    background: #ed1c24 !important;
    color: #fff !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    transition: all .4s linear .1s;
    display: inline-block !important;
    line-height: 18px !important;
    font-size: 12px;
}
.woocommerce-cart input#coupon_code::placeholder{
  color: #888;
}
.woocommerce .cart-collaterals .cart_totals{
    border: 1px solid #ddd;
    padding: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #333;
}
.woocommerce .cart-collaterals .cart_totals h2{
  margin: 0;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 10px;
    text-align: right;
    background: #efefef;
}
.woocommerce .cart-collaterals .cart_totals .button {
    background: #ed1c24 !important;
    color: #fff !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    transition: all .4s linear .1s;
    display: inline-block !important;
    line-height: 18px !important;
    font-size: 13px;
    margin: 0;
}
.woocommerce-shipping-calculator .shipping-calculator-button{
  color: #666;
}
.woocommerce .woocommerce-info {
      border-top-color: #193152;
}
.woocommerce .woocommerce-info a, .woocommerce .woocommerce-info:before{
    color: #193152;
}






 .woocommerce-MyAccount-navigation ul li{
      display: block;
    padding-left: 20px;
    font-weight: 600;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    width: 80%;
}
 .woocommerce-MyAccount-navigation ul li a{
  color: #333;
}
 .woocommerce-MyAccount-content{
    font-size: 13px;
    color: #193152;
    margin-bottom: 4px;
    line-height: 30px;
}
 .woocommerce label{
    font-size: 13px;
    color: #193152;
    margin-bottom: 4px;

}
.woocommerce-page input{
    border: 1px solid #333;
    margin-bottom: 20px;
    color: #333;
    padding: 10px;
}
.woocommerce-page #ship-to-different-address{
  margin:0px 0 10px 23px;
}
.woocommerce-page #ship-to-different-address #ship-to-different-address-checkbox{
  margin-top: 01px;
}

.woocommerce-page textarea{
    border: 1px solid #333;
    margin-bottom: 20px;
    color: #333;
    padding: 10px;
}

.woocommerce-page  fieldset{
  margin: 50px 0 30px;
}

.woocommerce-page .woocommerce .button{
    background: #ed1c24 !important;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px !important;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .4s linear .1s;
    display: inline-block;
    line-height: 21px;
    border: 1px solid #ed1c24 !important;
}
.woocommerce-page .woocommerce .button:hover{
    background: #fff !important;
    color: #333 !important;
    transition: all .4s linear .1s;
}
 .woocommerce .checkout h3{
color: #000;
    font-weight: 700;
    margin: 0 0 20px;
}
.woocommerce-page  .woocommerce .checkout h3#order_review_heading{
  margin-top: 50px;
}

.woocommerce-page .woocommerce table.shop_table{
  border: 1px solid rgb(0, 0, 0);
  border-radius: 0;
  padding: 10px;
}

.woocommerce-page .woocommerce .select2-selection{
    border: 1px solid #333;
    margin-bottom: 20px;
    color: #333;
    height: 40px;
    border-radius: 0;
}
.woocommerce-page .woocommerce .select2-selection span{
  line-height: 40px;
  height: 40px;
}
div#order_review {
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}
div#order_review .woocommerce-Price-amount.amount{
  font-size: 15px;
}
select.orderby {
    padding: 5px;
    border: 1px solid #000;
    color: #333;
}


#reviews form label{
  margin: 30px 0 10px;
  color: #333;
  font-weight: bold;
  display: block;
}
#reviews form input, #reviews form textarea{
  border: 1px solid #333;
  padding: 6px 10px;
  width: 100%;
}

#reviews form .required{
  color: #ed1c24;
}
#reviews form input[type="checkbox"]{
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  width: 20px;
}
#reviews form{
  width: 100%;
    max-width: 700px;
}
#reviews form #submit{
  background: #ed1c24 !important;
    color: #fff !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    transition: all .4s linear .1s;
    display: inline-block !important;
    line-height: 21px !important;
    padding: 13px 50px !important;
    margin-top: 30px !important;
    width: auto;
}
#reviews form #submit:hover {
  background: #fff;
    color: #333;
    transition: all .4s linear .1s;
}
.woocommerce div.product .stock {
  font-size: 20px !important;
}
.woocommerce .woocommerce-Tabs-panel #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #333;
    padding: 1em 1em 0;
    border-radius: 0;
}
.woocommerce .comment-text .star-rating span::before{
  color: #ed1c24;
}

.woocommerce .woocommerce-breadcrumb {
    font-size: 12px !important;
    color: #ed1c24 !important;
   background: #f5f5f5;
    padding: 10px !important;
    font-weight: 600;
    margin-bottom: 50px !important;
}  
.woocommerce .about-sec {
    padding: 50px 0;
}
.header-middile .cart-items-count.count {
    display: none;
}
.contact-form h3 {
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
}
.contact-form address {
    margin-bottom: 15px;
}
.contact-form .fa {
    height: 40px;
    font-size: 24px;
    margin-right: 10px;
    width: 24px;
    text-align: center;
    color: #183152;
}
ul, ol {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.contact-form .get_social {
    margin: 20px 0;
}
.contact-form .get_social li {
    display: inline-block;
}
.contact-form .get_social li .fa {
    float: none;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 20px;
    line-height: 27px;
    padding: 5px;
    transition: all 0.3s;
}
.contact-form .get_social li .fa:hover {
    background: #ed1c24;
    border: 1px solid #ed1c24;
    color: #fff;
    transition: all 0.3s;
}
input.wpcf7-form-control.wpcf7-date, input.wpcf7-form-control.wpcf7-number, input.wpcf7-form-control.wpcf7-text, select.wpcf7-form-control.wpcf7-select, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
.wpcf7-form-control.wpcf7-text {
    background-color: rgba(255,255,255,1);
    border-color: rgba(178,178,178,1);
    border-width: 1px;
    border-style: solid;
    color: #010101;
    font-size: 15px;
    line-height: 23px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-box input, .form-box textarea {
    padding: 10px;
    margin: 0 !important;
}
.contact-form {
    padding: 50px 0 0;
}
.tax-product_cat #sidebar {
    display: none;
}

.contact-form input.wpcf7-form-control, .contact-form textarea.wpcf7-form-control{
  width: 100%;
    border: 1px solid #333;
    height: 40px;
    margin-bottom: 15px;
    padding: 10px;
        font-weight: 600;
}
.contact-form textarea.wpcf7-form-control{
  height: auto;
}
.contact-form .read_more .wpcf7-submit {
    background: #ed1c24 !important;
    color: #fff;
    font-size: 16px;
    padding: 10px 45px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .4s linear .1s;
    display: inline-block;
    line-height: 21px;
    border: 1px solid #ed1c24 !important;
        width: auto;

}
.contact-form .read_more .wpcf7-submit:hover{
    background: #fff !important;
    color: #333 !important;
    transition: all .4s linear .1s;
}
.contact-form .addres-box h3{
    font-size: 22px;
    padding-bottom: 30px;
    color: #333;
    font-weight: 700;
    margin: 00;
}
.contact-form .addres-box li{
  margin: 0 0 15px;
}
.contact-form .addres-box li a{
  color: #ed1c24;
}
.contact-form .addres-box li a .fa{

}

.woocommerce-page  h1.woocommerce-products-header__title.page-title{
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-weight: 800;
}





#custom_carousel .item  .top {
    overflow:hidden;
    max-height:300px;
    margin-bottom:15px;
}
#custom_carousel .item {

    color:#000;
    background-color:#fff;
    padding:20px 0;
    overflow:hidden
}
#custom_carousel .item img{
width:100%;
height:auto
}

#custom_carousel .izq 
{
    position:absolute;
  left: -25px;
  top:40%;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
}
/* Next button  */
#custom_carousel .der 
{
       position:absolute;
  right: -25px !important;
  top:40%;
  left:inherit;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
}
#custom_carousel .controls{

    overflow:hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#fff;
    border:0;
}
#custom_carousel .controls .nav{

    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#fff;
    width: auto;
    border: 0;
}
#custom_carousel .controls li {
    transition: all .5s ease;
    display: inline-block;
    max-width: 100px;
    height: 90px;
    opacity:.5;
}
#custom_carousel .controls li a{
    padding:0;
}
#custom_carousel .controls li img{
width:100%;
height:auto
}

#custom_carousel .controls li.active {
    background-color:#fff;
    opacity:1;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}
.mobile_menu {
    display: none;
}
.single-product .single_add_to_cart_button {
    margin-left: 25px !important;
}
.sku_wrapper {
    display: none;
}
.phone_mobile {
    display: none;
}
#yith-quick-view-modal {
    z-index: 999999 !important;
}
.woocommerce-product-gallery .flex-control-thumbs li {
    width: 20% !important;
    padding: 5px;
}

.price del > span {
    text-decoration: line-through;
}

/** New Banner Sec **/

/* .home-banner .banner-content-shortcode rs-module-wrap{width:100% !important;} */


/*------------------------------media------------------------------------*/

@media (min-width:1600px) and (max-width: 1920px) {

.logo {
    max-width: 384px;
    width: 18%;
}

.logo img{
      margin-right: -100px;
      width: auto;
}
.header-middile {
    padding: 40px 0;
}

}
@media (min-width:1366px) and (max-width: 1601px) {
.product.product-type-simple .attachment-woocommerce_thumbnail{
  height: 250px !important;
  object-fit: contain;
}


}
@media (max-width: 1199px) {
/*.sticky .main-row {
    position: initial;
}*/
 .sticky {
     position: fixed;
     top: 0;
     width: 100%;
     left: 0;
     box-shadow: 2px 2px 10px #00000087;
     transition: 0.3s ease-in-out;
     z-index: 999999;
     animation:slide-down 0.8s !important;
}

.top-right-menu {
    display: none;
}
#cssmenu ul ul li a {
    text-align: left;

}
#cssmenu ul ul {
    animation: inherit;
    column-count: auto;
}
#cssmenu ul li:hover > a, #cssmenu ul li.active a, #cssmenu ul li .submenu-opened + a {
    color: #fff;
    transition: 0.3s ease-in-out;
    background: inherit;
}
}

@media (min-width:992px) and (max-width: 1199px) {
header ul li a {
    font-size: 12px;
  }
#cssmenu ul li > a {
    font-size: 13px; 
}
header ul li{
  margin-left: 10px;
}
.thumbnail .caption h4, .thumbnail .caption h4 a {
    font-size: 14px;
    line-height: 20px;
    min-height: 30px;
}
.home-product ul {
  display: inherit;
}
.home-product ul li {
    width: 24.6%;
    display: inline-block;
}
.need-to-sec .content {
    font-size: 20px;
    margin-left: 30px;
}
.thumbnail:hover .caption .rd-btn {
    font-size: 12px;
    padding: 8px 20px;
    width: auto;
}
.about-box p{
  font-size: 14px;
}
.about-box h4 {
    font-size: 20px;
  }
.about-box .overlay{
  padding: 30px 7px;
}
.content-box .text {
    font-size: 16px;
  }
.content-box .rd-btn, .rd-btn {
  font-size: 11px;
  padding: 8px 15px;
  width: auto;
}
.home-banner{
  height: auto;
}
.home-banner .headign {
    font-size: 30px;
  }

.about-box img{
  height: 100%;
}
.call a {
    font-size: 23px;
}
footer h4{
  margin-top: 0;
}
.about-box img {
    min-height: 400px;
}
.content-box img {
    min-height: 190px;
}
.call-to-action p {
    font-size: 16px;
}
.thumbnail .caption {
    padding: 20px 10px;
}
h2 {
    font-size: 24px !important;
}
.woocommerce .woocommerce-loop-product__title{
  font-size: 17px !important;
}
.extensive ul {
    display: block;
}
.extensive ul li {
    width: 49%;
}
.extensive ul li:nth-child(2) .text-box:before{
  display: none;
}
.related.products .woocommerce-loop-product__title{
  font-size: 15px !important;
}

.product-template-default .about-sec {
    padding: 40px 0;
}
.home-product .product .woocommerce-loop-product__title{
    font-size: 15px !important;
    line-height: 20px;
    font-weight: 600;
    text-transform: unset;
}
.product.product-type-simple .attachment-woocommerce_thumbnail{
  height: 250px !important;
  object-fit: contain;
}



}


@media (min-width:768px) and (max-width: 991px) {
header .header-top .contact-dtl {
    padding-right: 20px;
}
header ul li {
    margin-left: 10px;
}
.search-container input[type="text"] {
    width: 250px;
}
.home-banner .banner-content {
    max-width: 650px;
}
.home-banner .headign {
    font-size: 38px;
}
.home-banner p {
    font-size: 16px;
    line-height: 30px;
}
.home-banner {
    height: auto;
}
.search-container .yith-s{
  width: auto;
}

}
@media (max-width: 991px) {

.home-product .thumbnail {
    margin: 0 0 40px;
}
.need-to-sec {
    height: auto;
padding: 60px 0 60px;
    text-align: center;
    margin-bottom: 0;
}
.mobile-img {
    position: relative;
    top: 0;
}
footer {
    text-align: center;
    padding: 80px 0 40px;
}
.socia-icon {
    margin: 20px 0 40px;
}
footer ul {
    margin: 0 0 40px;
}
#cssmenu ul ul{
    column-count: auto;
}
#cssmenu li > ul.open{
      height: auto;
    overflow: visible;
    padding-top: 0;
}
.home-product ul{
  display: block;

}
.home-product ul li {
  width: 49%;
  display: inline-block;
}
#cssmenu #head-mobile{
  right: auto;
  left: 0;
}
.extensive ul li:nth-child(2) .text-box:before{
  display: none;
}
#cssmenu ul ul li a img{
  display: none;
}
.about-box{
  margin: 20px 0;
}
.blog-img{
  margin-bottom: 30px;
}
.blog-row, .blog-row .left{
  text-align: center;
}
.blog-content hr{
  margin: 0 auto 20px !important;
}
.blog-row .row{
  display: grid;
}
.blog-row .left{
  order: 1
}
.extensive ul{
  display: block;
  margin: 0;
}
.extensive ul li {
    width: 49%;
    display: inline-block;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 46% !important;
}
.woocommerce .product .woocommerce-product-gallery, .woocommerce .product .entry-summary {
  float: none !important;
  width: 100% !important;
}
.woocommerce .product .entry-summary{
  margin: 0 0 50px !important;
}

.woocommerce .woocommerce-tabs .woocommerce-Tabs-panel img {
    margin: 10px 0px 20px 0px !important;
    display: block;
    width: 100%;
}
.woocommerce .woocommerce-breadcrumb {
    font-size: 10px !important; 
  }
.cart-box.open .dropdown-menu-mini-cart{
      right: auto;
    left: -39px;
}


}



@media (max-width: 767px) {
.mobile_menu {
    display: block;
}
.mobile_menu li{
    margin-left: 0px;
}
.phone_mobile {
      float: left;
      margin: 0;
}
.phone_mobile .fa{
    color: #ed1c24 !important;
    background-size: 20px;
    position: relative;
    top: 4px;
}

.phone_mobile {
    display: inline-block;
}
.phone_mobile a {
  font-size: 15px;
  position: relative;
    top: 10px;
}
header.sticky .button.button {
    top: 17px;
}
header .header-top .contact-dtl {
    display: none;
}
.header-middile {
    display: block;
    padding: 14px 0;
}
.header-middile .menu-item {
    display: none;
}

.call-to-action p {
    padding: 0 50px;
}
.logo {
    position: relative;
    max-width: 154px;
    width: 100%;
}
.logo img {
    width: 140px;
}
header .header-top {
    display: none;
}
header .button.button {
    top: -134px;
}
.search-container .yith-s{
  width: auto;
}
.client-logo .bx-wrapper {
    margin: 0 auto;
}
.extensive ul li {
    width: 100%;
}
.extensive ul .text-box:before {
    display: none;
}
.extensive ul .text-box img {
    margin-right: 20px;
}
.extensive ul .text-box img {
    margin-right: 20px;
    height: 60px;
    object-fit: contain;
    min-width: 60px !important;
}
.extensive ul .text-box {
    border-bottom: 1px solid #dedede;
}
.home-banner .headign {
    font-size: 34px;
}
.home-banner p {
    font-size: 18px;
}
.home-banner {
    height: auto;
}
.container-fluid {
    padding: 0px 20px !important;
}
.mobile-img img {
    width: 100%;
    max-width: 300px;
}
footer p {
    padding-right: 0;
}
.contact a .fa {
    margin-right: 0px;
    display: block;
}
footer .contact a .fa {
  display: inline-block;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
}
.woocommerce .woocommerce-breadcrumb{
  display: none;
}

.blog-sec h2, .home-product h2, .need-to-sec h2{
      font-size: 23px;
}
.need-to-sec .content p {
  font-size: 17px;
    margin-bottom: 30px;

}
#yith-quick-view-modal #yith-quick-view-content .cart button.single_add_to_cart_button.button.alt,  .has-post-thumbnail button.single_add_to_cart_button.button.alt{
  width: 180px;
}


}
@media (max-width: 640px) {
.home-product, .Home_VM, .blog-sec, .client-logo, .need-to-sec, .extensive, .call-to-action, .about-sec{
  padding: 60px 0;
}
.woocommerce ul.products li.product:last-child{
  margin-bottom: 0 !important;
}
.woocommerce-page h1.woocommerce-products-header__title.page-title{
      font-size: 23px;
}
.woocommerce-page input, .woocommerce-page textarea{
  margin-bottom: 0; 
}
#reviews form label {
    margin: 10px 0 10px; 
}
.home-banner .banner-content{
  padding:0 20px;
}

}

@media (max-width: 500px) {
.call a {
    font-size: 24px;
}
.sticky{
  position: relative;
}
header.sticky .button.button{
  display: none;
}

.phone_mobile a {
    font-size: 13px;
    position: relative;
    top: 4px;
}

.sticky .header-middile{
  animation: slide-down 0.8s !important;
  position: fixed;
  right: 0;
  left: 0;
  background: #fff;
  top: 0px;
}
.logo {
    max-width: 120px;
}
h2 {
    font-size: 20px !important;
    line-height: 26px !important;
}
.product-bottom {
    padding: 60px 20px;
}
.about-box h4 {
    font-size: 24px;
    line-height: 26px;
}
.content-box .text {
    font-size: 16px;
    padding: 20px 5px;
}
.call-to-action p {
    padding: 0 20px;
}
.home-banner .headign {
    font-size: 24px;
}
.home-banner p {
    font-size: 14px;
    line-height: normal;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 100% !important;
}
.woocommerce div.product .product_title {
    font-size: 20px; 
  }

select.orderby, .woocommerce .woocommerce-ordering{
  width: 100%;
}
.woocommerce .woocommerce-loop-product__title {
    font-size: 15px !important;
}
.search-container .yith-s{
  width: 177px;
      padding: 10px;
}
.search-container .yith-s::placeholder{
  font-size: 12px;
}
header .button.button {
    top: -143px;
}
.cart-box.open .dropdown-menu-mini-cart {
    right: auto;
    left: -81px;
}


}
@media (max-width: 360px) {
  .search-container .yith-s {
    width: 230px;
}
.phone_mobile {
    display: block;
    width: 100%;
    float: right;
    position: absolute;
    bottom: -20px;
    background: #000;
    left: 0;
    text-align: center;
}
.phone_mobile a{
  color: #fff;
  top: 0;
}

.phone_mobile + li{
  float: left;
  padding: 10px 0;
}
.cart-box.open .dropdown-menu-mini-cart {
    right: auto;
    left: 0;
    min-width: 270px;
}
.header-middile {
    padding-bottom: 20px;
}

}
.pewc-group-heading-wrapper,.pewc-item-calculation{
  display: none;
}
.pewc-product-extra-groups ul.pewc-checkbox-group-wrapper li {
    margin-left: 10px;
    display: inline-block;
}
.pewc-number-field{
  width: 100px;
  float: right;
}
/*.woocommerce ul.products li.product-type-variable .price, .woocommerce div.product-type-variable p.price {
  display: none !important;
}
.single-product span.woocommerce-Price-amount.amount{
    display: none;
}*/
.pewc-cart-item-price{ display: none; }
dl.variation{font-size: 12px;clear: both;}
dl.variation dt{
  display: inline-block;
  float: left;
  clear: both;
}
dl.variation dd{
  display: inline-block;
  float: left;
}

.addquotelistlink {
  margin-bottom: 20px;
}

li.product_cat-architectural-cladding .woocommerce-Price-amount.amount, .postid-1333 .woocommerce-Price-amount.amount, .postid-1339 .woocommerce-Price-amount.amount, .postid-1336 .woocommerce-Price-amount.amount{
  display: none;
}
.pewc-total-only .woocommerce-Price-amount.amount{
  display: block;
}
.single-product .pewc-total-field span.woocommerce-Price-amount.amount{
    display: block;
}
.product-type-simple .pewc-total-field span.woocommerce-Price-amount.amount:after {
    content: "ex GST";
    padding-left: 10px;
}
