/* Project: Planet Nails Neto site
   Author: Waqas @Swiftproductions
   Created by: Danny on 20 Mar 2020

   Last Modified by: Danny 16/05/2020 @ 11:30am
*/



body {
    background-color: #fff /*{body|background-color}*/;
    background-image: none /*{body|background-image}*/;
    font-size: 14px /*{body|body-font-size}*/;
    color: #222 /*{body|text-colour}*/;
}
a, a:hover, a:active, .btn-link, .btn-link:hover{
    color: #333 /*{body|link-colour}*/ text-decoration:none;
}
.wrapper-header {
    background-color: #fff /*{header|background-colour}*/;
    border:none;
    margin-bottom:0px;
}
.wrapper-header a, .wrapper-header a:hover, .wrapper-header a:active {
  color: #1f1f1f /*{header|link-colour}*/
}
.wrapper-header .btn-default {
    background-color: #efefef /*{header|button-colour}*/;
    border-color: #efefef /*{header|button-colour}*/;
    color: #333 /*{header|button-text-colour}*/;
}
.header-search .ajax_search {
    border-color: #efefef /*{header|button-colour}*/;
    box-shadow: none;
    border-width: 2px;
}
.navbar.navbar-default {
    background-color: #002324 /*{header|menu-background-colour}*/;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover,
.navigation-list li a:hover,.navbar-default .navbar-nav > li:hover > a,
.navigation-list li:hover a, .navigation-list li a,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff /*{header|menu-colour}*/;
}
@media (max-width: 767.98px){
    .navbar-nav .dropdown-menu .dropdown-item{
        color: #fff /*{header|menu-colour}*/
    }
    .shop-online .product-detail ul {
        display: flex;
        flex-wrap: wrap;
    }
    .shop-online .product-detail ul > li {
        order: 0;
    }
    .shop-online .product-detail ul>li:first-child {
        order: 1;
    }
    .shop-online .product-detail ul>li:nth-child(2) {
        order: 2;
    }
}
a#cartcontentsheader {
    padding: 13px 17px;
    background-color: #5d7c81 /*{header|Cart-icon-background-colour}*/;
    color: #fff /*{header|Cart-icon-text-colour}*/;
    border: none;
}
.wrapper-footer {
    background-color: #002324 /*{footer|background-color}*/;
    color: #fff /*{footer|text-colour}*/;
}
.wrapper-footer a, .wrapper-footer a:hover, .wrapper-footer a:active {
    color: #fff /*{footer|link-colour}*/;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
    color: #333 /*{buttons | btn-default-text-colour}*/;
    background-color: #fff /*{buttons | btn-default-background-colour}*/;
    border-color: #ccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
    color: #333 /*{buttons | btn-default-text-colour-hover}*/;
    background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
    border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
    color: #333 /*{buttons | btn-default-text-colour-hover}*/;
    background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
    border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
    color: #333 /*{buttons | btn-default-text-colour-hover}*/;
    background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
    border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
    color: #fff !important;
    background-color: #5ce1e6;
    border-color: #14c1c7;
}
.btn-primary:hover {
    color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
    background-color: #14c1c7 /*{buttons | btn-primary-background-colour-hover}*/;
    border-color: #5ce1e6 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
    background-color:  #002324 /*{buttons | btn-primary-background-colour-hover}*/;
    border-color: #002324  /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
    background-color: #14c1c7 /*{buttons | btn-success-background-colour-hover}*/;
    border-color: #5ce1e6 /*{buttons | btn-success-border-colour-hover}*/;
}
/* Success button */
.btn-success {
    color: #fff !important;
    background-color: #5ce1e6;
    border-color: #14c1c7;
}
.btn-success:hover {
    color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
    background-color: #14c1c7 /*{buttons | btn-primary-background-colour-hover}*/;
    border-color: #5ce1e6 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff /*{buttons | btn-success-text-colour-hover}*/;
    background-color:  #5d7c81 /*{buttons | btn-success-background-colour-hover}*/;
    border-color: #5d7c81 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff /*{buttons | btn-success-text-colour-hover}*/;
    background-color: #14c1c7 /*{buttons | btn-success-background-colour-hover}*/;
    border-color: #5ce1e6 /*{buttons | btn-success-border-colour-hover}*/;
}

/* Custom styles by WK */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}




/* Common css // START */


body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
a {
    margin: 0;
}

a:focus,input:focus{
    outline: none; box-shadow:none !important;
}

button:focus {
    outline: none;box-shadow:none !important;
}

a, a:hover {
    text-decoration: none;
}


.container {
    width: 100%;
    max-width: 1570px;
    padding: 0px 15px;
    margin: auto;
    /* overflow: hidden; */
}
.featured-slider .container {
    max-width: 1600px;
}
.web-heading {
    text-align: center;
}

.web-heading > h2 {
    font-size: 30px;
    color: #484848;
    font-weight: 400;
    position: relative;
}
.web-heading h2:before {
    content: '';
    width: 96px;
    position: absolute;
    border: 1px solid #5ce1e6;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -9px;
}


/* Common css // end */



/* custom css // start */


/*
=============================================================================
=========================== home page // start ==============================
=============================================================================
*/

 /*========================= header // start ==========================*/


header {
    float: left;
    width: 100%;
}

/* top-bar // start */

header .top-bar {
    background: #484848;
    overflow: hidden;
    height: 41px;
}





header .top-bar p {
    float: left;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    margin-top: 10px;
}

header .top-bar ul {
    list-style: none;
    float: right;
    margin-top: 9px;
}

header .top-bar ul li {
    display: inline-block;
    margin-right: 39px;
}

header .top-bar ul li:last-child {
    margin-right: 0;
}

header .top-bar ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    transition: .5s;
}

header .top-bar ul li a:hover {
    color: #5ce1e6;
}

/* top-bar // end */

/* inner-header // start */

header .inner-header {
    float: left;
    width: 100%;
    margin-top: 34px;
    z-index: 9999;
    transition: 0s;
}

header .header-contact {
    float: left;
    margin-top: 61px;
    font-size: 16px;
    font-weight: 600;
    color: #353535;
}

header .header-contact span a {
    color:#5ce1e6;

}

header .logo {
    float: left;
    margin-left: 448px;
}

header .logo img {
    width: 100%;
    /* max-width: 90%; */
}

header .cart {
    float: right;
    margin-top: 78px;
    margin-right: 7px;
}

header .cart .fas {
	color: #5ce1e6;
    font-size: 25px;
    position: relative;
    top: 3px;
}

header .cart form {
    display: none;
}
header .header-contact a {
    font-size: 16px;
    font-weight: 400;
    color: #353535;
}

header .header-contact a span {
    color: #5ce1e6;
}

header .header-contact p {
    font-size: 16px;
    font-weight: 400;
    color: #959595;
    margin-top: -3px;
}


header .cart a:nth-child(2) {
    margin-right: 17px;
    font-weight: 600;
}

header .cart a {
    font-size: 15px;
    color: #353535;
    font-weight: 400;
    transition: .5s;
}

header .cart a:hover {
    color: #5ce1e6; text-decoration:none;
}

header .cart a span {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: #5ce1e6;
    text-align: center;
    line-height: 37px;
    color: #fff;
    border-radius: 50%;
    margin-right: 12px;
}

header .cart a span.wk_subtotal {
    background: none;
    color: #353535;
    width: auto;
    height: auto;
    border-radius: 0;
    margin-right: 0;
    line-height: normal;
}
header .cart a:hover span.wk_subtotal {
    color: #5ce1e6; text-decoration:none;
}
header .cart a img {
    display: inline-block;
    vertical-align: sub;
    width: 26px;
    height: 21px;
    margin-right: 11px;
}
/* inner-header // end */

#sitenotice {
	background: #666;
    color: #fff;
    padding: 11px;
    margin: 5px auto;
    text-align: center;
}
#sitenotice .fas {
	display:inline-block;
}

#sitenotice p {
	display:inline-block;
}
#sitenotice p,
#sitenotice a {
	color:#fff;
}

#sitenotice a {
	text-decoration:underline;
}

.topspace {
	clear:both;
	text-align:center;
}

.backvideo {
    max-width: 1540px;
    margin: 0 auto;
}
.backvideo video {
    width: 100%;
    height: auto;
}

/* header Fix // start */

header.header-fixed #sitenotice {
	display:none;
}

header.header-fixed .top-bar {
    position: fixed;
    width: 100%;
    z-index: 9;
}




header.header-fixed .inner-header {
    position: fixed;
    width: 100%;
    background: #fff;
    margin: 41px 0px 0px 0px;
    padding: 25px 0px;
    box-shadow: 0px 0px 11px 0px #00000038;
}

header.header-fixed .header-contact {
    display: none !important;
}

header.header-fixed .logo{
    margin: 0;
}

header.header-fixed .cart form button {
    background: none;
    border: none;
    margin-left: 10px;
    position: absolute;
    right: 14px;
    top: 13px;
    color: #5ce1e6;
    font-size: 16px;
}
header.header-fixed .logo img {
    width: 100%;
    max-width: 60px;
}

header.header-fixed .top-bar {
	display:none;
}

header.header-fixed .inner-header {
	margin:0;
	padding: 13px 0;
}

header.header-fixed .cart form input {
    width: 530px;
    height: 45px;
}

header.header-fixed .cart{
    margin: 0;
}

header.header-fixed .inner-header .container {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
}

header.header-fixed .cart {
    margin: 0;
    display: flex !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

header.header-fixed .cart form label {
    position: absolute;
    right: 18px;
    color: #5ce1e6;
    font-size: 20px;
    top: 9px;
}

header.header-fixed .cart form {
    position: relative;
    margin-right: 5px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /* width: 100%; */
}

header.header-fixed .cart form input {
    width: 546px;
    height: 48px;
    border: 1px solid #c9c9c9;
    padding: 0px 35px 0px 10px;
}
header.header-fixed .cart form input::placeholder {    font-size:15px;
    font-weight:300;
    color:#484848;
}

header.header-fixed .cart a:last-child {
    margin-left: 5px;
    margin-right: 7px;
}

header.header-fixed .cart a:nth-child(2) {
    margin-right: 15px;
    margin-left: 24px;
}

header.header-fixed .cart a:nth-child(2) {
    font-weight:600;
}

.topspace.marTop{
    margin-top:17%;
}

.burger_toggle {
    display: inline-block;
    vertical-align: middle;
}

.burger {
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 4px;
  background-color: #333;
  margin: 4px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-4px, 4px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}


/* header Fix // end */




 /*========================= header // end ==========================*/


 /*========================= nav // start ==========================*/

nav {
    float: left;
    width: 100%;
    margin-top: 25px;
}
nav .container {
    position: relative;
}

nav .nav-icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    position: relative;
    top: -1px;
    margin-right: 7px;
}

