@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body{font-family: "Rubik", sans-serif;}


img{max-width:100%;}
 p{text-align:justify}
.text-left p{ text-align:left}
.text-center p{text-align:center}

::selection{background:#3293da; color:#fff}


#backtotop{ position:fixed;bottom:15px;right:15px;background:#f45d13;width:45px;height:45px;border-radius:35px;z-index:999999;cursor:pointer;transition:0.3s; display:none}
#backtotop:after{content: ''; position: absolute;width: 15px;height: 15px;bottom: 5px;left: 0;right: 0;top: 10px;margin: auto;border-right: 2px solid #fff;border-top: 2px solid #fff;transform: rotate(-45deg);}
#backtotop:hover{background:#000;}


#header {box-shadow:0 5px 10px #dddddd; z-index:123}
#header .site-logo{max-width: 320px;}
#header .header-right{}
#header .site-logo img{ height:60px; }


#header .headermenu {list-style: none;margin: 0 0 0 15px;padding: 20px 0 20px 15px;box-shadow: inset 18px 0 7px -10px rgb(185 185 185 / 42%)}
#header .headermenu>li {display: inline-block;position: relative}
#header .headermenu>li:not(:first-child) {padding-left: 15px;margin-left: 10px;border-left: 1px solid #D1CCCC}
#header .headermenu li ul:before {content: '';left: 55px;width: 15px;height: 15px;position: absolute;margin: auto;top: -7px;transform: rotate(45deg);background: #fff;box-shadow: -1px -1px 0 #ccc}
#header .header-right .headermenu li ul li {display: block;text-align: center;margin-left: 0!important;padding-left: 0!important;border-left: none!important}
#header .header-right .headermenu li ul li:not(:last-child) {border-bottom: 1px solid #f2f2f2}
#header .header-right .headermenu li ul li a {	display: block;	padding: 7px 15px;font-size: 14px;font-weight: 500;color: #000}
#header .headermenu li ul li:hover a {color: red}
#header .headermenu li>a {font-weight: 400;padding: 10px 0 10px 30px;color: #0E0E0E;text-align: left;display: block;line-height: normal;text-transform: capitalize;}
#header .headermenu li>a small {display: block;font-size: 12px;color: #2C2C2C;font-style: italic}
#header .headermenu .user-dropdown>a { background: url(../images/icon-myaccount.png) no-repeat left; position: relative; padding-right: 4px;}

#header .headermenu .mini-cart>a {background: url(../images/icon-cart.png) no-repeat left;}



.navbar {position:relative; }
.navbar .navbar-nav{position:static}
.navbar ul > li {position:relative}
.navbar ul>li> a{color: #000;text-transform: uppercase;text-decoration: none;padding: 10px 22px;font-size: 16px;display: block;font-weight: 400;}
.navbar ul.navbar-nav>li> a{background: no-repeat 0 100%;background-image: linear-gradient(#f65a2a, #f65a2a);background-size: 0% 1px;transition: background-size .3s ease;}


.navbar ul>li.reqbtn> a{color: #fff;background: #084abd;padding: 12px 20px;text-transform: uppercase;font-weight: 400;border-radius: 50px;margin-left: 10px;}
.navbar ul>li.dropdown > a:after{font-family:FontAwesome; content:"\f0d7"; margin-left:5px;}
.navbar ul>li:hover> a{color: #f65a2a;}
.navbar ul>li:last-child{}
.navbar ul>li:last-child a{}
.navbar ul>li:hover> a,.navbar ul>li.active> a{background-size: 100% 1px;}
.navbar ul>li.reqbtn:hover> a,.navbar ul>li.reqbtn.active> a{color:#fff}
.navbar ul>li a.btn-logout{    padding: 6px 20px;border-radius: 27px;background: #ffffff;text-transform: capitalize;font-size: 14px;font-weight: 600;color: #000;border: 0 solid #582e08;box-shadow: 0 3px 5px #543315;}
@media(min-width:768px) {
.navbar{padding: 0;}
#mobileMenuButton{display:none}
.navbar .container{position:relative}
.navbar .navbar-collapse>.navbar-nav{
    z-index: 123;
}
.navbar .navbar-nav>li{}
.navbar .navbar-nav>li:not(:last-child):after{}
.navbar ul>li ul{-webkit-animation-duration: .3s;-moz-animation-duration: .3s;animation-duration: .3s;-webkit-animation-fill-mode: both;-moz-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-iteration-count: 1;-moz-animation-iteration-count: 1;animation-iteration-count: 1;backface-visibility: hidden;-webkit-font-smoothing: antialiased;animation-timing-function: ease-out;-webkit-animation-timing-function: ease-out;-moz-animation-timing-function: ease-out;transform-origin: 50% 0;-ms-transform-origin: 50% 0;-webkit-transform-origin: 50% 0;    -webkit-animation-name: slide-down-slow;-moz-animation-name: slide-down-slow;animation-name: slide-down-slow; display:none;    position: absolute;
    left: 0;
    width: 250px;
    background: #fff; z-index:12; 
   list-style:none; padding:15px 0; margin:0; display:none;box-shadow: 2px 2px 6px #919191;border-radius: 5px;}
@-webkit-keyframes slide-down-slow{0%{-webkit-transform:perspective(1px) scaleY(.1);-moz-transform:perspective(1px) scaleY(.1);-ms-transform:perspective(1px) scaleY(.1);-o-transform:perspective(1px) scaleY(.1);transform:perspective(1px) scaleY(.1)}to{-webkit-transform:perspective(1px) scaleY(1);-moz-transform:perspective(1px) scaleY(1);-ms-transform:perspective(1px) scaleY(1);-o-transform:perspective(1px) scaleY(1);transform:perspective(1px) scaleY(1)}}
@keyframes slide-down-slow{0%{-webkit-transform:perspective(1px) scaleY(.1);-moz-transform:perspective(1px) scaleY(.1);-ms-transform:perspective(1px) scaleY(.1);-o-transform:perspective(1px) scaleY(.1);transform:perspective(1px) scaleY(.1)}to{-webkit-transform:perspective(1px) scaleY(1);-moz-transform:perspective(1px) scaleY(1);-ms-transform:perspective(1px) scaleY(1);-o-transform:perspective(1px) scaleY(1);transform:perspective(1px) scaleY(1)}}
}

.navbar ul>li:not(.has-megamenu) ul:before{content:'';position: absolute;left: 20px;top: -8px;width: 16px;height: 16px;background: #fff;transform: rotate(45deg);box-shadow: -2px -2px 2px rgb(0 0 0 / 14%);}
.navbar ul>li:hover> ul{ display:block}
.navbar ul>li ul.right{left:auto; right:0}
.navbar ul>li:not(.has-megamenu) ul.right:before{left:auto; right:40px;}

.navbar ul > li .hasSub{position: relative;right: 2px;top: 15px;float: right;z-index:123;font-size: 12px;}
.navbar ul > li .hasSub i {margin-right: -2px;}
.navbar ul > li li:not(:last-child) {border-bottom: 1px solid #e1e5ed;}
.navbar ul > li li a{color: #000;text-shadow: none;padding: 10px 15px;font-weight: 400;text-transform: capitalize;}
.navbar ul > li li:hover>a{background: #FFF1F1; color:#000}
.navbar ul > li button.sub-menu-toggle {display: none;}
.navbar ul > li.has-megamenu{position:static}
.navbar ul > li.has-megamenu>a{position:relative}
.navbar ul > li.has-megamenu:hover>a:after{content:'';position: absolute;left: 15px;bottom:0px;border-bottom: 9px solid #fff;border-left: 10px solid transparent;border-right: 10px solid transparent; z-index:123}
.navbar ul > li.has-megamenu ul{width: 100%;right: 15px;left: 15px;padding: 15px;column-count: 4;}

.pageContent{ position:relative; }
.pageContent .pageOverlay{position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.4);left: 0;top:0;z-index: 12;opacity:0; transition:.5s; display:none}
.pageContent.showNav .pageOverlay{ opacity:1;display:block}


/* menu start */
.mobileNavWrapper ul.nav li a { border-top: 1px solid #e8e8e8; display:block; color: #000; font-size: 14px; text-transform: uppercase; padding:7px 15px; font-weight:500  }
.mobileNavWrapper ul li a:hover, .mobileNavWrapper ul li.active a { color: #FFF; background: #408e01; text-decoration:none; }
.mobileNavWrapper { background:#fff; width: 250px; height: 100%; min-height: 100%; position: fixed; right: -250px; padding-top:50px; top: 0; overflow-x: hidden; z-index: 16; }
.mobileNavWrapper h2{    font-size: 23px;
    padding: 15px; margin:0px}
.mobileNavWrapper, .header {
 transition: all .30s ease; -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); -webkit-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }
.pageContent{ transition:all .30s ease;-webkit-backface-visibility:hidden;-ms-backface-visibility: hidden;backface-visibility: hidden;}
.mobileNavWrapper .navbar-nav li{ position:relative}
.mobileNavWrapper .navbar-nav li ul{padding: 0;box-shadow: none;margin: 0;border: none; width:100%; min-width:auto; display:none}
.mobileNavWrapper .navbar-nav li ul ul{}
.mobileNavWrapper ul.nav li li a {padding: 10px 15px;font-size: 95%;border-color: #efefef;color: #4e4e4e;line-height: normal;font-weight: 500;}
.mobileNavWrapper .navbar-nav li .hasSub{position: absolute;right: 0;width: 45px;height: 41px;top: 0;z-index: 123;background: #ff0000;cursor: pointer;}
.mobileNavWrapper .navbar-nav li .hasSub:after{ position:absolute;     content: '';width: 12px;height: 12px;border-top: 2px solid #fff;border-right: 2px solid #fff;left: 18px;top: 12px;transform: rotate(135deg);}

.mobileNavWrapper.showNav, .header.showNav, .pageContent.showNav { -webkit-transform: translateX(-250px); -ms-transform: translateX(-250px); transform: translateX(-250px); }
#mobileMenuButton{float: right;margin: 20px 0 0 0;font-size: 25px;color: #000;padding: 0;position: absolute;right: 15px;}
/* menu close */



/* code of owl-carousel script  */
.owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); position: relative; z-index: 1; }
.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; }
.owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-stage-outer.owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; }
.owl-controls .owl-nav div, .owl-controls .owl-dot { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url('owl-video-play.png') no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; transition-property: scale; transition-duration: 100ms; transition-timing-function: ease; }
.owl-carousel .owl-video-play-icon:hover { -moz-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; transition-property: opacity; transition-duration: 400ms; transition-timing-function: ease; }
.owl-carousel .owl-video-frame { position: relative; z-index: 1; }
.owl-loaded { display: block; }
.owl-loading { opacity: 0; display: block; }
.owl-hidden { opacity: 0; }
.owl-carousel .owl-refresh .owl-item { display: none; }
.owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-item img { }
.owl-carousel.owl-text-select-on .owl-item { -webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto; }
.owl-carousel .owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }
.owl-carousel .owl-item img.owl-lazy { opacity: 0; }
.owl-carousel .owl-item img {}
.owl-carousel .owl-stage.backfacefix .owl-item { -webkit-backface-visibility: hidden; }
.owl-rtl { direction: rtl; }
.owl-rtl .owl-item { float: right; }
.no-js .owl-carousel { display: block; }
.animated { -webkit-animation-duration: 600ms; animation-duration: 600ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.owl-animated-in { z-index: 0 }
.owl-animated-out { z-index: 1 }
.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }
 @-webkit-keyframes fadeOut {  0% { opacity: 1;} 100% { opacity: 0;}}
 @keyframes fadeOut {  0% { opacity: 1;} 100% { opacity: 0;}}
.owl-carousel .owl-nav.disabled{display:none}
.owl-carousel .owl-nav{text-align:center}
.owl-carousel .owl-nav .owl-prev{}
.owl-carousel .owl-nav .owl-next{}


.slider{}
.slider .carousel-item img{ width:100%}

.title{color:#292929; font-size:18px; font-weight:300}
.title p{opacity:0.8}
.title h1{text-transform:capitalize; color:#171717;margin: 0;font-weight: 600;}
.title h1 strong{color: #2d79fd;font-weight: 600;}
.title h2{font-weight:600}
.title h3{font-weight:300; margin:0}
.title h5{font-weight:300}
.title h6{text-transform:uppercase;color: #0439bb;margin: 0 0 5px;font-weight: 300;letter-spacing:2px}


.cat-item{width: 100%;display: block;position: relative;}
.cat-item img{ width:100%;border-radius:20px 20px 0 0;}
.cat-item .desc{margin-top:6px}
.cat-item .desc h2{font-size:16px;color:#3a3a3a;font-weight: 400;}

.products{}
.products .item{}
.products .item .thumb{overflow:hidden;}
.products .item .thumb img{width: 100%; transition:0.8s}
.products .item:hover .thumb img{transform:scale(1.2)}
.products .item .desc{padding: 15px 5px 10px;}
.products .item .desc h2{font-size: 16px;font-weight: 500; margin: 0 0 5px}
.products .item .desc h2 a{color: #343333;}
.products .item .price{font-size: 16px;color: #084abd;font-weight: 400;margin: 5px 0;}
.products .item .btn{padding: 8px 30px;text-transform: uppercase;}



.section-offer{background:#6f2cb1}
.section-offer .col-item{}
.section-offer .col-item .item{background:#e9defc;color: #000;display: block;border-radius: 12px;padding: 30px;position:relative;height: 260px;}
.section-offer .col-item .item img{position:absolute;right: 0;bottom: 0;width: 70%;}
.section-offer .col-item .item .desc{position:relative; z-index:1}
.section-offer .item h6{color:#000;opacity: 0.6;font-weight: 300;font-size: 14px;}
.section-offer .item h2{font-size: 20px;}
.section-offer .item .shop-now{font-size: 12px;text-decoration: underline;opacity: 0.8;letter-spacing: 1px;}
.section-offer .col-item:nth-child(1) .item{background:#e9defc;}
.section-offer .col-item:nth-child(2) .item{background:#e7f6f3;}
.section-offer .col-item:nth-child(3) .item{background:#fff0cf;}


.section-testimonials{background:#edf5ff; position:relative; padding:40px 0;}
.section-testimonials .title p{text-align:left; font-size:16px}
.section-testimonials .item{background: url(../images/quote.png) no-repeat 30px 30px #fff;border-radius:12px;margin: 10px 0;font-size:90%;position:relative;min-height: 270px;padding: 30px 30px 70px;}
.section-testimonials .item .author{margin: 0;position: absolute;left: 30px;bottom: 10px;right: 0;padding-left: 55px;}
.section-testimonials .item .author img{position:absolute;left: 0;width: 42px;border-radius: 50px;height: 42px;border: 1px solid #ccc;}
.section-testimonials .item h3{font-size: 16px;color:#000;margin-bottom: 5px;}
.section-testimonials .item h6{font-size: 13px;font-weight: 400;letter-spacing: 1px;text-transform: uppercase;}
.section-testimonials .item .desc{font-size: 120%;font-weight: 300;color: #171717;margin-top: 55px;max-height: 100px;overflow: auto;}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -8000px 0;
  }
}


.latest-news{}
.latest-news .item{line-height: 1.6; font-size:14px;}
.latest-news .item .thumb{position:relative;overflow:hidden;border-radius: 6px;}
.latest-news .item .thumb img{width:100%}
.latest-news .item .post-date{opacity: 0.6;color: #343333;margin-top: 10px;}
.latest-news .item .thumb img{width: 100%; transition:0.8s}
.latest-news .item:hover .thumb img{transform:scale(1.2)}
.latest-news .item h3{margin: 5px 0;font-size: 18px;}
.latest-news .item h3 a{color:#000000}
.latest-news .item .desc{display: -webkit-box;max-height: 70px;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;white-space: normal;-webkit-line-clamp: 3;}




#footer {background: #1b2a4c;color: #fff;font-size: 100%;font-weight: 300;}
#footer a {color: #bac4df;text-decoration:none}
#footer a:hover {color: #fff;}
#footer hr {border-color: rgb(255 255 255 / 74%)}
#footer .h3{font-size: 20px;color:#ffffff;margin:0 0 10px;text-transform:capitalize;font-weight: 400;position:relative}
#footer .h3:after{background:#324a7f;width: 40px;height: 2px;content: '';position: absolute;top: 10px;margin-left: 10px;}
#footer ul {list-style: none;padding: 0;margin: 0}
#footer .ftrnav li {margin-bottom: 5px;}
#footer .social li {display: inline-block}
#footer .social i {width: 42px;height: 42px;line-height: 42px;background: #fff;text-align: center;border-radius: 50px;color: #1b2a4c;font-size: 26px;}

#copyright ul{margin:0}
#copyright ul li{display:inline-block}
#copyright ul li a{ padding:0 5px;}
#copyright ul li:not(:last-child):after{ content:'|'}

#comments .comment-respond{box-shadow: 0 0 15px #ccc;}
#comments a{color:#4167a6}
#comments .comment-respond .comment-reply-title,#comments .comments-title{    background: #4167a6;color: #fff;font-size: 18px;padding: 10px 20px;font-weight: 500;}
#comments .comment-respond .comment-form{ padding:20px;display: flex; flex-wrap: wrap;}
#comments .comment-respond .comment-form p{width:100%;}
#comments .comment-respond .comment-form .comment-form-author,
#comments .comment-respond .comment-form .comment-form-email,
#comments .comment-respond .comment-form .comment-form-url{width:32%; margin-right:2%}
#comments .comment-respond .comment-form .comment-form-url{margin-right:0}
#comments .comment-respond .comment-form label{font-weight:600}
#comments .comment-respond .comment-form .required{color:#ff0000}
#comments .comment-respond .comment-form textarea,
#comments .comment-respond .comment-form input[type="text"],
#comments .comment-respond .comment-form input[type="url"],
#comments .comment-respond .comment-form input[type="email"]{width:100%;padding: 5px 15px;border: 1px solid #ccc;border-radius: 4px;outline: none;}
#comments .comment-respond .comment-form input[class="submit"]{    background: #325480;color: #fff;border-radius: 50px;padding: 10px 45px;border: none;text-transform: uppercase;}
#comments ol{ list-style:none;    padding: 0;}
#comments ol ol{padding-left:30px;}
#comments .comment-meta {display:flex;border-bottom: 3px solid #cfd5dd;font-size: 13px; padding-bottom:5px;    margin-bottom: 10px;}
#comments .comment-meta .comment-author {width: 50%;}
#comments .comment-meta .comment-author img {width:35px; height:35px;}
#comments .comment-meta .comment-metadata {width: 50%;text-align: right;padding-top: 5px;font-size: 12px;}
#comments .comment-body {background: #f3f8ff;margin-bottom: 10px;padding: 10px;}

.blog-detail .thumb img{    max-width: 100% !important; width:100%; height:auto!important}
.innerContent pre{background: #f4f8ff;}


.download-detail .thumb img{height: auto !important; max-width: 100% !important;}
.download-detail .btn-download{padding: 15px 50px;border-radius: 50px;}

.notice-message {border: 1px solid #f59494;background: #ffdfdf;padding: 20px;border-radius: 12px;color: #8b3030;text-align: justify;font-family: Georgia;font-size: 110%;}

.filter-row h4{margin:0}
.filter-row{position:relative;background: #cfdeff;padding: 5px 10px;font-size: 90%;width: 100%;display: inline-block;}
.filter-row .woocommerce-result-count{margin:6px 0}
.filter-row a{color:#2563f4}

.box-content{background: #fff;border-radius: 6px;padding: 20px 30px; box-shadow:0 3px 6px #ccc}

.products .item{box-shadow: 0 0 15px #ccc; position:relative}
.products .item .thumb{overflow:hidden;}
.products .item .thumb img{width: 100%; transition:0.8s}
.products .item:hover .thumb img{transform:scale(1.2)}
.products .item .desc{padding: 20px 10px 10px;}
.products .item h2{font-size: 16px;font-weight: 500; color:#03183a}
.products .item .price{font-size: 120%;color: #2278fe;font-weight: 300;margin: 5px 0 0; display:block}
.products .item .price del{color: #ff0000;margin-right: 9px;font-weight: 400;}
.products .item .price ins{text-decoration:none}
.products .item .btn{padding: 8px 30px;text-transform: uppercase;}
.products .item a.button,.products .item .added_to_cart.wc-forward{display:none;}


.product-detail h1{}
.product-detail .images{position:relative}
.product-detail .promo-code{font-size: 20px;font-weight: bold;color: #215ec3;padding: 5px 25px;border: 1px dashed #215ec3;display: inline-block;border-radius: 10px;}
.product-detail .availability{font-size:16px; color:#000;font-weight: normal;margin-left: 15px;}
.product-detail .rating{}
.product-detail .rating i.fa{color:#f2b206}
.product-detail .rating span{margin-right:15px}
.product-detail .summary .price{font-size:36px!important;color: #215ec3 !important;margin:0 0 10px;font-weight: 300;}
.product-detail .summary .price del{color: #ff0000;margin-right: 9px;font-weight: 400; font-size:80%}
.product-detail .summary .price ins{text-decoration:none; font-weight:300!important}
.product-detail p{text-align:left}
.product-detail .quantity label{display:block;font-size: 16px;margin: 0 0 5px;}
.product-detail .quantity{display:flex;margin: 0 0 10px 0;margin-right: 25px;}
.product-detail .quantity button.button {background: none; }
.product-detail .quantity .qty{float:left;height: 43px;border: 1px solid #cdcdcd!important;border-right:none;font-size: 18px;border-left:none;outline: none;width: 80px;border-radius: 0;text-align: left;padding: 5px;text-indent: 5px;font-weight: 500;color:#000;background: #fff;}
.product-detail .quantity button[type="button"] {background: none;border: 1px solid #cdcdcd;height: 43px;width: 50px;font-size: 24px;line-height: 24px;font-weight: 400;color: #000;float:left;outline:none;}




.woocommerce div.product div.images,.woocommerce div.product div.summary{width:100%; margin-bottom:0}
.woocommerce div.product div.summary .product_meta .sku_wrapper,.woocommerce div.product div.summary .product_meta .posted_in{ display:block}
.woocommerce div.product form.cart div.quantity{width: 100%;margin: 0 0 15px;}
.woocommerce div.product form.cart button.button {background: url(../images/icon-cart-wh.png) no-repeat 22px #215ec3;padding: 15px 30px 15px 60px;font-size: 18px;border-radius: 6px;background-size: 23px;font-weight: 400;}
.product-detail .box-content{    box-shadow: 0 0 25px #e0e9de;}
.woocommerce div.product .woocommerce-tabs ul.tabs{background: #194faa;color: #fff;font-size: 16px;padding: 9px 20px 0;font-weight: 500;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{margin-right:8px;margin-right: 8px;background: rgb(255 255 255 / 82%);  color: #000;    border: none; padding:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 30px; font-weight:500}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{color: #215ec3}
.woocommerce div.product .woocommerce-tabs .panel{padding:10px 30px;}
.woocommerce div.product .woocommerce-tabs .panel h2{text-transform: uppercase;font-size: 18px;border-bottom: 1px solid #ccc;padding-bottom: 5px; margin:0 0 15px;}
.woocommerce div.product .woocommerce-product-rating{ margin-bottom:10px;}
.woocommerce-error, .woocommerce-info, .woocommerce-message{background-color: #d4e4ff;padding:10px 10px 10px 40px;border-top-color: #507ecb;}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{top: 12px;left: 16px;color: #215ec3;}
.woocommerce-message .button {background: #215ec3 !important;color: #fff !important;font-weight: 400!important;}
.woocommerce-account .woocommerce-MyAccount-content{width:100%; padding:2em}
.woocommerce-account .woocommerce-MyAccount-navigation{width:100%; padding:2em 0}
.woocommerce-info{border-top-color: #a6c191;}
.addresses .woocommerce-Address{background:#fff}
.addresses .woocommerce-Address header.title{background: #e1e1e1;padding: 6px 15px;}
.addresses .woocommerce-Address header.title h3{ font-size:16px; color:#000; margin:0}
.addresses .woocommerce-Address header.title .edit{background: #000;color: #fff;padding: 2px 15px;border-radius: 25px;font-size: 10px;text-transform: uppercase;}
.addresses .woocommerce-Address address{padding: 15px;}
.wc-block-cart__submit .wc-block-cart__submit-button{background: #215ec3;color: #fff;padding: 15px;font-size: 18px;}
.wc-block-cart .wc-block-cart-items{}
.wc-block-cart .wc-block-cart-items thead th{ font-size:14px}
.wc-block-cart .wc-block-cart-items .wc-block-components-sale-badge{background: #215ec3;color: #fff;}

.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper{padding:6px 0!important}
.wp-block-woocommerce-cart-totals-block .wc-block-components-totals-item__description .wc-block-components-totals-shipping__via {color:#68881d; font-weight:700}
.wp-block-woocommerce-checkout-actions-block .wc-block-components-checkout-place-order-button{background: #215ec3;color: #fff;border: none;font-size: 20px;text-transform: uppercase;padding: 6px 15px !important;}
.woocommerce .products .star-rating{display: inline-block;}
.woocommerce div.product div.images img{ max-width:100%!important}



/********************************************
*                                           *
*                                           *
*             MEDIA QUERY                   * 
*                                           *
*                                           *
*********************************************/
@media(max-width:1400px){
.navbar ul>li> a{padding: 14px 15px;font-size: 14px;	}

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

}

@media(max-width:1199px){

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

	
}
@media(max-width:767px){
.text-xs-center{text-align:center!important}


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

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


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


}