nav .nav-icon:after, nav .nav-icon:before, nav .nav-icon span {
    display: block;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    content: '';
    margin: 7px 0;
    height: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #fff;
}




nav .nav-icon:after, nav .nav-icon:before, nav .nav-icon span {
    display: block;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    content: '';
    margin: 3px 0;
    height: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background-color: #000;
}

nav .category-nav li:hover .nav-icon:before {
    transform: translateY(12px) rotate(135deg);
    -webkit-transform: translateY(4px) rotate(135deg);
    -moz-transform: translateY(12px) rotate(135deg);
}

nav .category-nav li:hover .nav-icon:after {
    transform: translateY(-12px) rotate(-135deg);
    -moz-transform: translateY(-12px) rotate(-135deg);
    -webkit-transform: translateY(-8px) rotate(-135deg);
}

nav .category-nav li:hover .nav-icon span {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}


nav .category-nav {
    float: left;
    list-style: none;
    width: 23%;
    margin-bottom: 0;
}

nav .category-nav > li {
    position: relative;
    display: inline-block;
    padding: 0px 0px 8px 0px;
}

nav .category-nav > li:hover > ul {
    visibility: visible;
}

nav .category-nav > li:hover > a {
    color: #5ce1e6;
}
nav .category-nav li > a {
    font-size: 20px;
    font-weight: 400;
    color: #484848;
}
nav .category-nav ul {
    width: 353px;
	height:530px;
    box-shadow: 0px 0px 5px 0px #0000002e;
    padding: 0px 0px 0px 0px;
    list-style: none;
    position: absolute;
    top: 34px;
    visibility: hidden;
    background: #fff;
    z-index: 2;
}

nav .category-nav ul ul li a:hover {
	color:#fff;
}

nav .category-nav ul li {
    padding: 12px 12px;
}

nav .category-nav ul li i{
    display:none;
}

nav .category-nav ul ul {
    left: 353px;
    background: #5ce1e6;
    top: 0;
    bottom: 0;
    visibility: hidden;
}

nav .category-nav ul li:first-child {
    padding-top: 15px;
}
nav .category-nav ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #484848;
    text-transform: uppercase;
}

nav .category-nav ul li:hover {
    background: #5ce1e6;
}

nav .category-nav ul li:hover ul{
    visibility:visible;
}

nav .category-nav ul li:hover ul li a:hover {
    /* text-decoration: underline; */
}

/*main-nav*/
nav .main-nav {
    float: right;
    list-style: none;
    margin-right: 90px;
    margin-bottom: 0;
    margin-top:5px;
}

nav .main-nav li:last-child {position: relative;margin-right: 0px;}

nav .main-nav li {
    display: inline-block;
    position: relative;
    text-align: right;
    margin-right: 39px;
}


nav .main-nav li a {
    font-size: 15px;
    font-weight: 300;
    color: #484848;
    transition: .5s; text-transform:uppercase;
}

nav .main-nav li a:hover {
    color: #5ce1e6;
}

nav .search-form {
    text-align: right;
    position: relative;
}

nav .search-form input {
    height: 56px;
    position: absolute;
    top: -15px;
    right: 0;
    width: 29px;
    transition: .5s;
    border: none;
    cursor: pointer;
    padding: 0px 44px 0px 14px;
    opacity: 0;
}

nav .search-form ::placeholder{
    font-size:15px;
    font-weight:300;
    color:#484848;
}

nav .search-form input:focus button {
    pointer-events: auto;
}

nav .search-form input:focus{
    width: 637px;
    cursor: auto;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 0px #00000052 !important;
    outline: none;
    font-size: 15px;
    color: #484848;
    font-weight: 300;
    opacity: 1;
}

nav .search-form button {
    position: absolute;
    right: 2px;
    top: -8px;
    color: #5ce1e6;
    border: none;
    background: none;
    height: 15px;
    cursor: pointer;
    font-size: 17px;
    width: 35px;
    height: 40px;
    background: #fff;
}


nav .category-nav > li > a:nth-child(2) {
    display: none;
}



 /*========================= nav // end ==========================*/
 /*========================= banner // start ==========================*/

.banner {
    float: left;
    width: 100%;
}


.banner .banner_img img {
    width: 100%;
    max-width: 1540px;
    max-height: 449px;
}

 /*========================= banner // end ==========================*/

 /*========================= shop-online // start ==========================*/

 .shop-online {
    float: left;
    width: 100%;
    margin-top: 64px;
}

.shop-online .web-heading {
    max-width: 815px;
    margin: auto;
}

.shop-online .web-description p {
    font-size: 18px;
    font-weight: 400;
    color: #353535;
    margin-top: 31px;
    line-height: 26px;
}


.shop-online .product-detail {
    margin-top: 40px;
    width: 100%;
}

.shop-online .product-detail ul {
    list-style: none;
    text-align: center;
}

.shop-online .product-detail ul li {
    display: inline-block;
    margin:5px;
}

.shop-online .product-detail ul li:nth-child(3n) {
    margin-right: 0;
}
.shop-online .product-detail .product-info {
    position: relative;
}

.shop-online .product-detail .product-info img {
    width: 100%;
    max-width: 500px;
    max-height: 360px;
	transition:0.3s;
}


.shop-online .product-detail .product-info img:hover {
	opacity: 0.6;
}

.shop-online .product-detail .product-info .overlay {
    position: absolute;
    bottom: 0px;
    padding: 24px 0px 23px 0;
    background: rgba(255, 255, 255, 0.41);
    width: 100%;
    text-align: center;
	display:none;
}
.shop-online .product-detail .product-info:hover .overlay {

background: rgba(157, 237, 240, 0.60);
}
.shop-online .product-detail .product-info .overlay p {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000; padding:0 10px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.44);
}
.shop-online .product-detail .product-info:hover .overlay p {

color: #fff;
}
 /*========================= shop-online // end ==========================*/
 /*========================= featured-slider // start ==========================*/


.featured-slider {
    float: left;
    width: 100%;
    margin-top: 34px;
}


.featured-slider .featured-detail {
    text-align: center;
    margin: auto;
    max-width: 230px;
}


.featured-slider .img-wrapper img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 202px;
    width: auto;
}

.featured-slider .img-wrapper {
    text-align: center;
    height: 202px;
    position: relative;
}


.featured-slider .featured-detail span.wk-prod-title{
    font-size: 17px;
    font-weight: 600;
    color: #484848;
    margin-top: 40px;
    display:block;
    line-height: 20px;
    height:40px;
    text-transform: uppercase;
}
.featured-slider .featured-detail p{
    font-size:14px;
}
.featured-slider .featured-detail h4 {
    font-size: 20px;
    font-weight: 600;
    color: #484848;
    margin-top: 28px;
}

.featured-slider .featured-detail h4 span {
    /* font-weight: 400; */
    color: #484848;
    /* text-decoration: line-through; */
}

.featured-slider .featured-product {
    margin-top: 0px;
}

.featured-slider .sale-tag {
    position: absolute;
    left: 0;
    top: 0;
}

.featured-slider .featured-info {
    position: relative;
    padding: 65px 0px 23px 0px;
    transition: .5s; touch-action:manipulation;
    margin: auto;
}

.featured-slider .featured-info:hover {
    box-shadow: 0px 0px 6px 0px #00000047;touch-action: manipulation;
}

.featured-slider .featured-info:hover .add-card {
    visibility: visible;
    opacity: 1;
}

.featured-slider .sale-tag p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.featured-slider .sale-tag {
    position: absolute;
    left: 5px;
    top: 31px;
    width: 52px;
    height: 23px;
    background: #bd0e3b;
    line-height: 23px;
    border-radius: 7px;
}

.featured-slider .add-card {
    width: 220px;
    height: 60px;
    display: inline-block;
    border: 2px solid #5ce1e6;
    line-height: 57px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #5ce1e6;
    border-radius: 21px;
    margin-top: 29px;
    transition: .3s;
    visibility: hidden;
    margin-left: auto;
    opacity: 0;
    padding: 0;
    margin-right: auto;
}

.featured-slider .add-card i {
    margin-right: 9px;
}

.featured-slider .add-card:hover {
    background: #5ce1e6;
    color: #fff;
}

.featured-slider .featured-product .slick-list {
    padding: 14px 2px;
}


.featured-slider .slick-prev:before {
    content: "\f104" !important;
    color: #000;
    font-family: FONTAWESOME;
    font-size: 30px;
    position: relative;
    left: -5px;
}

.featured-slider .slick-next:before {
    content: "\f105" !important;
    color: #000;
    font-family: FONTAWESOME;
    font-size: 30px;
    position: relative;
    left: 10px;
}

.featured-slider .slick-prev, .slick-next {
    width: 40px;
    height: 40px;

}

.featured-slider .slick-next:hover:before{
    color: #5ce1e6;
}


.featured-slider .slick-prev:hover:before {
    color: #5ce1e6;
}

.slick-dots {
    display: none !important;
}
 /*========================= featured-slider // end ==========================*/


 /*========================= featured-slider // end ==========================*/

.instagram {
    float: left;
    width: 100%;
    margin-top: 76px;
}

.instagram .instagram-img {
    text-align: center;
    width: 100%;
    margin: 36px auto 0 auto;
    overflow: hidden;
    max-width: 715px;
}
.instagram-img a {
    width: 168px;
    height: 168px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.instafeed-image {
    height:168px;
}
.instagram .instagram-img img {
    /* width: 100%; */
    /* max-width: 703px; */
    margin-top: 5px;
    margin-bottom: 24px;
}
.wk_followinsta {
    float: left;
    width: 100%;
    text-align: center;
}

 /*========================= featured-slider // end ==========================*/

 /*========================= footer // start ==========================*/

 footer {
    float: left;
    width: 100%;
    background: #efefef;
    padding: 53px 0px 0px 0px;
    margin-top: 35px;
}

footer .f-category h2 {
    font-size: 16px;
    font-weight: 600;
    color: #353535;
    margin-bottom: 20px;
}

footer .f-category {
    display: inline-block;
    vertical-align: top;
}

footer .f-category ul {
    list-style: none;
}
footer .f-category ul li {
    padding: 0px 0px 0px 12px;
    margin: 0px 0px 9px 0px;
}
footer .f-category ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #353535;
    position: relative;
    transition: .5s;
}
footer .f-category.sec-3 ul li a {
    line-height: 13px;
}
footer .f-category ul li a:hover {
    color: #5ce1e6;
}

footer .f-category ul li a i {
    color: #5ce1e6;
    position: absolute;
    left: -13px;
    top: 3px;
}


footer .f-category.sec-1 {
    width: 169px;
}

footer .f-category.sec-2 {
    width: 168px;
    margin-left: 67px;
}

footer .f-category.sec-3 {
    width: 227px;
    margin-left: 86px;
}

footer .f-category.sec-4 {
    margin-left: 57px;
    width: 373px;
}

footer ul.footer-contactus li {
    padding: 0;
    margin: 0;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #353535;
    padding: 0px 0px 0px 43px;
    line-height: 20px;
}

footer ul.footer-contactus li a {
    display: block;
    position: initial;
}


footer ul.footer-contactus li img {
    position: absolute;
    left: 1px;
    top: 2px;
}

footer ul.footer-contactus li strong {
    font-weight: 600;
}

footer ul.footer-contactus li:nth-child(1) {
    margin-bottom: 40px;
    margin-top: 25px;
    max-width: 230px;
}

footer ul.footer-contactus li a:nth-child(1) {
    margin-bottom: 14px;
}


footer ul.footer-contactus li:nth-child(2) a:nth-child(1) img
{
      top: 0px;
}

footer ul.footer-contactus li:nth-child(2) a:nth-child(2) img {
    top: 40px;
}

footer ul.footer-contactus li:nth-child(2) {
    margin-bottom: 45px;
    line-height: 16px;
}

footer ul.footer-contactus li:nth-child(3) {
    line-height: 26px;
}

footer .f-category.sec-5 {
    width: 218px;
    margin-left: 65px;
}

footer .f-category.sec-5 ul li {
    padding: 0;
    margin: 25px 0 0 0;
}


footer .f-category.sec-5 ul li img {
    width: 100%;
    background-color:#fff;
    padding: 4px;
    border-radius:5px;
    max-width: 67px;
    margin-bottom: 9px;
    margin-right: 8px;
}

footer ul.footer-contactus li .fas, footer ul.footer-contactus li .far {
    font-size: 20px;
    color: #949494;
    display: inline-block;
    clear: both;
    position: absolute;
    left: 11px;
}

footer ul.footer-contactus li:nth-child(1) .fas {
    font-size: 26px;
}

footer ul.footer-contactus li:nth-child(2) .fas {
}

footer ul.footer-contactus li:nth-child(3) .fas {
}

footer ul.footer-contactus li:nth-child(4) .far {
}

footer .f-category.sec-5 ul li img:nth-child(3n+3) {
    margin-right:0;
}
footer .sub-footer p:nth-child(1) {
    float: left;
}

footer .sub-footer {
    padding: 22px 0px 44px 0px;
    overflow: auto;
    border-top: 1px solid #b7b7b7;
    margin-top: 30px;
}

footer .sub-footer p:nth-child(2) {
    float: right;
}


footer .sub-footer p {
    font-size: 15px;
    font-weight: 400;
    color: #828282;
}

footer .sub-footer p a{
    color: #828282;
    transition: .5s;
}

footer .sub-footer p a:hover {
    color: #5ce1e6;
}

 /*========================= footer // end ==========================*/




/*
=============================================================================
=========================== home page // end ================================
=============================================================================
*/
 /*========================= breadcrumb // start ==========================*/

.breadcrumb {
    float: left;
	text-align:left;
    width: 100%;
    background: none;
    display: inline;
    margin: 0;
    padding: 0;
}
.breadcrumb .breadcrumb {
    border-top: 1px solid #484848;
}
.breadcrumb .breadcrumb ul {
    margin-bottom:0;

}
.breadcrumb .breadcrumb ul li {
    display: inline-block;
    list-style: none;
    margin: 11px 0px 0 0;
    color: #838383;
}
.breadcrumb .breadcrumb ul li i.fa-angle-right {
margin-right:10px;
}
.breadcrumb .breadcrumb ul li a {
    color: #868686;
}
.breadcrumb .breadcrumb ul li > a {
    margin: 0 12px 0 0px;
    font-size: 13px;
    font-weight: 300;
}
.breadcrumb .breadcrumb ul li a:hover {
   color: #5ce1e6;
}

 /*========================= breadcrumb // end ==========================*/

/*
============================================================================
=========================== cataloge page // start =========================
============================================================================
*/



 /*========================= catagory // end ==========================*/

.cataloge{
    width: 100%;
    float: left;
}

.wk_searchpage h2 {
	margin-top:15px;
}
.catagory-detail {
    float: left;
    width: 100%;
    padding: 20px;
}
.catagory-detail h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 23px 0;
	text-align:left;
}
.catagory-detail p {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.catagory-detail ul {
    max-width: 100%;
    float: left;
}


.catagory-detail ul a {
    height: 110px;
    width: 203px;
    vertical-align: middle;
    margin: 5px;
    display: flex;
    background: #f8feff;
    border: 1px solid #b3fcff;
    border-radius: 6px;
    float: left;
    text-align: center;
}
.catagory-detail ul a:hover {
	background:#fff;
}

.catagory-detail ul li {
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    margin: auto;
    transition: 0.3s;
    font-weight: 600;
}

.catagory-detail iframe {
    float: right;
}

.catagory-vedio{
    float: right;
    width: 20.5%;
    padding: 51px 0 0 0;
}
.catagory-vedio img {
    float: right;
    width: 315px;
}

 /*========================= catagory // end ==========================*/

 /*========================= product-herder // start ==========================*/
 .product-herder{
    float: left;
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 9px 0 0px 0;
    margin: 39px 0 0 0;
 }

.product-herder .product-item h2 strong {
    color: #5ce1e6;
}

.product-herder .product-search {
    float: right;
    width: 26%;
}

.product-herder .product-item {
    float: left;
    width: 50%;
}
.product-herder .product-item h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 11px 0 0 0;
	text-align:left;
}
.product-herder .product-item strong {
    font-size: 20px;
    font-weight: bold;
}
.product-herder .product-search .search-option{
    float: right;
    width: 100%;
    line-height: 45px;
}
.product-herder .search-option label {
    font-size: 16px;
    color: #353535;
    font-weight: bold;
    margin: 1px 14px 0 0;
    float: left;
}
.product-herder .search-option select {
    height: 46px;
    width: 291px;
    font-size: 16px;
    padding: 0 0 0px 14px;
    margin: 0 0 10px 0;
    float: right;
}



 /*========================= product-herder // end ==========================*/


 /*========================= pagination // start ==========================*/

.pagination{
    float: left;
    width: 100%;
    text-align: center;
}
.pagination .container {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    margin: 50px 0 0 0;
    padding: 36px 0 0 0;
}
.pagination .pagination {
  display: flex;
  justify-content: center;
}

.pagination .pagination a {
  color: #828282;
  float: left;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 20px;
}

.pagination .pagination a.active {
  color: #5ce1e6;
}

.pagination .pagination a:hover:not(.active) {
  color: #5ce1e6;
}

 /*========================= pagination // end ==========================*/


 /*========================= feature product // start ==========================*/


.feature-product {
    float: left;
    width: 100%;
    margin-top: 55px;
}
.feature-product .product-info ul {
    text-align: center;
}
.feature-product .product-info ul li {
    list-style: none;
    width: 24%;
    display: inline-block;
    margin: 0 5px 10px 0;
}


#n_checkout section.warehouse.wk-cartpage li {
    list-style: none;
    width: 24%;
    display: inline-block;
    margin: 0 5px 10px 12px;
}

.feature-product .product-info ul li:nth-child(4n+4),
#n_checkout section.warehouse.wk-cartpage li:nth-child(4n+4) {
    margin: 0px 0px 10px 0px;
}
.feature-product .featured-detail,
#n_checkout section.warehouse.wk-cartpage .featured-detail {
    text-align: center;
    margin: auto;
    max-width: 230px;
}


.feature-product .img-wrapper img,
#n_checkout section.warehouse.wk-cartpage .featured-detail .img-wrapper img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-height: 202px;
}

.feature-product .img-wrapper,
#n_checkout section.warehouse.wk-cartpage .featured-detail .img-wrapper {
    text-align: center;
    height: 202px;
    position: relative;
}


.feature-product .featured-detail p, #n_checkout section.warehouse.wk-cartpage .featured-detail p {
    font-size: 14px;
    margin-top: 13px;
}
.feature-product .featured-detail span.wk-prod-title,
#n_checkout section.warehouse.wk-cartpage .featured-detail span.wk-prod-title {
    font-size: 17px;
    font-weight: 600;
    color: #484848;
    margin-top: 40px;
    display:block;
    line-height: 20px;
    height: 60px;
    text-transform: uppercase;
}
.feature-product .featured-detail h4,
#n_checkout section.warehouse.wk-cartpage .featured-detail h4 {
    font-size: 20px;
    font-weight: 600;
    color: #484848;
    margin-top: 28px;
}

.feature-product .featured-detail h4 span,
#n_checkout section.warehouse.wk-cartpage .featured-detail h4 span {
    font-weight: 600;
    color: #484848;
    /* text-decoration: line-through; */
}

.feature-product .featured-product {
    margin-top: 0px;
}

.feature-product .sale-tag,
#n_checkout section.warehouse.wk-cartpage .featured-detail .sale-tag {
    position: absolute;
    left: 0;
    top: 0;
}

.feature-product .featured-info,
#n_checkout section.warehouse.wk-cartpage .featured-info{
    position: relative;
    padding: 30px 0px 23px 0px;
    transition: .5s;
}

.feature-product .featured-info:hover,
#n_checkout section.warehouse.wk-cartpage .featured-info:hover {
    box-shadow: 0px 0px 8px 0px #00000047;
}

.feature-product .featured-info:hover .add-card,
#n_checkout section.warehouse.wk-cartpage .featured-info:hover .add-card{
    visibility: visible;
    opacity: 1;
}

.feature-product .sale-tag p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.feature-product .sale-tag {
    position: absolute;
    left: 5px;
    top: 31px;
    width: auto;
    height: 23px;
    background: #bd0e3b;
    line-height: 23px;
    border-radius: 7px;
}
.feature-product .sale-tag-1,
#n_checkout section.warehouse.wk-cartpage .feature-product .sale-tag-1 {
	left:61px;
	position: absolute;
    top: 31px;
    width: auto;
    height: 23px;
    background: #bd0e3b;
    line-height: 23px;
    border-radius: 7px;
}
.sale-tag span.badge.badge-warning {
    background: none;
    color: #fff;
}

.sale-tag-1 span.badge.badge-secondary {
    color: #fff;
    background: none;
}
.feature-product .add-card,
#n_checkout section.warehouse.wk-cartpage .featured-detail .add-card{
    width: 231px;
    height: 60px;
    display: inline-block;
    border: 2px solid #5ce1e6;
    line-height: 57px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #5ce1e6;
    border-radius: 21px;
    margin-top: 29px;
    transition: .3s;
    visibility: hidden; padding:0;
    opacity: 0;
}

.feature-product .add-card i,
#n_checkout section.warehouse.wk-cartpage .featured-detail .add-card i {
    margin-right: 9px;
}

.feature-product .add-card:hover,
#n_checkout section.warehouse.wk-cartpage .featured-detail .add-card:hover {
    background: #5ce1e6;
    color: #fff;
}

 /*========================= feature product // end ==========================*/



/*
============================================================================
=========================== cataloge page // end ===========================
============================================================================
*/



/*
============================================================================
=========================== contactus page // end ===========================
============================================================================
*/



 /*========================= contact banner // start ==========================*/

#contact-banner{
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}
#contact-banner .contact-banner{
    background-image: url(../img/contact-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#contact-banner .contact-banner h2 {
    text-align: center;
    padding: 106px 0 89px 0;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
}

 /*========================= contact banner // end ==========================*/

 /*========================= contact form // start ==========================*/

.contact-form{
    width: 100%;
    float: left;
}
 .contact-form .container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
 .contact-form .contact-form{
    width: 50%;
    padding: 49px 0 0 0;
}
 .contact-form .contact-address{
    width: 50%;
    padding: 49px 0 0 150px;
}
.contact-form .contact-form h2 {
    font-size: 15px;
    font-weight: bold;
    color: #353535;
    margin: 0 0 46px 0;
    padding: 0 0 0 3px;
}

.contact-form .contact-form form input[type=text], select {
  width: 100%;
  padding: 13px 0px 13px 13px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 12px;
  resize: vertical;
  font-size: 19px;
  font-weight: 400;
}
.contact-form .contact-form form input[type=email], .contact-form select {
  width: 100%;
  padding: 13px 0px 13px 13px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 12px;
  resize: vertical;
  font-size: 19px;
  font-weight: 400;
}
.contact-form .contact-form form input[type=tel], select {
  width: 100%;
  padding: 20px 0px 19px 13px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 10px;
  resize: vertical;
  font-size: 19px;
  font-weight: 400;
}
.contact-form .contact-form form textarea {
  width: 100%;
  height: 207px;
  font-family: 'Open Sans', sans-serif;
  padding: 23px 0px 22px 21px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  font-size: 19px;
  font-weight: 400;
  resize: vertical;
}

.contact-form .contact-form form input[type=submit] {
  text-align: center;
  background-color: #5ce1e6;
  color: white;
  border: none;
  height: 79px;
  cursor: pointer;
  width: 100%;
  max-width: 331px;
  font-size: 36px;
  font-weight: 400;
  margin: 15px 0 0 0;
}

.contact-form .contact-form form input[type=submit]:hover {
  background-color: #aba8a8;
}
.contact-form .contact-address h2{
    font-size: 15px;
    font-weight: bold;
    color: #353535;
}

.contact-form .contact-address ul {
    padding: 51px 0 0 25px;
    margin-bottom:0;
}
.contact-form .contact-address ul li {
    list-style: none;
    margin: 0px 0 27px 0;
    text-align: left;
    position:relative;
    padding: 0 0 0 18px;
}
.contact-form .contact-address ul li a {
    color: #353535;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    position: relative;
}
.contact-form .contact-address ul li a img {
    color: #828282;
    position: absolute;
    left: -43px;
    top: 3px;
}
 .contact-form .contact-address ul li img {
    color: #828282;
    position: absolute;
    left: -24px;
    top: 5px;
}

.contact-form .contact-address ul li:nth-child(2) a img {
    top:5px;
}
.contact-form .contact-address iframe {
    width: 100%;
    height: 317px;
    margin: 7px 0 34px 0;
}
::placeholder {
  font-size: 19px;
  font-weight: 400;
  color: #414141;
}

 /*========================= contact form // end ==========================*/




/*
============================================================================
=========================== general page // start ==========================
============================================================================
*/

 /*========================= breadcrumb // start ==========================*/

/*  .breadcrumb .breadcrumb ul li {
    display: inline-block;
    list-style: none;
    margin: 11px 0px 0 0;
    color: #838383;
} */

 /*========================= breadcrumb // end ==========================*/

 /*========================= contact banner // start ==========================*/

.general-banner, .contact-banner{
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}
.general-banner .general-banner, .contact-banner .contact-banner{
    background-image: url(../img/general-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0;
}
.general-banner .general-banner h2, .contact-banner .contact-banner h2 {


      text-align: center;
    padding: 110px 0 91px;
    color: #fff;
    font-size: 29px;
    font-weight: 400;
}

 /*========================= contact banner // end ==========================*/

 /*========================= warehouse // start ==========================*/
.cataloge-page footer {
    margin-top: 20px;
}
.warehouse{
    float: left;
    width: 100%;
}
section.warehouse.wk-generalpage {
    margin-top:53px; font-size:15px;line-height:26px;
}
.section-left{
    float: left;
    width: 46.5%;
    padding: 0 0 0 0;
 }
.section-right{
    float: right;
    width: 47.5%;
 }
 .section-left h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 22px 0;
}
.section-left p {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 50px 33px;
    line-height: 26px;
}
.section-right iframe {
     float: right;
    margin: 5px 50px 0 0;
    height: 317px;
    width: 521px;
}

.section-left h1 {
    margin: 0 0 10px 0;
}
.section-left h3 {
    margin: 0 0 10px 0;
}
.section-left h4 {
    margin: 0 0 10px 0;
}
.section-left h5 {
    margin: 0 0 10px 0;
}
.section-left h6 {
    margin: 0 0 10px 0;
}

.section-left ul li {
    list-style: none;
    margin: 0 0 10px 0;
}
.section-left ol li {
    list-style: none;
    margin: 0 0 10px 0;
}
 /*========================= warehouse // end ==========================*/

section.warehouse.wk-generalpage p{
font-size:15px;
margin-bottom:52px;line-height:26px;
}
section.warehouse.wk-generalpage a {
    color:#5ce1e6;
}
section.warehouse.wk-generalpage h1{
font-size:30px;
margin-bottom:35px;
}
section.warehouse.wk-generalpage h2{
font-size:18px;
margin-bottom:25px;
}
section.warehouse.wk-generalpage h3{
font-size:22px;
margin-bottom:35px;
}
section.warehouse.wk-generalpage h4{
font-size:20px;
margin-bottom:35px;
}
section.warehouse.wk-generalpage h5{
font-size:18px;
margin-bottom:35px;
}
section.warehouse.wk-generalpage ul, section.warehouse.wk-generalpage ol {
    margin-left:20px;
}
/*
============================================================================
=========================== general page // end ============================
============================================================================
*/

/*
============================================================================
=========================== product page // start ==========================
============================================================================
*/


 /*========================= breadcrumb // start ==========================*/

/* .breadcrumb {
   float: left;
     width: 100%;
}
.breadcrumb .breadcrumb {
    border-top: 1px solid #484848;
}
.breadcrumb .breadcrumb ul li {
    display: inline-block;
    list-style: none;
    margin: 15px 10px 0 0;
    color: #838383;
}
.breadcrumb .breadcrumb ul li a {
    color: #868686;
}
.breadcrumb .breadcrumb ul li > a {
    margin: 0 12px 0 0px;
    font-size: 13px;
    font-weight: 300;
}
.breadcrumb .breadcrumb ul li a:hover {
   color: #5ce1e6;
}

.product-page .breadcrumb .breadcrumb ul li {
    margin: 11px 10px 0 0;
}
.product-page .breadcrumb .breadcrumb ul li > a {
    margin: 0 7px 0 0px;
    font-size: 13px;
    font-weight: 300;
} */
 /*========================= breadcrumb // end ==========================*/


 /*========================= gallery // end ==========================*/

.medicool-gallery{
    float: left;
    width: 100%;
    margin-top: 38px;
}
.medicool-gallery .gallery{
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

 /*====== product gallery // start ======*/

.medicool-gallery .product-gallery{
    width: 50%;
}
.medicool-gallery .gallery-detail{
    width: 50%;
    text-align: left;
}
.medicool-gallery .product-gallery .gallery-img {
    width: 100%;
    border: 1px solid #b7b7b7;
    max-width: 650px;
}
.medicool-gallery .gallery-img img{
    max-width: 601px !important;
    width: 100%;
}

.medicool-gallery .thumbnail-detail .thumbnail {
    display: inline-block;
    border: 1px solid #b7b7b7;
    width: 135px;
    height: 135px;
    position: relative;
    margin-right: 18px;
}
.medicool-gallery .thumbnail-detail .thumbnail img {
    width: 125px;
    height: 104px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.medicool-gallery .thumbnail-detail {
    text-align: left;
    margin: 18px 0 0 0;
}

 /*====== product gallery // end ======*/
 /*====== product detail // start ======*/

.medicool-gallery .gallery-detail h2 {
    font-size: 27px;
    font-weight: 400;
    color: #353535;
}
.medicool-gallery .gallery-detail h3 strong {
    font-size: 14px;
    font-weight: bold;
    margin: 0 15px 0 0;
    color: #353535;
}
.medicool-gallery .gallery-detail h3 {
    font-size: 14px;
    font-weight: 400;
    color: #353535;
    margin-top: 13px;
}
.medicool-gallery .gallery-detail h4 {
    text-align: center;
    width: 70px;
    border-radius: 5px;
    border: 1px solid #19910d;
    font-size: 14px;
    height: 23px;
    background: #19910d;
    color: #fff;
    margin-top: 17px;
}

.medicool-gallery .gallery-detail form label {
    color: #a7a7a7;
    font-size: 13px;
    font-weight: 400;
    margin-right: 11px;
}
.medicool-gallery .gallery-detail form input {
    width: 35px;
    height: 33px;
    padding: 0px 0px 0 7px;
    font-size: 20px;
    color: #8f8f8f;
    line-height: normal;
    border-radius: 0;
    text-align: center;
}

.medicool-gallery .add-card {
    width: 230px;
    height: 60px;
    display: inline-block;
    border: 2px solid #5ce1e6;
    line-height: 57px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #5ce1e6 !important;
    background:none;
    border-radius: 21px;
    transition: .3s;
    text-align: center;
    padding:0;
    margin-left: 62px;
}

.medicool-gallery .gallery-detail form span {
    font-size: 50px;
    font-weight: 300;
    color: #484848;
    margin-left: 46px;
}

.medicool-gallery .quantity {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.medicool-gallery .quantity form {
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.medicool-gallery .quantity {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 16px;
}

.medicool-gallery .add-card:hover {
    background: #5ce1e6;
    color: #fff !important;
}

.medicool-gallery .payment-detail img {
    display: inline-block;
    vertical-align: top;
}

.medicool-gallery .payment-detail a {
    font-size: 14px;
    font-weight: 400;
    color: #3b7eb0;
    display: inline-block;
    vertical-align: top;
    margin-left: 16px;
}

.medicool-gallery .payment-detail p {
    font-size: 16px;
    font-weight: 300;
    color: #353535;
    margin-top: 5px;
}

.medicool-gallery .payment-detail p span {
    font-weight: 700;
}

.medicool-gallery .product_video {
    margin-top: 76px;
}

.medicool-gallery .product_video img {
    width: 100%;
}

.medicool-gallery .payment-detail {
    margin-top: 50px;
}
.medicool-gallery .payment-detail strong {
font-weight:600;
}
 /*====== product detail // end ======*/



 /*========================= gallery // end ==========================*/

 /*========================= tabs // start ==========================*/


    /* ========== Tabs // start ========== */
    .tabs-container {
        margin-top: 101px;
        float: left;
        width: 100%;
    }


     .tabs {
         width: 100%;
         box-sizing: border-box;
         position: relative;
    }

     .tabs:after {
         content: '';
         display: table;
         clear: both;
    }
     .tabs input[type=radio] {
         display: none;
    }
     .tabs label {
         font-size: 23px;
         color: #000000;
         display: inline-block;
         font-weight: 400;
         margin-right: 103px;
         cursor: pointer;
    }

     .tabs label.tab5 {
        margin-right: 0;
    }

     .tabs [id^="tab"]:checked + label {
         z-index: 9999;
         color: #5ce1e6;
    }
.tab-content {
    display: block;
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 34px 0 25px 0;
    border-top: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
    margin-top: 15px;
}
     #tab1:checked ~ #tab-content1, #tab2:checked ~ #tab-content2, #tab3:checked ~ #tab-content3, #tab4:checked ~ #tab-content4, #tab5:checked ~ #tab-content5, #tab6:checked ~ #tab-content6 {
         display: block;
    }

	.tab-content .table th,
	.tab-content .table td {
		border-bottom: 1px solid #dee2e6 !important;
	}

     #tab-content5 {
         position:relative;
    }
     .btn-contact-tabs {
         background: #a6171e;
         width: 209px;
         height: 54px;
         line-height: 54px;
         font-size: 17px;
         font-weight: 500;
         color: #fff;
         text-align: center;
         position: absolute;
         top: 13px;
         right: 19px;
         text-transform: uppercase;
         transition: 0.5s all;
         cursor: pointer;
    }
     .btn-contact-tabs:hover {
         background: #7c1015;
         color: #fff;
    }
     .btn-contact-tabs a {
         color:#fff;
    }

     .tab-content * {
         -webkit-animation: scale 0.7s ease-in-out;
         -moz-animation: scale 0.7s ease-in-out;
         animation: scale 0.7s ease-in-out;
    }
     .tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {
         color: #000;
         font-weight:600;
         margin: 15px 0;
         letter-spacing: 1px;
         margin-bottom: 41px;
    }

    .tab-content ul {
    }
     .tab-content h1 {
         font-size: 26px;
    }
     .tab-content h2 {
         font-size: 25px;
    }
     .tab-content h3 {
         font-size: 23px;
    }
     .tab-content h4 {
         font-size: 21px;
         text-transform: uppercase;
    }
     .tab-content h5 {
         font-size: 20px;
         font-weight:600;
    }
     .tab-content h6 {
         font-size: 18px;
    }
     .tab-content p, .tab-content ul, .tab-content ol {
         color: #000;
         font-size: 18px;
         line-height: 26px;
         font-weight: 400;
         margin-bottom: 26px;
         padding: 0px 3px 0px 3px;margin-top: 19px;
    }
     .tab-content p a, .tab-content ul li a, .tab-content ul a li, .tab-content ol li a, .tab-content ol a li{
         color: #28bdb3 !important;
    }
     span.text {
         text-decoration: underline;
    }
     .tab-content ul, .tab-content ol {
         margin-left: 38px;
         margin-top: 27px;
    }
     .tab-content ol ol li {
         list-style-type: lower-alpha;
    }
     .tab-content ol ol ol li {
         list-style-type: lower-roman;
    }
     .tab-content ul ul li {
         list-style-type: circle;
    }
     .tab-content ul ul ul li {
         list-style-type: square;
    }
     @keyframes scale {
         0% {
             transform: scale(0.9);
             opacity: 0;
        }
         50% {
             transform: scale(1.01);
             opacity: 0.5;
        }
         100% {
             transform: scale(1);
             opacity: 1;
        }
    }


    /* ========== Tabs // END ========== */


.product-page footer {
    margin-top: 84px;
}




iframe body.iframe {
    padding: 0;
    margin: 0;
    background: transparent;
    overflow: hidden !important;
}

.juicer-feed h1.referral a {
    display: none !important;
}


.instagram-feeds{
    width: 100% !important;
    height: 1000px;
}


/*
============================================================================
=========================== product page // end ============================
============================================================================
*/







/* custom css // end */



.swiper-container {
      width: 100%;
      height: 100%;
      padding: 4px 5px;
      /* overflow: initial; */
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -15px;
    left: auto;
}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

     }

     .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
    color: #cbcbcb;
}

.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color:#5ce1e6;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -15px;
    right: auto;
}

.swiper-button-next:focus , .swiper-button-prev:focus{
    outline:none;
}

.product-slides {
    padding: 20px 15px;
    /* overflow: hidden; */
    position: relative;
}


.carousel-caption {
    display:none;
}
.wk_searchpage h2.display-4 {
    font-size: 38px;
    margin-top: 31px;
}
p.wk_no-result-found {
    margin-top: 35px;
}
section.warehouse.wk-customerpages {
    margin-top: 25px;
}
nav ol.breadcrumb {
    display:none;
}
.wk_searchpage .nsearchinput-pl.well {
    margin-top: 46px !important;
    border: 1px solid #ced4da;height: 300px;
    overflow-y: scroll;
}

.nsearchinput-pl.well li {
    border-bottom: 1px solid #ced4da;
}
header + nav .nsearchinput-pl.well {
    width: 637px;
    right: 0;
    border: 1px solid #ced4da;
    text-align:left;
    height: 300px;
    overflow-y: scroll;
}


header.header-fixed .nsearchinput-pl.well {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #ced4da;
    margin-top: 48px !important;
}
header.header-fixed .nsearchinput-pl.well li a {
    margin-left:0;
}
header.header-fixed .nsearchinput-pl.well li img {
    float: left;
    width: 36px;
    height: 36px;
}
header.header-fixed .nsearchinput-pl.well li span.title {
    background:none;
    color:#000;
    width: auto;
    height: auto;
}
section.warehouse.wk-cartpage {
    margin-top: 35px;
}

.warehouse.wk-cartpage .page-header {margin: 0px 0 20px 0;}

.quantity span .productrrp.text-muted.small {
    font-size: 18px;
}

.quantity span .productsave.small {
    font-size: 18px;
}

.col-12.col-md-4.wk_wishlist-btn {
    display: none;
}
.wrapper-product-title + p {
    display: none;
}
.wrapper-product-title .dropdown {
    margin-top: 10px;
}
#afterpayModal
{  z-index: 9999999;}
.notifymodal h4.modal-title {
    color: #000;
    background: none;
    width: auto;
    border: 0;
    font-size: 22px;
    height: auto;
}
.tabs .nav-tabs a.nav-link {
    font-size: 23px;
    color: #848484;
    margin-right: 107px;
    cursor: pointer;
    /* text-transform: uppercase; */
    padding: 0;
    border:0;
}
.tabs .nav-tabs a.nav-link.active {
    border:0;
    color: #5ce1e6;
}
.tabs .nav-tabs a.nav-link:hover {
border:0; color:#5ce1e6;
}
.tabs ul.nav.nav-tabs {
    border-bottom: 0;
}
.form-control, #stloc_selector_cysel, #stloc_state_sel, #suburb_sl, ._itmspec_opt, .n-wrapper-form-control select {
    font-size: 20px;
}

#shipbox button.btn.btn-block.btn-primary.btn-loads {
    font-size: 20px;
}

#shipbox h3.mb-0 {
    font-size: 22px;
    margin-top: 0;
    color: #8f8f8f;
}
#reviews a.btn.btn-default {
    border: 1px solid #5ce1e6;
}
#reviews a.btn.btn-default:hover {
    background: #5ce1e6;
    color: #fff !important;    border: 1px solid #5ce1e6;
}
/*/ ========== Responsive styles // START ========== /*/




@media (max-width: 1570px) {

 /*========================= home page // start ==========================*/

.inner-header .container {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
}



header .logo {
    margin-left: initial;
    text-align: right;
}

.shop-online .product-detail ul li {
    width: 32%;
}

.shop-online .product-detail .product-info img {
    width: 100%;
    max-width: 480px;
    max-height: 360px;
}

.featured-slider .slick-next {
    right: -14px;
}



 /*========================= home page // end ==========================*/

}


@media (max-width: 1540px) {

 /*========================= home page // start ==========================*/

.shop-online .product-detail ul li {
    width: 32%;
    overflow: hidden;
}

.shop-online .product-detail .product-info img {
    margin-left: -50px;
}

 footer .f-category {

margin: 0 13px !important;
}

.footer-detail {
    max-width: 1320px;
    margin: auto;
}

.medicool-gallery .product-gallery {
    margin-right: 20px;
}
 /*========================= home page // end ==========================*/
.product-herder .product-search {
    float: right;
    width: 46%;
}
}

@media (max-width: 1480px) {
	.catagory-detail ul a {
		width:180px;
	}
}

@media (max-width: 1400px) {
	.catagory-detail ul a {
		width:168px;
	}
}

@media  (max-width: 1350px) {
.catagory-detail ul {
    max-width: 100% !important;
}
.catagory-detail p iframe {
	float:none;
}
.catagory-detail p {
	text-align:center;
	margin-bottom:15px;
}
 /*========================= home page // start ==========================*/


 footer .f-category {
    width: 17% !important;
    margin: 15px !important;
}


.medicool-gallery .quantity {
    flex-direction: column;
    align-items: flex-start;
}

.medicool-gallery .add-card {

    margin: 20px 0px 0px 0px;
}

.featured-slider .featured-info {
    padding: 65px 10px 23px 10px;

}

.featured-slider .add-card {
    width: 220px;
}



 /*========================= home page // end ==========================*/

.medicool-gallery .add-card {
    margin: 0px 0 0 50px;
}


header .logo img{max-width:90%;}

}


@media (max-width: 1310px) {
#n_checkout section.warehouse.wk-cartpage li {
    margin: 0 5px 10px 12px;
}
}

@media (max-width: 1200px) {
 /*========================= home page // start ==========================*/
 header.header-fixed .cart form input {
    width: 520px;
    height: 48px;
}



.featured-slider .featured-info {
    max-width: 300px;
}
.featured-slider .add-card {
    width: 195px;
}

.feature-product .add-card {
    width: 210px;
}
 /*========================= home page // end ==========================*/


.medicool-gallery .add-card {
    margin: 0px 0 0 30px;
}

.shop-online .product-detail .product-info img {
    margin-left: -57px;
}

}

@media (max-width: 1160px) {
 /*========================= home page // start ==========================*/
footer .f-category {
    width: 21% !important;
    margin: 15px !important;
}

footer .f-category.sec-5 {
    width: 97% !important;
    text-align: center;
}
 /*========================= home page // end ==========================*/
.shop-online .product-detail .product-info img {
    margin-left: -60px;
}
}


@media  (max-width: 1130px) {
 /*========================= cataloge page // start ==========================*/

    .catagory-vedio img {
        width: 226px;
    }
 /*========================= cataloge page // end ==========================*/

 /*========================= Contact-us page // start ==========================*/

        .contact-form .contact-address {
            padding: 55px 0 0 70px;
        }
 /*========================= Contact-us page // end ==========================*/




.medicool-gallery .add-card {
    width: 180px;
}
.medicool-gallery .gallery-detail form span {
    font-size: 40px;
    font-weight: 300;
    color: #484848;
    margin-left: 30px;
}
.shop-online .product-detail .product-info img {
    margin-left: -64px;
}

}


@media  (max-width: 1068px) {
 /*========================= general page // start ==========================*/

    .section-right iframe {
        width: 476px;
    }
    .section-left {
        width: 43.5%;
    }
    .feature-product .img-wrapper img {
    width: 70%;
}
.feature-product .featured-detail {
    padding: 0px 10px;
}
.shop-online .product-detail .product-info img {
    margin-left: -64px;
}

}
@media(max-width: 1024px) {
    .featured-slider .featured-info {
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.27);
        touch-action: manipulation;
        transition: none;
}
.featured-slider .featured-info:hover {
   box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.27);
        touch-action: manipulation;
    }
    .featured-slider .add-card {
        opacity:1;
        visibility:visible;
    }


.feature-product .featured-info{
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.27);touch-action: manipulation;
        transition: none;

}
.feature-product .featured-info:hover{
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.27);touch-action: manipulation;
        transition: none;

}
.feature-product .featured-info .add-card{
     opacity:1;
        visibility:visible;
}

.catagory-detail {
}

.catagory-detail h2 {
	display:none;
}

.shop-online .product-detail .product-info img {
    margin-left: -84px;
}

#n_checkout section.warehouse.wk-cartpage li {
	width:32%;
    margin: 0 5px 10px;
}

}

@media (max-width: 992px) {
 /*========================= home page // start ==========================*/


 nav .main-nav li {
    margin-right: 15px;
}

nav .main-nav li:last-child {
    margin-right: 0px;
}

nav .search-form input:focus {
    width: 531px;
}

.shop-online .product-detail ul li {
    width: 31%;
}

.featured-slider .sale-tag {
    position: absolute;
    left: 10px;
}

footer .f-category {
    width: 45% !important;
    /* text-align: center; */
}

footer ul.footer-contactus li img {
    /* position: initial; */
}

.medicool-gallery .product-gallery {
    width: 100%;
}

.medicool-gallery .gallery-detail {
    width: 100%;
    margin-top: 40px;
}

.medicool-gallery .gallery {
    flex-direction: column;
}

.medicool-gallery .thumbnail-detail {
    text-align: center;
    margin: 18px 0 0 0;
}

.featured-slider .featured-info {
    max-width: 330px;
    padding: 20px 20px 30px 20px;
}
.featured-slider .add-card {
    width: 100%;
}

 /*========================= home page // end ==========================*/

  /*========================= cataloge page // start ==========================*/

    .feature-product .product-info ul li {
        list-style: none;
        width: 32%;
        display: inline-block;
    }
    .feature-product .add-card {
        width: 210px;
    }
 /*========================= cataloge page // end ==========================*/
 /*========================= general page // start ==========================*/

    .section-right iframe {
        width: 366px;
    }
    .section-right {
        width: 45.5%;
    }
    .section-right iframe {
        margin: 58px 20px 0px 0px;
    }
 /*========================= general page // end ==========================*/

 .medicool-gallery .product-gallery .gallery-img {
    max-width: 650px;
    margin: auto;
}


header + nav .nsearchinput-pl.well {
     width: 100%;
    max-width: 739px;
    top: 22px;

}


header.header-fixed .cart form input {
    width: 430px;
    height: 48px;
}
header + nav .nsearchinput-pl.well {
    width: 531px;
    top: 0px;
}
.tabs .nav-tabs a.nav-link {
    margin-right: 70px;
}
.shop-online .product-detail .product-info img {
    margin-left: -87px;
}
}

@media(max-width:900px) {
    header.header-fixed .cart form input {
    width: 100%;
    min-width: 400px;
}

header.header-fixed .nsearchinput-pl.well li span.title {
    width: 350px;

}

ul.nav.nav-list li span {
    font-size: 14px !important;
}
}

@media (max-width: 880px) {

 /*========================= cataloge page // start ==========================*/

    .catagory-detail {
        float: left;
        padding: 45px 0 0 0;
    }
    .catagory-vedio img {
        width: 234px;
    }
    .catagory-vedio {
        float: right;
        width: 27.5%;
        padding: 43px 0 0 0;
    }
    .feature-product .add-card {
        width: 200px;
    }
 /*========================= cataloge page // end ==========================*/
  /*========================= general page // start ==========================*/

    .section-left {
        width: 40%;
    }
    .section-left h2 {
        font-size: 16px;
    }
    .section-right {
        width: 40%;
    }
    .section-right iframe {
        width: 320px;
    }
 /*========================= general page // end ==========================*/

header.header-fixed .cart form input {
    width: 100%;
    min-width: 360px;
}
header.header-fixed .nsearchinput-pl.well li span.title {
    background: none;
    color: #000;
    width: 75% !important;
    height: auto;
    text-align: left;
}
ul.nav.nav-list li span {
    font-size: 12px !important;
}
.nsearchinput-pl.well li a {
    position: relative;
    display: block;
    padding: 10px 0px 10px 15px;
}
.shop-online .product-detail .product-info img {
    width: auto !important;
    height: auto !important;
    max-width: 330px !important;
    max-height: 360px !important;
    margin-left: -35px;
}

}



@media (max-width: 840px) {
.shop-online .product-detail ul li {
    width: 45%;
    margin: 15px ;
}

.shop-online .product-detail ul li:nth-child(3n) {
        margin: 15px 15px;
}

.featured-slider .slick-next {
    right: 2px;
}

.featured-slider .slick-prev {
    left: -11px;
}
header.header-fixed .cart form input {
    width: 100%;
    min-width: 340px;
}

header.header-fixed .nsearchinput-pl.well li span.title {
    width: 310px;

}

.tabs .nav-tabs a.nav-link {
    font-size: 23px;
    color: #000;
    display: inline-block;
    font-weight: 400;
    margin-right: 30px;
    cursor: pointer;
    /*text-transform: uppercase;*/
    padding: 0;
    border: 0;
}

.shop-online .product-detail .product-info img {
    width: auto !important;
    height: auto !important;
    max-width: 380px !important;
    max-height: 270px !important;
    margin-left: -35px;
}
}

@media (max-width:800px) {



header.header-fixed .cart form input {
    width: 100%;
    min-width: 290px;
}




header.header-fixed .nsearchinput-pl.well li span.title {
    background: none;
    color: #000;
    width: 80% !important;
    height: auto;
    text-align: left;
}



}


@media (max-width: 795px) {
/*========================= cataloge page // start ==========================*/

    .product-herder .product-search .search-option {
        float: left;
        width: 100%;
        text-align: center;
    }
    .product-herder .product-search {
        float: left;
        width: 100%;
        padding: 0px 0 0 0;
        text-align: center;
        margin-top: 15px;
    }
    .product-herder .product-item {
        float: left;
        width: 100%;
        text-align: center;
    }
    .product-herder .search-option select
{
    width: 82%;
}
.product-herder .search-option label {width: 15%;text-align: left;}
 /*========================= cataloge page // end ==========================*/
.product-herder .product-search {
    float: right;
    width: 100%;
}
.product-herder .product-item {
	width:45%;
}
}


@media (max-width: 768px) {

 /*========================= home page // start ==========================*/

/*===== mobile menu // start =====*/
nav .category-nav > li > a:nth-child(1) {
    display: none;
}

nav .category-nav > li > a:nth-child(2) {
    display: block;
}


.burger_toggle {
    text-align: left;
    padding: 0px 15px 0px 0px;
    float: left;
}

.burger {
  display: inline-block;
}


nav .search-form button {
    top: 8px;

}
nav .category-nav ul.level1 {
    display: block !important;
    top: 42px;
    left: -110%;
    background: #fff;
    margin-top: 0;
    padding: 0 10px;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-110%);
    transition: 0.5s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    visibility: visible;
}

nav .category-nav ul.level1.active {
    transform: translateX(0);
    left: -18px;
    text-transform: unset;
}

nav .category-nav ul ul {
    visibility: visible;
    position: initial;
    display: block;
    width: 100%;
    margin: 15px 0px 0px 0px;
    display: none;
}

nav .category-nav ul li:hover {
    background:initial;
}

nav .category-nav ul li {
    position:relative;
}

nav .category-nav ul li i {
    position: absolute;
    right: 18px;
    top: 17px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}

nav .category-nav ul li i{
    display:block;
    transition: .5s;
}

nav .category-nav ul li.active i {
    transform: rotate(180deg);
    color: #5ce1e6;
}

header.header-fixed .cart form input {
    /* width: 100%; */
    /* min-width: 200px; */
    /* height: 48px; */
    /* border: 1px solid #c9c9c9; */
}

header.header-fixed .inner-header {
    padding: 15px 0px;
}

header.header-fixed .logo img {
    max-width: 85px;
}








/*===== mobile menu // end =====*/



header .top-bar ul li {
    display: inline-block;
    margin-right: 10px;
}

.inner-header .container {
    flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
}

header.header-fixed
.inner-header .container{
    flex-direction: row;
}

header .header-contact {
   order: 2;
   -webkit-box-ordinal-group: 2;
   -moz-box-ordinal-group: 2;
   -ms-flex-order: 2;
   -webkit-order: 2;
   margin-top: 15px;
   text-align: center;
}

header .header-contact a {
    font-size: 15px;
}

header .header-contact p {
    font-size: 15px;
}

header .logo {
    order: 1;
    -webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
text-align:center;
}

header .logo img {
    width: 100%;
    max-width: 80%;
}

header .cart {
   order: 3;
   -webkit-box-ordinal-group: 3;
   -moz-box-ordinal-group: 3;
   -ms-flex-order: 3;
   -webkit-order: 3;
   margin: 12px 0px 0px 0px;
}

header .cart a {
    font-size: 15px;
}

nav {
    margin-top: 13px;
}

nav .main-nav {
    width: 100%;
}

nav .container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

nav .container {
    flex-direction: column;
}

nav .category-nav.nav-slide .level1 {
    transform: translateX(0);
}

nav .category-nav {
    width: 100%;
    order: 2;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    margin-top: 10px;
}

nav .search-form {
    position: initial;
    order: 3;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    position: relative;
    right: 0;
    margin: 15px 15px 15px 15px/*5px 0px 15px 0*/;
}

nav .search-form label {
    position: absolute;
    right: 22px;
    top: 13px;
    font-size: 20px;
}

nav .main-nav {
    text-align: center;
}

nav .search-form input {
    width: 700px;
    cursor: auto;
    border-radius: 6px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.32);
    -ms-box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.32);
    -mozbox-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.32);
    outline: none;
    border: 1px solid #c9c9c9;
    opacity: 1;
}

nav .search-form input {
    position: initial;
    width: 100%;
}

nav .search-form input:focus{
    width:100%;
}

nav .search-form i {
    position: initial;
}
nav .category-nav > li{
    padding:0;
}
.shop-online .product-detail ul li {
    width: 44%;
}
 footer .f-category {
    width: 43% !important;
}
 /*========================= home page // end ==========================*/
 /*========================= cataloge page // start ==========================*/

    .feature-product .product-info ul li {
        list-style: none;
        width: 48%;
        display: inline-block;
    }
    .feature-product .add-card {
        width: 210px;
    }
 /*========================= cataloge page // end ==========================*/
  /*========================= general page // start ==========================*/

    .section-right iframe {
        width: 275px;
    }
 /*========================= general page // end ==========================*/

header.header-fixed .cart form input {
    width: 100%;
    min-width: 200px;
    height: 48px;
    border: 1px solid #c9c9c9;
    border-radius: 0;
}

header.header-fixed .cart form {
    position: relative;
    margin-right: 5px;
    float: right;
    display: block;
    width: 45%;
}
header.header-fixed .cart a:nth-child(2) {
    margin-right:10px;
    margin-left: 10px;
    font-size: 13px;
}
header.header-fixed .cart a:last-child {
    font-size: 13px;
}
header .cart {
    order: 3;
    margin: 12px 0 0;
    width: 80%;
    float: right;
    text-align: center;
}



header.header-fixed .nsearchinput-pl.well li span.title {
    max-width: 74%;
    line-height: 20px;
}
header + nav .nsearchinput-pl.well {
    width: 100%;
    top: 23px;
}


#n_checkout section.warehouse.wk-cartpage li {
	width:48%;
    margin: 0 5px 10px;
}

}

@media (max-width: 700px) {
  /*========================= home page // start ==========================*/
footer .sub-footer p:nth-child(1) {
    float: initial;
    margin-bottom: 10px;
}
footer .sub-footer p:nth-child(2) {
    float: initial;
}
footer .sub-footer {

    text-align: center;
}
  /*========================= home page // end ==========================*/

.tabs .nav-tabs a.nav-link {
    font-size: 20px;
    margin-right: 25px;
}

header.header-fixed .nsearchinput-pl.well li span.title {
    max-width: 59%;
    line-height: 20px;
}

}

@media (max-width: 640px) {
   /*========================= home page // start ==========================*/

header .top-bar p {
    float: initial;
    margin: 0;
}

.catagory-detail {
	padding:0;
}

header.header-fixed .cart form {
    margin-right: 0px;
    flex-basis: 100%;
    margin-bottom: 7px;
}

header .top-bar ul {
    float: initial;
     margin-top: 3px;
}

header .top-bar {
    height: initial;
    text-align: center;
    padding: 6px 0px;
}

header.header-fixed .inner-header {
    margin: 0;
}

header.header-fixed .cart form input {
    /* min-width: 100%; */
    margin-top: 7px;
}
header.header-fixed .cart {
     flex-wrap: wrap;
    justify-content: center;
}
header.header-fixed .cart a:last-child {
    margin-left: 20px;
}
header .logo img {
    max-width: 78%;
}

header .inner-header {
    margin-top: 15px;
}

.featured-slider .add-card {
    width: 100%;
    max-width: 250px;
}
 /*========================= home page // end ==========================*/

 /*========================= cataloge page // start ==========================*/

    .category-discription {
        display: flex;
        flex-direction: column;
    }
.catagory-detail {
    width: 100%;
    order: 2;
    padding: 45px 0 0;
}
    .catagory-vedio {
        width: 100%;
        order: 1;
        padding: 50px 0 0 0;
    }
    .catagory-vedio img {
        width: 100%;
    }
    .feature-product .add-card {
        width: 199px;
    }

.n-responsive-content img {
    height: auto !important;
}

 /*========================= cataloge page // end ==========================*/
 /*========================= Contact-us page // start ==========================*/

    .contact-form .container {
    display: -webkit-flex;
    flex-direction: column;
    }
    .contact-form .contact-form {
        width: 100%;
        padding: 55px 0 0 0;
    }
    .contact-form .contact-address {
        width: 100%;
        padding: 55px 0 0 150px;
    }
    .contact-form .contact-address {
    padding: 55px 0 0 0px;
    }
    .contact-form .contact-address ul li a br{
        display: none;
    }
 /*========================= Contact-us page // end ==========================*/
 /*========================= general page // start ==========================*/

        .section-left {
        float: initial;
        width: 100%;
    }
    .section-right iframe {
        float: initial;
        height: 317px;
        width: 100%;
    }
    .section-right {
        float: initial;
        width: 100%;
    }
 /*========================= general page // end ==========================*/


 .tabs:before {
    border-bottom:0;
}
.tabs .nav-tabs a.nav-link.active {
    border: 0;
    color: #5ce1e6;
    border-bottom: 2px solid #5ce1e6 !important;
    width: 100%;
}

.nav-tabs .nav-item {
    width: 100%;
    text-align: center;
}
.tabs .nav-tabs a.nav-link {
    border: 0;
    margin: 0 0 10px 0;
}
.product-herder .search-option select {

}
header.header-fixed .inner-header .container {
    flex-direction: column;
}


header.header-fixed .logo {
    margin: 0;
    position: absolute;
    left: 15px;
}

header.header-fixed .inner-header .cart {
    width: 100%;
    display: block !important;
}

header.header-fixed .cart form {
	width:75%;
}
header.header-fixed .cart a:nth-child(2),
header.header-fixed .cart a:last-child,
.product-herder .product-item,
.breadcrumb {
	display:none;
}
header.header-fixed {
    padding-bottom: 100px;
}
.shop-online .product-detail .product-info {
	overflow:hidden;
}
.shop-online .product-detail .product-info img {
    width: auto !important;
    height: auto !important;
    max-width: 330px !important;
    max-height: 360px !important;
    margin-left: -35px;
}

.shop-online .product-detail {
    margin-top: 15px;
}

.shop-online .product-detail .product-info .overlay {
	display:none;
}

.catagory-detail ul a {
    width: 48%;
    font-size: 13px;
}

.catagory-detail p iframe {
    float: none;
    width: 100%;
}

.n-responsive-content {
	overflow:hidden;
}

}


@media (max-width: 576px) {
 /*========================= home page // start ==========================*/


.featured-slider .featured-info {
    max-width: 100%;
    padding: 20px 10px 20px 10px;
}
.featured-slider .featured-detail {
    padding: 0 15px;
    max-width: 100%;
}

.featured-slider .img-wrapper img {
    max-height: 202px;
    max-width: 209px;
}

.featured-slider .slick-next {
    right: -8px;
}
.shop-online .product-detail ul li {
    margin: 0 0 15px 0;
	overflow: hidden;
}

header.header-fixed .cart form button {
    top: 22px;

}

.shop-online .product-detail ul li:nth-child(3n) {
     margin: 0 0 15px 0;
}

 footer .f-category {
    width: 95% !important;
}

header.header-fixed .inner-header .container {
    flex-direction: column;
}

header.header-fixed .cart a:last-child {
    margin-left: 20px;
}

header.header-fixed .cart {
    flex-wrap: wrap;
    justify-content: center;
}

header.header-fixed .cart {
    flex-wrap: wrap;
}

header.header-fixed .cart form {
    margin-right: 0px;
    flex-basis: 100%;
}

header .cart a {
    font-size: 15px;
    margin-top: 7px;
}

header.header-fixed .cart form input {
    margin-top: 7px;
}

header.header-fixed .cart form label {
    top: 15px;
}

header .inner-header {
    margin-top: 15px;

}

header .logo img {
    max-width: 70%;
}
footer .f-category ul li {
    padding: 0;
    text-align: center;

}
footer ul.footer-contactus li:nth-child(1) {
    max-width: 100%;
}


footer .f-category {
    text-align: center;
}

footer ul.footer-contactus li img {
    position: initial;
    display: block;
    margin: auto;
    margin-bottom: 7px;
}

.feature-product .img-wrapper img {
    width: 90%;
}
header.header-fixed .nsearchinput-pl.well li span.title {
    max-width: 82%;
    line-height: 20px;
}

 /*========================= home page // end ==========================*/

 /*========================= cataloge page // start ==========================*/

    .feature-product .product-info ul li {
        list-style: none;
        width: 90%;
        display: inline-block;
    }
    .feature-product .add-card {
        width: 210px;
        font-size: 17px;
    }
    .medicool-gallery .gallery-detail form span {
    font-size: 30px;
}
.product-herder .search-option label {
    width: 20%;
    text-align: left;
}
.product-herder .search-option select {
    width: 75%;
}
 /*========================= cataloge page // end ==========================*/

 .tabs label {
    width: 100%;
    text-align: center;
    margin: 0px 0px 15px 0px;
}

.tabs:before {
    display: none;
}

.tabs [id^="tab"]:checked + label {
    z-index: 9999;
    color: #5ce1e6;
    border-bottom: 1px solid;
}

.medicool-gallery .thumbnail-detail .thumbnail {
    width: 110px;
    height: 110px;

}

.medicool-gallery .thumbnail-detail .thumbnail img {
    width: 90px;
    height: 90px;
}

}

@media(max-width:568px) {
  .medicool-gallery .quantity form {
      display:block;
      width: 100%;
  }
  .medicool-gallery .gallery-detail form label {
      float:left;
      margin-top: 5px;
  }
  .medicool-gallery .gallery-detail form input {
      float:left;
  }
  .medicool-gallery .gallery-detail form span {
      /* width: 75%; */
      /* float:left; */
      /* margin-top: -7px; */
      /* margin-bottom: 25px; */
      display: inline;
  }
  .medicool-gallery .gallery-detail form span div {
      display:inline;
  }
  .medicool-gallery .add-card {
      width:100%;
      max-width:230px;
      text-align:center;
      margin:0 auto;
      display: block;
      margin-top: 25px;
  }
.shop-online .product-detail .product-info img {
    max-width: 300px !important;
    margin-left: -35px;
}
#n_checkout section.warehouse.wk-cartpage .featured-detail .img-wrapper img {
	max-height:150px;
	max-width:150px;
}

#n_checkout section.warehouse.wk-cartpage li {
	width:47%;
    margin: 0 5px 10px;
}
#n_checkout section.warehouse.wk-cartpage li .form-inline {
	max-width:80%;
	margin:0 auto;
}
#n_checkout section.warehouse.wk-cartpage li .form-inline .add-card {
	font-size:15px;
	height:43px;
	line-height:41px;
}
}

@media (max-width: 500px) {
.shop-online .product-detail .product-info img {
    max-width: 278px !important;
    margin-left: -35px;
}

.catagory-detail ul a {
    width: 47.5%;
    font-size: 13px;
}
}

@media (max-width: 480px) {
 /*========================= home page // start ==========================*/

header .logo img {
    max-width: 60%;
}
header.header-fixed .top-bar {
    position: initial;

}
header.header-fixed .inner-header {
    margin: 0px 0px 0px 0px;
    top:0;
}

.featured-slider .featured-detail {
    padding: 0px 0px;
}
 /*========================= home page // end ==========================*/
  /*========================= cataloge page // start ==========================*/

    .featured-slider .add-card {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-top: 20px;
}
    .product-info ul li {
        list-style: none;
        width: 80%;
        display: inline-block;
    }
 /*========================= cataloge page // end ==========================*/

.medicool-gallery .quantity form {

    float: left;
    width: 100%;
}
.medicool-gallery .gallery-detail form span {
    /* display: inline-block; */
}
.medicool-gallery .add-card {
    /* display: block; */
    /* margin: 0 auto; */
    /* margin-top: 20px; */
}
.shop-online .product-detail .product-info img {
    max-width: 271px !important;
    margin-left: -35px;
}
.wk-prod-catalogue .container {
	padding:0 !important;
}

.feature-product .product-info ul li {
    width: 47%;
    margin: 1px 4px 10px 4px !important;
}
.feature-product .img-wrapper img {
    width: 100%;
}
.feature-product .featured-detail span.wk-prod-title {
	margin-top:0;
}
.feature-product .featured-info {
    padding: 14px 0;
}
.feature-product .featured-detail span.wk-prod-title {
    font-size: 15px;
}
.feature-product .featured-detail h4 {
    font-size: 18px;
}

.feature-product .add-card {
	height:45px;
	line-height:44px;
}
}


@media (max-width: 440px) {
.shop-online .product-detail ul li {
    width: 49%;
    height: 150px/*190px*/;
}

.shop-online .product-detail .product-info img {
    max-width: 296px !important;
    margin-top: -12px;
    margin-left: -56px;
}
}

@media (max-width: 414px) {

.search-option select {
	width: 230px;
	font-size: 15px;
}

header.header-fixed .nsearchinput-pl.well li span.title {
    max-width: 58%;
    line-height: 20px;
}
header.header-fixed .cart form {
    width: 71%;
}

.catagory-detail ul a {
    width: 47%;
    font-size: 13px;
}

}



@media (max-width: 384px) {

 /*========================= home page // start ==========================*/
 .shop-online .product-detail .product-info .overlay {
    padding: 16px 0px;

}
.product-herder .search-option select {
    width: 70%;
}
.product-herder .search-option label {
    width: 25%;
}

 /*========================= home page // end ==========================*/
.shop-online .product-detail .product-info img {
    max-width: 271px !important;
    margin-left: -51px;
}

.catagory-detail ul a {
    width: 47%;
    font-size: 13px;
}

}



@media (max-width: 364px) {
 /*========================= home page // start ==========================*/
 header .logo img {
    max-width: 55%;
}
header .cart {
    width:100%;
}
 /*========================= home page // end ==========================*/
header.header-fixed .cart a:nth-child(2) {
    font-size:15px;
}
header.header-fixed .cart a:last-child {
    font-size:15px
}
.shop-online .product-detail .product-info img {
    max-width: 229px !important;
    max-height: 226px !important;
    margin-left: -22px;
}

.catagory-detail ul a {
    width: 46.8%;
    font-size: 13px;
    padding: 0 5px;
}
#n_checkout section.warehouse.wk-cartpage li {
	width:98%;
}
}

@media (max-width: 352px) {
 /*========================= cataloge page // start ==========================*/

    .product-item strong {
        font-size: 16px;
        font-weight: bold;
        color: #5ce1e6;
    }
    .product-item h2 {
        font-size: 13px;
        font-weight: bold;
        padding: 5px 0 0 0;
    }
    .search-option label {
        font-size: 14px;
        color: #353535;
        font-weight: bold;
        margin: 0 14px 0 0;
    }
    .search-option select {
        width: 200px;
        font-size: 15px;
    }
 /*========================= cataloge page // end ==========================*/
.shop-online .product-detail .product-info img {
    max-width: 229px !important;
    max-height: 226px !important;
    margin-left: -40px;
}
.shop-online .product-detail ul li {
    width: 49%;
    height: 150px;
}


}

@media (max-width:340px) {
    header.header-fixed .cart a:last-child {
    margin-left: 5px;
}
header .cart {
    width:100%;
}
}


@media (max-width: 320px) {


 /*========================= cataloge page // start ==========================*/

    .product-info ul li {
        list-style: none;
        width: 100%;
        display: inline-block;
    }
    .feature-product .add-card {
        width: 120px;
        height: 60px;
        font-size: 12px;
    }

    .featured-slider .featured-info {
    max-width: 260px;
}
 /*========================= cataloge page // end ==========================*/

}
@media only screen and (max-width : 767px) {
.navbar-collapse>.burger-menu .nav>li a {
    color: #484848;
    background-color: transparent;
}
.nMobileNav li a {
    color: #5ce1e6 !important;
}

.navbar-collapse .burger-menu .nav li>a {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0px;
    overflow: hidden;
}

.navbar-collapse .burger-menu .nav li>ul {
    float: left;
    width: calc(100% - 30px);
    margin: 0 15px;
    padding: 5px 0;
    position: relative;
}

.navbar-collapse .burger-menu {
    padding: 0 15px;
}

.navbar-collapse .burger-menu .nav li>a>span {
    position: absolute;
    right: 15px;
}


.navbar-collapse .burger-menu>div>.nav>li {
    border-bottom: 2px solid #484848;
    float: left;
    width: 100%;
}

.navbar-collapse .burger-menu>div>.nav li,
.navbar-collapse .burger-menu>div>.nav li:first-child {
    padding: 0;
    float: left;
    width: 100%;
}

.navbar-collapse .nav li>a {
    background-color: #f7f7f7;
    color:#484848;
}
.navbar-collapse.mvp_desmenu {
    background: #5ce1e6;
}
.navbar-collapse .burger-menu .nav li>a.dropdown-toggle::after { display: none; }
.navbar-collapse.mvp_desmenu { position: absolute; top: 100%; left: 15px; width: calc(100% - 30px); z-index: 888;}
}
.blog-content {
	text-align: left;
    padding: 20px;
}

section.warehouse.wk-generalpage .blog-content p,
section.warehouse.wk-generalpage .blog-content h4 {
	margin-bottom: 10px;
	line-height: normal;
}
