/*== CUSTOM FONTS ==*/
@font-face {
  font-family: 'CeraPro';
  src: url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Light.eot?#iefix') format('embedded-opentype'),  url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Light.otf')  format('opentype'), url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Light.woff') format('woff'), url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Light.ttf')  format('truetype'), url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Light.svg#CeraPro-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'CeraPro';
  src: url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),  url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Regular.otf')  format('opentype'), url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Regular.woff') format('woff'), url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Regular.ttf')  format('truetype'), url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Regular.svg#CeraPro-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'CeraPro';
  src: url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),  url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Medium.otf')  format('opentype'), url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Medium.woff') format('woff'), url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Medium.ttf')  format('truetype'), url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Medium.svg#CeraPro-Medium') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'CeraPro';
  src: url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),  url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Bold.otf')  format('opentype'), url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Bold.woff') format('woff'), url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Bold.ttf')  format('truetype'), url('//holysands.com/wp-content/themes/holysands/fonts/CeraPro-Bold.svg#CeraPro-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}


/*== CUSTOM RESET ==*/
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */}
body, div, section, nav, menu, header, footer, article, ul, ol, li, p, h1, h2, h3, h4, h5, h6, fieldset, form, button, input, textarea  { box-sizing: border-box; }
pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
menu { padding: 0; margin: 0; }
a, button, input[type="button"], input[type="reset"], input[type="submit"] { transition: all .3s ease-in-out; }
a:focus, a:active, a:visited, a:hover { color: inherit; outline: unset; text-decoration: none; }
b, strong {font-weight: bold;}
small {font-size: 80%;}
big {font-size: 125%;}
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
img { border-style: none; max-width: 100%; height: auto; vertical-align: middle;}
address { font-style: normal;}
button, input, optgroup, select, textarea { font-family: inherit;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:focus, input:focus {outline: none;}
fieldset { padding: 0; border: none; }
textarea {overflow: auto;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
html, body {
    margin: 0;
    padding: 0;
    font-family: 'CeraPro', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #141414;
    font-weight: 300;
    letter-spacing: 0.3px;
    overflow-x: hidden;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 { 
    color: inherit;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #352F28;
}
p {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0 0 20px;
    margin: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #333;
}
.container {
    max-width: 1164px;
}
.container::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.clearfix {
    clear: both;
}
/* Slick Carousel */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; margin-bottom:100px; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus { outline: none; }
.slick-list.dragging{cursor: pointer; cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track {position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;}
.slick-track:before, .slick-track:after { display: table; content: '';}
.slick-track:after{ clear: both;}
.slick-loading .slick-track { visibility: hidden; }
.slick-slide{ display: none;float: left;height: 100%;min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img{ display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
/*Slick Ends*/

/*== SITE HEADER ==*/
#mastheader {
    position: relative;
    z-index: 1000;
}
#mastheader ul, #mastheader menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.htop {
    background: rgba(227,227,227,0.17);
}
.hlist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 1164px;
    margin: 0 auto;
    padding: 0 15px;
}
.brand {
    display: block;
    width: 200px;
}
.logo {
    max-width: 100%;
    margin: 0;
}
.hmenu {
    flex-grow: 1;
    padding: 0 15px;
}
.hmenu > ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    text-transform: uppercase;
}
.hmenu > ul > li > a {
    display: flex;
    height: 80px;
    padding: 0 40px;
    align-items: center;
    justify-content: center;
}
.hmenu > ul > li > a:hover, .blog li.link-blog > a, .single li.link-blog > a, .page-template-about  li.link-about > a, .page-id-755  li.link-affiliate > a {
    background-color: #fff;
}
.hright {
    display: flex;
    flex-direction: row;
}
.hsearch {
    min-width: 290px;
    position: relative;
    z-index: 0;
    margin: 0 20px 0 0;
}
.dgwt-wcas-search-input,
.hstxt {
    width: 100%;
    height: 32px;
    padding: 5px 32px 5px 10px;
    border: 1px solid #9FC2E8;
    color: #141414;
    transition: all .4s ease-in-out;
    background-color: transparent;
}
.hstxt:focus {
    background-color: rgba(255,255,255,0.5);
}
.hsbtn {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    border: none;
    background: url(../images/icn-search.png) center no-repeat;
    text-indent: -9999px;
}
.hiclist {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hiclist li {
    padding: 0 0 0 10px;
    line-height: 30px;
}
.hiclist li > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.hiclist li  > button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s ease-in-out;
    font-weight: 300;
    padding: 0;
}
.hiclist li > button:hover {
    color: #3952A3;
}
.hiclist li  .ic-user {
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    text-indent: 0;
    padding: 0 0 0 25px;
    background-color: transparent;
}
.hiclist li  .ic-user::after {
    content: '';
    display: inline-block;
    background: url(../images/icn-drop.png) right center no-repeat;
    width: 15px;
    height: 30px;
    float: right;
}
.hiclist li > .ic-login, .hiclist li > .ic-register {
    text-indent: 0;
    width: auto;
}
.hiclist li  button.ic-track {
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.ic-track {
    background-image: url(../images/icn-track.png);
}
.icn-cart {
    background-image: url(../images/icn-cart.png);
    position: relative;
    z-index: 0;
}
.vcount {
    position: absolute;
    z-index: 0;
    bottom: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    line-height: 20px;
    border-radius: 100%;
    display: block;
    background: #f270ab;
    color: #fff;
    font-size: 10px;
    text-indent: 0px;
    font-weight: 400;
    text-align: center;
}
.ic-user {
    background-image: url(../images/icn-user.png);
}
.hbottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.hbottom .hmenu {
    display: none;
}
#navmain {
    flex-grow: 1;
}
#navmain ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 -10px;
}
#navmain ul > li {
    padding: 0 10px;
    position: relative;
    z-index: 50;
}
li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    background: url(../images/icn-drop.png) center no-repeat;
    width: 15px;
    height: 5px;
}
#navmain > ul > li > a {
    padding: 20px 5px;
    display: block;
}
#navmain a:hover {
    color: #3952A3;
}

#navmain > ul > li ul.sub-menu {
    position: absolute;
    z-index: 0;
    width: 300px;
    height: auto;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    left: 0;
    top: 100%;
    display: flex;
    flex-direction: column;
    display: none;
    text-transform: uppercase;
}
#navmain > ul > li:hover ul.sub-menu {
    display: block;
}
ul.sub-menu > li {
    padding: 0;
}
ul.sub-menu > li > a {
    display: block;
    padding: 10px 15px;
}

#menucustom {
    display: flex;
    flex-direction: row;
    margin: 0 -10px;
    align-items: center;
    justify-content: flex-end;
}
#menucustom > li {
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.icaret {
    display: inline-block;
    background: url(../images/icn-drop.png) center no-repeat;
    width: 15px;
    height: 5px;
}
.fncychoose {
    overflow: hidden;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding: 2px 15px 2px 0;
    transition: all .3s ease-in-out;
}
.fncychoose select {
    width: auto;
    margin-right: -35px;
    position: relative;
    z-index: 2;
    padding-right: 15px;
}
.fncychoose .icaret {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 10px;
}
.langbtn {
    background-color: transparent;
    padding: 2px 15px 2px 5px;
    position: relative;
    z-index: 0;
    transition: all .3s ease-in-out;
}
.langbtn .icaret {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 10px;
}
.langbtn:hover, .fncychoose:hover {
    background-color: rgba(106,186,230,0.35);
}
#hnews {
    text-align: center;
    font-size: 17px;
    background-color: #3952A3;
    color: #fff;
    height: 53px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
#mobnav {
    display: none;
}

/*== SITE HOME ==*/
section {

}
#banner {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: row;
    background: rgba(106,186,230,0.35);
    margin: 0 auto 130px auto;
    max-width: 2000px;
    justify-content: flex-end;
}
.binfo {
    width: 100%;
    overflow: hidden;
}
.binfinner {
    max-width: 100%;
}
.bgallery {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0 -15px;
    max-width: 65%;
}
.bimg {
    padding: 0 15px;
    margin-bottom: -30px;
}
.bimg img {
    float: left;
}
.bgrid1 {
    position: relative;
    z-index: 0;
}
.bgrid1::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 180px;
    height: 180px;
    background: url(../images/npattern.png) center no-repeat;
    left: -90px;
    bottom: -70px;
}
.binfo {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.bdata {
    padding: 40px 0;
    max-width: 370px;
}
.btitle {
    font-size: 37px;
    color: #3952A3;
    font-weight: 700;
    padding: 0 0 30px 0; 
}
.btitle > span {
    display: block;
    position: relative;
    z-index: 0;
    line-height: 1.4;
}
.btitle > span::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    right: 100%;
    top: 24px;
    width: 700px;
    height: 2px;
    margin-right: 15px;
    background: rgba(57,82,163,0.35);
}
.btitle > strong {
    font-size: 148px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.bdescp {
    font-size: 14px;
    line-height: 1.6;
}
.btnshop {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #101010;
    font-weight: 700;
    border-bottom: 2px solid #101010;
    margin: 20px 0 0;
}
.btnshop:hover {
    border-bottom: 2px solid #3952A3;
    color: #3952A3;
}
#features {
    padding: 15px 0 120px;
}
.featlist {
    list-style: none;
    padding: 40px 0 60px;
    margin: 0;
}
.featlist > li {
    width: 25%;
    border-right: 1px solid rgba(57,82,163,0.2);
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #352F28;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 20px;
    justify-content: space-around;
}
.featlist > li:last-child {
    border-right: none;
}
.icfimg {
    display: block;
    padding: 0 10px 0 0;
}
.icfimg img {
    min-width: 37px;
}
.icflabel {
    flex-grow: 1;
    display: block;
}
.tgap100 {
    padding-top: 100px;
}
.maxr {
    max-width: 1600px;
    margin: 0 auto;
}
.d-mob {
    display: none;
}
.slick-arrow {
    width: 31px;
    height: 30px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -15px;
}
.slick-prev {
    background: url(../images/arrow-left.png) center no-repeat;
    left: -30px;
}
.slick-next {
    background: url(../images/arrow-right.png) center no-repeat;
    right: -30px;
}
.prosection {
    padding: 0 0 80px 0;
}
.prhead {
    padding: 0 0 20px 0;
    align-items: center;
}
.btncatalog {
    font-size: 10px;
    font-weight: 600;
    color: #352F28;
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #6ABAE6;
    height: 35px;
    min-width: 100px;
    text-align: center;
    line-height: 23px;
    outline: 1px solid #fff;
    outline-offset: -3px;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
}
.btncatalog:visited {
    outline: 1px solid #fff;
}
.btncatalog:hover {
    background-color: #6ABAE6;
    color: #fff;
    outline: 1px solid #6ABAE6;
    outline-offset: 3px;
    border: 2px solid #6ABAE6;
}
.subtitle {
    display: block;
    position: relative;
    z-index: 0;
    color: #352F28;
    font-size: 38px;
}
.subtitle::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    right: 100%;
    top: 24px;
    width: 700px;
    height: 2px;
    margin-right: 15px;
    background: rgba(57,82,163,0.35);
}
.prodlist {
    margin: 0 -15px;
}
.item {
    padding: 15px 15px;
}
.prodlist .slick-track {
    display: flex !important;
}
.prodlist .slick-slide {
    height: inherit !important;
}
.prodiv {
    border: 1px solid rgba(0,0,0,0.06);
    transition: all .4s ease-in-out;
    max-width: 320px;
    margin: 0 auto;
    height: 100%;
}
.prodiv:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
}
.proimg {
    overflow: hidden;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prodiv img {
    transition: all 0.8s ease-in-out;
}
.prodiv:hover img {
    transform: scale(1.1);
}
.protitle {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    padding: 15px 15px 0;
    min-height: 78px;
}
.prorating {
    padding: 10px 15px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pro-price {
    flex-grow: 1;
    font-size: 15px;
    color: #3C64B1;
}
.old-price {
    text-decoration: line-through;
}
.starating {
    display: inline-block;
    width: 80px;
    height: 16px;
    overflow: hidden;
    background: url(../images/star-default.png) 0 0 repeat-x;
}
.starating::before {
    content: '';
    display: block;
    height: 80px;
    background: url(../images/star-active.png) 0 0 repeat-x;
}
.starating.star0::before {
    width: 0;
}
.starating.star1::before {
    width: 16px;
}
.starating.star2::before {
    width: 32px;
}
.starating.star3::before {
    width: 48px;
}
.starating.star4::before {
    width: 64px;
}
.starating.star5::before {
    width: 80px;
}
.prorate {
    padding: 0 15px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.price {
    font-size: 22px;
    color: #3952A3;
    font-weight: 700;
    flex-grow: 1;
}
.addcart {
    width: 22px;
    height: 22px;
    border: none;
    text-indent: -9999px;
    background: url(../images/icn-addcart.png) center no-repeat;
}
#reviews {
    padding: 80px 0 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 160px;
}
.reviewbox {
    background: #E0F4FF;
    padding: 70px 90px 0;
    margin-bottom: -80px;
}
.reviewtitle {
    font-size: 38px;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.reviewtitle::after {
    content: '';
    display: block;
    width: 194px;
    height: 2px;
    margin: 2px 0 0 15px;
    background: rgba(57,82,163,0.2);
}
.reviewslide {
    margin-top: -70px;
}
.review-row {
    display: flex;
    flex-direction: row;
    padding: 0 0 60px;
}
.customer-dp {
    width: 35%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    z-index: 5;
    min-height: 420px;
}
.custdpwrap {
    position: relative;
    z-index: 0;
}
.custdpwrap::before {
    content: '';
    display: block;
    width: 154px;
    height: 114px;
    background: url(../images/npattern.png) left top no-repeat;
    position: absolute;
    z-index: -1;
    left: -50px;
    top: -50px;
}
.customer-review {
    width: 65%;
    padding: 40px 0 40px 0;
    position: relative;
    z-index: 0;
}
.customer-review::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 320px;
    height: 340px;
    background: #fff;
    left: -30px;
    top: 0;
}
.cquote {
    max-width: 410px;
    font-size: 18px;
    color: #1B1B1B;
    font-weight: 300;
    padding: 50px 0 0 70px;
    background: url(../images/quotes.png) 10px 118px no-repeat;
}
.custname {
    font-size: 26px;
    font-weight: 700;
}
.logobox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin: 0 10px;
}
.slick-active .logobox {
   justify-content: flex-start;
}
.slick-active + .slick-active + .slick-active + .slick-active + .slick-active .logobox {
    justify-content: flex-end;
}
#instaslider {
    padding: 0 0 45px;
    margin: 60px -15px 60px;
}
#instaslider .slick-arrow {
    bottom: 0;
    top: auto;
    margin: 0;
}
#instaslider .slick-prev {
    left: 15px;
}
#instaslider .slick-next {
    right: 15px;
}
.item-insta {
    padding: 0 15px;
}
.item-insta img {
    width: 100%;
}
#categories {
    padding: 30px 0;
}
.cataglist {
    list-style: none;
    margin: 30px -15px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cataglist > li {
    width: 25%;
    padding: 0 15px 35px;
}
.cataglist > li > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.catimgbox {
    width: 130px;
    position: relative;
    z-index: 0;
    transition: all .3s ease-in-out;
    left: 0;
    top: 0;
}
.cataglist a:hover .catimgbox {
    left: 5px;
    top: 5px;
}
.catimgbox::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease-in-out;
    background: rgba(62,172,231,0.2);
}
.cataglist a:hover .catimgbox::before {
    left: -20px;
    top: -20px;
}
.catimgbox img {
    max-width: 130px;
}
.catgname {
    display: block;
    flex-grow: 1;
    padding: 0 0 0 15px;
    font-size: 18px;
    transition: all .3s ease-in-out;
}
.cataglist a:hover .catgname {
    color: #63C9FF;
}
.slick-slide {
    outline: none !important;
}
#blogsec {
    padding: 80px 0 100px;
    background: rgba(224,244, 255, 0.4);
}
#blogslider {
    margin: 0 -30px;
}
.item-post {
    padding: 0 0 30px 30px;
}
#blogslider .slick-arrow {
    width: 30px;
    height: 30px;
}
#blogslider .slick-prev {
    background: url(../images/icn-left.png) center no-repeat;
    left: -50px;
}
#blogslider .slick-next {
    background: url(../images/icn-right.png) center no-repeat;
    right: -50px;
}
.item-post .row {
    padding-right: 15px;
}
.postmeta {
    font-size: 24px;
    font-weight: 700;
    color: rgba(57,82,163,0.3);
    display: block;
}
.postmeta strong {
    color: #3952A3;
    font-size: 43px;
    line-height: 0.7;
}
.postitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    padding: 0 0 10px;
}
.expert {
    font-size: 14px;
}
.btnmore {
    font-size: 10px;
    font-weight: 600;
    color: #352F28;
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #6ABAE6;
    height: 35px;
    line-height: 23px;
    outline: 1px solid #fff;
    outline-offset: -3px;
    min-width: 120px;
    text-align: center;
    margin: 0 0 0;
    text-transform: uppercase;
}
.btnmore:visited {
    outline: 1px solid #fff;
}
.btnmore:hover {
    background-color: #6ABAE6;
    color: #fff;
    outline: 1px solid #6ABAE6;
    outline-offset: 3px;
}
.postfeat {
    position: relative;
    z-index: 0;
}
.postfeat::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: -30px;
    bottom: -30px;
    background: url(../images/npattern.png) center repeat;
}
#secmore {
    padding: 120px 0 70px;
}
#secmore .row {
    padding-bottom: 60px;
}
#secmore .row:nth-child(even) {
    flex-direction: row-reverse;
}
.linkimgwrap img {
    float: left;
}
#secmore .row:nth-child(even) .linkimgwrap img {
    float: right;
}
.graphicwarp {
    position: relative;
    z-index: 0;
    padding: 0 90px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}
.graphicwarp img.minbanner {
    transition: all .8s ease-in-out;
}
.graphicwarp:hover img.minbanner {
    transform: scale(1.05);
}
.tgraphic {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
}
.linklearn {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #101010;
    border-bottom: 2px solid #101010;
    float: right;
    margin: 10px 100px 10px 0;
    letter-spacing: 2px;
    height: 20px;
}
.linklearn:hover {
    background: #63C9FF;
    color: #fff;
    padding: 0 5px;
}
#secmore .row:nth-child(even) .graphicwarp {
    padding: 0 0 0 99px;
}
#secmore .row:nth-child(even) .tgraphic {
    right: auto;
    left: 10px;
}
#secmore .row:nth-child(even) .col-md-7 .linklearn {
    margin-right: 0;
    float: left;
    margin-left: 100px;
}
.linkbox {
    position: absolute;
    z-index: 5;
    width: 60%;
    height: 50%;
    left: 20%;
    top: 20%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: all .3s ease-in-out;
    outline: 1px solid #fff;
    outline-offset: 0px;
}
.linkbox:hover {
    outline-offset: 30px;
}
.linkbxtitle {
    font-size: 28px;
    font-weight: 600;
    padding: 0 0 20px 0;
}
.linkbox .linklearn {
    margin: 0;
}
.mob {
    display: none;
}


/*== SITE FOOTER ==*/
#footmain {
	background: #3952A3;
    color: #C2CEDB;
    padding: 60px 0 20px;
    line-height: 1.6;
    overflow: hidden;
    font-weight: 300;
}
.fwidget {
    padding: 0 0 35px 0;
    max-width: 275px;
}
.fwidget p:last-child {
    padding: 0;
}
.footflex {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 0 30px;
    margin: 0 -15px;
}
.fcol {
    padding: 0 15px;
}
#footmain ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ftitle {
    font-size: 19px;
    color: #63C9FF;
    font-weight: 700;
    padding: 0 0 20px 0;
    text-transform: uppercase;
}
.fmenu li {
    padding: 0 0 8px;
    text-transform: uppercase;
}
.fmenu  a {
    border-bottom: 1px solid rgba(255,255,255,0);
    padding: 2px 0;
    display: inline-block;
}
.fmenu  a:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,1);
}
.signup {
    text-transform: uppercase;
}
.fieldbx {
    position: relative;
    z-index: 0;
    padding: 0 63px 0 0;
    margin: 10px 0 0;
}
.ftxt {
    border: 1px solid #C2CEDB;
    height: 42px;
    background: transparent;
    padding: 5px 10px;
    color: #C2CEDB;
    width: 100%;
}
.fsbtn {
    background: #C2CEDB;
    color: #333;
    border: none;
    height: 42px;
    padding: 0 20px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    outline: 1px solid #C2CEDB;
    outline-offset: -1px;
}
.fsbtn:hover {
    background: #63C9FF;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -5px;
}
.ic-fb {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url(../images/icn-fb.png) center no-repeat;
}
.ic-ig {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url(../images/ic-insta.png) center no-repeat;
    margin: 0 10px;
}
.privacy, .copyright {
    font-size: 12px;
}
.privacy a {
    border-bottom: 1px solid rgba(255,255,255,0);
}
.privacy a:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,1);
}
.developer {
    padding-top: 10px;
}

/*== Blog Pages ==*/
#ibanner {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.blogwide {
    width: 100%;
    float: left;
}
.ibcontent {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.ibtitle {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    padding: 0 15px 30px;
    text-align: center;
}
.ibtnmore {
    display: inline-block;
    width: auto;
    min-width: 150px;
    height: 35px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 33px;
    text-transform: uppercase;
    outline: 1px solid #fff;
    outline-offset: -1px;
}
.ibtnmore:hover {
    color: #fff;
    background-color: #6ABAE6;
    outline: 1px solid #fff;
    outline-offset: 4px;
}
#bloglist {
    padding: 60px 0;
}
.breadcrumbs {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding:0 0 15px;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs > li > a {
    color: rgba(0,0,0,0.6);
}
.breadcrumbs > li > a::after {
    content: '→';
    display: inline;
    margin: 0 5px;
}
.breadcrumbs > li > span, .breadcrumbs > li > strong {
    color: #5A87DE;
    font-weight: 700;
}
.plist {
    padding: 0 0 40px 0;
}
.feathumb img {
    border: 1px solid rgba(106,186,230,0.35);
}
.plist .postmeta {
    font-size: 20px;
    padding: 0 0 10px;
}
.plist .postmeta strong {
    font-size: 23px;
}
.post-data {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.plabel {
    position: absolute;
    z-index: 0;
    right: 15px;
    top: 0;
    background: rgba(213,236,248,0.70);
    color: #000;
    font-size: 11px;
    font-weight: 300;
    padding: 2px 12px;
}
.plist .postitle {
    padding: 0 0 10px;
}
.plist .expert {
    font-size: 16px;
    color: #1b1b1b;
}
.plist .btnmore {
    margin: 0 0 10px;
}
.ptags {
    padding: 0;
    color: rgba(27,27,27,0.6);
    font-size: 13px;
    text-transform: capitalize;
}
.ptags a:hover {
    text-decoration: underline;
    color: #3952A3;
}
.ptags a::after {
    content: ',';
    display: inline;
}
.ptags a:last-child::after {
    content: '';
    display: inline;
}
.listfoot {
    text-align: right;
    padding: 40px 0 20px;
}
.btnwatch {
    font-size: 14px;
    font-weight: 600;
    color: #3952A3;
    display: inline-block;
    background: url(../images/arrow-right.png) right 5px top / auto 22px no-repeat;
    padding: 0 35px 0 0;
    height: 22px;
    line-height: 22px;
}
.btnwatch:hover, .btnwatch:visited {
    color: #3952A3;
}
.btnwatch:hover {
    background-position: right 0px top;
}
.sidewrap {
    max-width: 330px;
    float: right;
    background: #ffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    border-radius: 20px 0 0 20px;
    padding: 10px 30px;
    font-size: 14px;
}
.widget {
    padding: 20px 0;
    border-bottom: 1px solid #EAEDF3; 
    margin: 0;
}
.widget:last-child {
    border: none;
}
.widgetitle {
    font-size: 21px;
    color: #352F28;
    padding: 0 0 15px 0;
    text-transform: uppercase;
}
.widget ul, .widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget li {
    border-left: 3px solid #fff;
    transition: all .3s ease-in-out;
    margin: 3px 0 3px -30px;
    padding: 0 0 0 30px;
}
.widget li:hover {
    border-left-color: #3C64B1;
}
.widget li > a {
    display: block;
    position: relative;
    z-index: 0;
    padding: 5px 15px 5px 25px;
}
.widget li a::before {
  content: "\2022";
  color: #3952A3;
  font-weight: bold;
  display: block;
  width: 21px;
  height: 21px;
  font-size: 21px;
  line-height: 21px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 4px;
}
.widget li > a:hover {
    color: #3952A3;
}
.single-post .nbrcrumbs {
    padding: 0;
    margin: 0;
}
#postsingle {
    padding: 30px 0;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(27,27,27,0.7);
}
#progridslide {
    margin: 0 -15px;
}
.progr-item {
    padding: 0 15px;
}
.progr-item .prodiv {
    margin-bottom: 30px;
}
.metahead {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin: 40px 0 20px;
}
.metahead .postmeta {
    font-size: 20px;
    padding: 10px 25px 10px 0;
    display: block;
}
.metahead .postmeta strong {
    font-size: 23px;
}
.metahead .plabel {
    position: static;
    display: block;
    margin: 0 25px 0 0;
}
.metahead .ptags {
    margin-left: auto;
    clear: none;
}
.postmain-title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #352F28;
    padding: 0 0 20px 0;
}
.postcontent figure {
    margin: 20px 30px 80px 40px;
    position: relative;
    z-index: 0;
    display: inline-block;
}
.postcontent figure img {
    width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.postcontent figure::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: -40px;
    bottom: -40px;
    background: rgba(203,231,246,0.6);
}
.postcontent > h2 {
    font-size: 24px;
    font-weight: 600;
    color: #352F28;
    padding: 0 0 20px 0; 
}
.postcontent > h3 {
    font-size: 21px;
    font-weight: 600;
    color: #352F28;
    padding: 0 0 20px 0; 
}
.proembed {
    padding: 40px 0;
}
.postcontent blockquote {
    padding: 20px 40px;
    position: relative;
    z-index: 0;
    margin: 20px auto 15px;
    max-width: 94%;
}
.postcontent blockquote::before, .postcontent blockquote::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 24px;
    height: 34px;
    background: url(../images/quotes.png) center no-repeat;
}
.postcontent blockquote::before {
    left: 0;
    top: 0;
}
.postcontent blockquote::after {
    right: 15px;
    bottom: 40px;
}
body.blog #secmore {
    padding-top: 20px;
}
#catglist {
    padding: 60px 0;
}
.catdescp {
    padding: 15px 20px 0;
    margin: 0 0 50px;
    background-color: rgba(106,186,230,0.35);
}
.catgtitle {
    font-size: 42px;
    line-height: 1.5;
    padding: 0 0 15px 0;
    text-transform: capitalize;
}
.archive-meta {
    font-size: 16px;
    padding: 0 0 15px;
}
.archive-meta p:alst-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
#shippingPolicy .close {
    position: static;
    color: #000;
    font-size: 1.6rem;
}
#shippingPolicy.modal {
    padding-top: 0;
    overflow: hidden;
    background-color: unset;
    overflow-x: hidden;
    overflow-y: scroll;
}
#shippingPolicy .modal-content {
    display: flex;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}
#shippingPolicy .modal-title {
    font-size: 30px;
}
.post-item {
    height: 380px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.postpagin .nav-links {
    display: block;
}
.postpagin .nav-previous {
    float: left;
}
.postpagin .nav-next {
    float: right;
}
.postpagin a {
    font-size: 14px;
    font-weight: 600;
    color: #3952A3;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    text-transform: uppercase;
}
.postpagin a:hover, .postpagin a:visited {
    color: #3952A3;
}
.postpagin .nav-previous a {
    padding: 0 0 0 35px;
    background: url(../images/arrow-left.png) left 5px top / auto 22px no-repeat;
}
.postpagin .nav-next a {
    padding: 0 35px 0 0;
    background: url(../images/arrow-right.png) right 5px top / auto 22px no-repeat;
}
.woocommerce table.my_account_orders {
    font-size: 1.2em;
}
#addToCart.fade.in {
    opacity: 1!important;
}
/*CSS Crash Fix*/
.woocommerce .col2-set, .woocommerce-page .col2-set {
    margin: 0 -10px;
    width: auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 50%;
    max-width: unset;
    flex: auto;
    padding: 0 10px;
    float: left;
}
.woocommerce-billing-fields__field-wrapper {
    margin: 0 -10px;
}
body.woocommerce-page .woocommerce form .form-row {
    padding: 0 10px 20px;
    margin: 0;
}
body.woocommerce-page .woocommerce form .form-row.form-row-wide {
    width: 100%;
    clear: both!important;
}
body.woocommerce-page .woocommerce form .form-row.form-row-first, body.woocommerce-page .woocommerce form .form-row.form-row-last {
    width: 50%;
    display: block;
}
.woocommerce form .form-row label {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
}
.woocommerce form .form-row .woocommerce-input-wrapper {
    width: 100%;
    display: block;
}
.woocommerce form .form-row .woocommerce-input-wrapper span {
    display: block;
}
.post-content {
    font-size: 15px;
}
h3#ship-to-different-address span {
    font-size: 24px;
    line-height: 1.4;
    padding-bottom: 10px;
    font-weight: 600!important;
}
#ship-to-different-address {
    padding-top: 40px;
}

/*== Responsive ==*/
@media all and (max-width: 1690px) {
    .post-item {
        height: 300px;
    }
}
@media all and (max-width: 1280px) {
    .hmenu > ul > li > a {
        padding: 0 10px;
    }
    .bdata {
        padding: 20px 0;
    }
    .btitle {
        padding: 0;
    }
    .btitle > strong {
        font-size: 124px;
        line-height: 1;
    }
    .btnshop {
        margin-top: 0;
    }
    #features {
        padding: 15px 0 80px;
    }
    .featlist {
        padding: 20px 0 50px;
    }
    .mobadj1 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .prosection {
        padding: 0 0 60px 0;
    }
    .item {
        padding: 0 10px 15px;
    }
    #reviews {
        padding: 20px 0 0;
        margin-bottom: 130px;
    }
    .reviewbox {
        padding: 70px 45px 0;
    }
    #secmore {
        padding: 60px 0 0;
    }
    .footflex {
        justify-content: space-around;
    }
    #footmain {
        padding: 60px 0 0;
    }
    .metahead {
        margin-top: 10px; 
    }
    #progridslide .progr-item .prodiv {
        max-width: 100%;
    }
    #progridslide .prorating {
        padding: 0 15px;
    }
    #progridslide .proimg {
        height: 212px;
    }
    .post-item {
        height: 260px;
    }
    #blogsec {
        padding: 0 30px;
    }
    #blogslider .slick-prev {
        left: -30px;
    }
    #blogslider .slick-next {
        right: -30px;
    }
    .prodlist {
        padding: 0 15px;
    }
    .prodlist .slick-prev {
        background: url(../images/icn-left.png) center no-repeat;
        left: -15px;
    }
    .prodlist .slick-next {
        background: url(../images/icn-right.png) center no-repeat;
        right: -15px;
    }
}
@media all and (max-width: 991px) {
    .cataglist > li {
        width: 25%;
    }
    .cataglist > li > a {
        flex-direction: column;
    }
    .catgname {
        padding: 10px 0 0;
        font-size: 14px;
    }
    #blogsec {
        padding: 30px 0 20px;
    }
    .postfeat {
        margin-bottom: 40px;
        text-align: center;
    }
    .postfeat img {
        width: 100%;
    }
    #blogslider {
        padding: 0;
        margin: 0;
    }
    #instaslider {
        margin-bottom: 0;
    }
    .featlist {
        flex-wrap: wrap;
    }
    .featlist > li {
        width: 50%;
    }
    .featlist > li:nth-child(2) {
        border-right: none;
    }
    .featlist > li:first-child, .featlist > li:nth-child(2) {
        border-bottom: 1px solid rgba(57,82,163,0.2);
    }
    .htop {
        background: #fff;
    }
    #hnews {
        position: relative;
        z-index: 5;
        padding: 0 53px 0 15px;
    }
    .acmodal {
        margin-top: 45px;
    }
    #mobnav {
        display: block;
        position: absolute;
        z-index: 0;
        right: 0;
        top: 0;
        height: 45px;
        width: 45px;
        border: none;
        text-indent: -9999px;
        background: url(../images/nav-mobile.png) center no-repeat;
        transition: all .3s ease-in-out;
    }
    #mobnav:hover {
        background-color: rgba(255,255,255,0.15);
    }
    #mobnav.active {
        background: url(../images/icn-close.png) center no-repeat;
    }
    #btnSearch {
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        border: none;
        background: url(../images/icn-searchdark.png) center no-repeat;
    }
    .brand {
        width: 140px;
    }
    .hright {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .hsearch {
        display: block;
        margin: 0;
        position: absolute;
        z-index: 500;
        background: #3952A3;
        right: 0;
        top: 58px;
        width: 100%;
        height: 45px;
        padding: 5px;
        overflow: hidden;
        max-height: 0px;
        transition: all .4s ease-in-out;
        opacity: 0;
    }
    .hsearch.active {
        max-height: 45px;
        opacity: 1;
    }
    .hstxt {
        height: 35px;
        background: #fff;
        padding-right: 40px;
        font-size: 15px;
        border: none;
    }
    .hstxt:focus {
        background: #fff;
    }
    .hsbtn {
        width: 45px;
        height: 45px;
    }
    .hiclist {
        justify-content: flex-end;
    }
    .hlist {
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 58px;
    }
    .hlist::after {
        display: none;
    }
    .hbottom {
        flex-direction: column-reverse;
        padding: 0 0 0;
        overflow: hidden;
        height: auto;
        max-height: 0px;
        transition: all .4s ease-in-out;
    }
    #mobMenu.active {
        max-height: 5000px;
        padding: 45px 0 0;
        margin-bottom: -45px;
        /*border-bottom: 1px solid rgba(106,186,230,0.35);*/
    }
    .hmenu {
        display: none;
    }
    .hbottom .hmenu {
        display: block;
    }
    #mastheader #menucustom {
        justify-content: flex-start;
        padding: 5px 15px 0 10px;
        font-size: 14px;
    }
    #menucustom > li {
        padding: 10px 10px;
    }
    .hmenu > ul {
        flex-direction: column;
    }
    .hmenu > ul > li {
        border-bottom: 1px solid rgba(57,82,163,0.1);
    }
    .hmenu > ul > li > a {
        height: auto;
        padding: 15px 20px;
        font-size: 14px;
        line-height: 1.5;
        justify-content: flex-start;
    }
    .hmenu > ul > li > a:hover {
        color: #3952A3;
        font-weight: 600;
    }
    #navmain ul {
        flex-direction: column;
    }
    #navmain ul > li {
        border-bottom: 1px solid rgba(106,186,230,0.35);
    }
    #navmain ul > li > a {
        font-size: 15px;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    li.menu-item-has-children > a::after {
        background: url(../images/icn-dropright.png) center right no-repeat;
        width: 11px;
        height: 11px;
        transition: all.3s ease-in-out;
    }
    li.menu-item-has-children:hover > a::after {
        transform: rotate(90deg);
    }
    li.menu-item-has-children > a{
        pointer-events: none; 
    }
    #navmain ul > li:hover {
        background-color: rgba(106,186,230,0.35);
    }
    #navmain > ul > li ul.sub-menu {
        position: static;
        display: none;
        width: 100%;
        padding: 0;
        background: #f6f6f6;
    }
    #navmain > ul > li ul.sub-menu > li {
        padding-left: 20px;
    }
    #navmain > ul > li ul.sub-menu > li:last-child {
        border: none;
    }
    #navmain > ul > li:hover ul.sub-menu > li:hover {
        background-color: #eee;
    }
    #hnews {
        height: 45px;
        position: absolute;
        z-index: 50;
        left: 0;
        top: 58px;
        width: 100%;
        padding: 0 45px 0 15px;
    }

    #content {
        padding-top: 45px;
    }
    .binfo {
        position: static;
        width: auto;
        flex-grow: 1;
    }
    .bgallery {
        max-width: 40%;
    }
    .btitle {
        font-size: 30px;
        padding-bottom: 15px;
    }
    .btitle > strong {
        font-size: 95px;
    }
    .bgallery .bgrid2 {
        display: none;
    }
    .bdata {
        max-width: 440px;
    }
    .slick-active + .slick-active + .slick-active + .slick-active + .slick-active .logobox {
        justify-content: center;
    }
    .slick-active + .slick-active + .slick-active + .slick-active .logobox {
        justify-content: flex-end;
    }
    .ibtitle {
        font-size: 40px;
        line-height: 1.3;
    }
    #bloglist, #catglist {
        padding: 40px 0;
    }
    .plist .expert {
        font-size: 14px;
    }
    .blogbox {
        flex-direction: column-reverse;
    }
    .sidewrap {
        max-width: 100%;
        width: auto;
        margin: 0 15px 40px;
        border-radius: 20px;
        padding: 0px 20px;
    }
    .listfoot {
        text-align: center;
        padding-top: 20px;
    }
    .widget li {
        padding: 0 0 0 20px;
        margin: 3px 0 3px -20px;
    }
    .widget li > a {
        padding: 5px 15px 5px 15px;
    }
    .widget {
        overflow: hidden;
        height: auto;
        max-height: 70px;
        transition: all .4s ease-in-out;
    }
    .widget:hover {
        max-height: 1000px;
    }
    .widgetitle {
        position: relative;
        z-index: 0;
    }
    .widgetitle::after {
        content: '';
        display: block;
        position: absolute;
        z-index: 0;
        right: 0;
        top: 8px;
        width: 12px;
        height: 12px;
        background: url(../images/icn-dropright.png) center no-repeat;
        transition: all .4s ease-in-out;
    }
    .widget:hover .widgetitle::after {
        transform: rotate(90deg);
    }
    .gird-proimg {
        text-align: center;
    }
    .metahead .plabel {
        margin-right: 15px;
    }
    .catdescp {
        margin-bottom: 30px;
    }
    .catgtitle {
        font-size: 36px;
        line-height: 1.3;
    }
    .catdparent {
        order: 1;
    }
    .post-item img {
        min-height: 100%;
        max-width: 500%;
        float: left;
        width: auto;
    }
    .single-post #breadcrumbs  {
        flex-direction: column;
    }
    .woocommerce-checkout .widget-area {
        display: none;
    }
    .woocommerce-checkout #main {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }
}
@media all and (max-width: 767px) {
    #banner {
        flex-direction: column;
    }
    .bdata {
        max-width: 100%;
    }
    .bgallery {
        max-width: 100%;
    }
    .bdescp {
        margin: 0 0 15px 0;
    }
    .bimg {
        max-width: 300px;
        margin-top: -41px;
        padding: 0 0 0 15px;
    }
    .bgrid1::after {
        width: 120px;
        height: 120px;
        left: -60px;
        bottom: -60px;
    }
    #features {
        padding: 0;
    }
    #features .featlist > li {
        width: 100%;
        text-align: center;
        flex-direction: column;
        border: none;
    }
    .featlist > li::after {
        content: '';
        display: block;
        margin: 15px auto 0;
        width: 90px;
        height: 2px;
        background: rgba(57,82,163,0.2);
    }
    .icflabel {
        padding: 10px 0 0;
    }
    #features .featlist > li:last-child::after {
        display: none;
    }
    .d-desktop {
        display: none;
    }
    .d-mob {
        display: block;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 40px;
    }
    .tgap100 {
        padding-top: 50px;
    }
    .boxlinkwrap {
        margin-top: 40px;
    }
    .boxlinkwrap img {
        width: 100%;
    }
    #secmore .row:nth-child(2n) {
        flex-direction: column;
    }
    .linkbox {
        top: 27%;
    }
    .prosection {
        position: relative;
        z-index: 0;
        padding: 0 0 130px 0;
    }
    .subtitle {
        text-align: center;
    }
    .prhead .btncatalog {
        position: absolute;
        z-index: 1;
        right: 50%;
        margin-right: -84px;
        bottom: 60px;
        font-size: 14px;
        height: 50px;
        line-height: 38px;
        padding: 5px 25px;
        letter-spacing: 1px;
    }
    #reviews {
        position: relative;
        z-index: 0;
        margin: 70px 0 180px;
        padding: 30px 15px;
    }
    .reviewbox {
        padding: 0;
        background: transparent;
        margin: 0 0 -160px;
    }
    .reviewtitle {
        text-align: center;
        justify-content: center;
        position: absolute;
        z-index: 0;
        width: 100%;
        top: -70px;
        left: 0;
    }
    .reviewtitle::after {
        display: none;
    }
    .customer-review::before {
        display: none;
    }
    .review-row {
        flex-direction: column-reverse;
        padding: 0;
        background: #E0F4FF;
        margin: 0 0 -35px;
    }
    
    .reviewslide {
        margin: 0;
    }
    .customer-review {
        width: 100%;
        padding: 25px 0 0;
    }
    .cquote {
        max-width: 100%;
        padding: 0 0 0 50px;
        font-size: 13px;
        line-height: 1.8;
        background-position: 10px 50px;
        margin: 0;
        min-height: 200px;
    }
    .custname {
        padding: 0 0 5px;
        font-size: 20px;
    }
    .customer-dp {
        width: 100%;
        min-height: 10px;
        padding: 20px;
        margin: 0 0 -70px 0;
    }
    .custdpwrap {
        margin: 0 auto 0;
        position: relative;
        z-index: 0;
        right: -20px;
    }
    .custdpwrap::before {
        top: auto;
        bottom: -50px;
    }
    .item-review {
        padding-bottom: 140px;
    }
    #reviewslide .slick-prev {
        left: -15px;
        margin-top: 0;
        top: 40%;
    }
    #reviewslide .slick-next {
        right: -15px;
        top: 40%;
        margin-top: 0;
    }
    .slick-active + .slick-active .logobox {
        justify-content: center;
    }
    .slick-active + .slick-active + .slick-active .logobox {
        justify-content: flex-end;
    }
    .cataglist > li {
        width: 33.3333%;
    }
    .subtitle {
        font-size: 30px;
    }
    .postfeat {
        margin-bottom: 0;
    }
    .graphicwarp {
        padding: 0 0 90px ;
        display: block;
    }
    .minbanner {
        width: 100%;
    }
    .tgraphic {
        height: auto;
        max-height: 356px;
        transform: rotate(-90deg);
        transform-origin: left top;
        display: block;
        left: 0;
        top: 100%;
    }
    .linklearn {
        position: absolute;
        z-index: 0;
        right: 15px;
        bottom: 30px;
        margin: 0;
    }
    #secmore .row:nth-child(even) .tgraphic {
        height: auto;
        max-height: 360px;
        transform: rotate(-270deg);
        transform-origin: left top;
        display: block;
        left: 360px;
        top: 100%;
        margin-top: -80px;
    }
    #secmore .row:nth-child(even) .graphicwarp {
        padding: 0 0 90px ;
        display: block;
    }
    #footmain {
        padding: 30px 0 0;
        position: relative;
        z-index: 0;
    }
    .fwidget {
        padding: 0 0 15px 0;
        max-width: 100%;
    }
    .developer {
        display: none;
    }
    .developer.mob {
        display: block;
        text-align: center;
        width: 100%;
        padding: 15px 0;
    }
    .footflex {
        padding: 0;
        margin: 0 -15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .fcol {
        float: left;
        width: 50%;
    }
    .footflex .fcol:last-child {
        width: 100%;
        margin:;
        padding: 0;
    }
    .footflex .fcol:last-child .fwidget {
        float: left;
        width: 50%;
        padding: 0 15px;
    }
    .linkbox .linklearn {
        position: static;
    }
    .ibtitle {
        font-size: 36px;
        padding: 0 15px 20px;
    }
    .blogwide {
        min-height: 150px;
        max-width: 130%;
    }
    .plist .postmeta {
        padding-bottom: 0;
    }
    .plist .postmeta {
        font-size: 18px;
    }
    .plist .postmeta strong {
        font-size: 23px;
    }
    .plist .expert {
        padding-bottom: 10px;
        font-size: 13px;
    }
    .proembed .text-right {
        text-align: center!important;
    }
    .metahead {
        flex-wrap: wrap;
    }
    .metahead .ptags {
        width: 100%;
    }
    .catgtitle {
        font-size: 30px;
        line-height: 1.3;
    }
    .widgetitle {
        font-size: 18px;
        line-height: 1.5;
        padding: 0 0 10px 0;
    }
    .widget {
        max-height: 58px;
        padding: 15px 0;
    }
    #postsingle {
        padding: 20px 0 30px;
    }
    #postsingle #breadcrumbs {
        padding-bottom: 0;
    }
    .sidewrap {
        border-radius: 12px;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, body.woocommerce-page .woocommerce form .form-row.form-row-first, body.woocommerce-page .woocommerce form .form-row.form-row-last {
        width: 100%;
    }
    #footmain .col-md-8 {
        padding-top: 20px;
    }
    h3#ship-to-different-address {
        padding-top: 10px;
    }
    h3#ship-to-different-address span {
        font-size: 20px;
    }
    .slick-slide .logobox img {
        max-height: 100%;
    }
}
@media all and (max-width: 649px) {
    .prodlist {
        padding: 0 30px;
    }
    .prodlist .slick-prev {
        left: 0;
    }
    .prodlist .slick-next {
        right: 0;
    }
}
@media all and (max-width: 575px) {
    #hnews {
        font-size: 12px;
        text-align: left;
        line-height: 1.3;
        font-weight: 400;
        padding: 0 50px 0 15px;
    }
    .bimg {
        max-width: 60%;
    }
    .cataglist > li {
        width: 50%;
    }
    .catgname {
        text-align: center;
    }
    .logobox {
        height: 80px;
        padding: 0 10px;
    }
    #instaslider {
        margin-top: 40px;
    }
    .cataglist {
        margin-bottom: 0;
    }
    #blogslider {
        padding: 0 5px;
    }
    #blogslider .slick-prev {
        left: -10px;
    }
    #blogslider .slick-next {
        right: -10px;
    }
    .item-post {
        padding: 0 0 0;
    }
    .item-post .row {
        padding: 0;
    }
    .postfeat {
        margin-bottom: 30px;
    }
    .postfeat::before {
        display: none;
    }
    .postmeta {
        font-size: 20px;
        padding: 0 0 10px;
    }
    .postmeta strong {
        font-size: 30px;
    }
    #blogslider .slick-arrow {
        top: auto;
        margin: 0;
        bottom: 10px;
        left: auto;
        right: 0;
        width: 31px;
        height: 30px;
    }
    #blogslider .slick-prev {
        margin-right: 60px;
        background: url(../images/arrow-left.png) center no-repeat;
    }
    #blogslider .slick-next {
        margin-right: 10px;
        background: url(../images/arrow-right.png) center no-repeat;
    }
    .btnmore:hover {
        margin-left: 5px;
    }
    .tgraphic {
        max-height: 250px;
    }
    #secmore .row:nth-child(even) .tgraphic {
        max-height: 250px;
        left: 250px;
        margin-top: -50px;
    }
    .graphicwarp {
        padding: 0 0 60px;
    }
    #secmore .row:nth-child(even) .graphicwarp {
        padding: 0 0 60px ;
        display: block;
    }
    .linklearn {
        bottom: 10px;
    }
    .ftitle {
        font-size: 16px;
    }
    .feathumb img {
        width: 100%;
        margin-bottom: 15px;
    }
    .plist .expert {
        font-size: 14px;
    }
    .blogbox .btnmore {
        width: 100%;
        height: 45px;
        line-height: 35px;
        font-size: 14px;
    }
    .plist {
        padding: 0 10px 40px;
    }
    .plist .postitle {
        padding-top: 15px;
    }
    .ibcontent {
        position: static;
        padding: 30px 15px;
        text-align: center;
    }
    .blogwide {
        position: absolute;
        z-index: -1;
        width: auto;
        height: 100%;
        left: 0;
        top: 0;
        max-width: 400%;
    }
    .hiclist li {
        padding-left: 5px;
    }
    .catgtitle {
        font-size: 24px;
        line-height: 1.3;
    }
    .ibtitle {
        font-size: 30px;
        line-height: 1.3;
    }
}
@media all and (max-width: 400px) {
    .btitle > strong {
        font-size: 80px;
    }
    .cataglist a:hover .catimgbox::before {
        left: -10px;
        top: -10px;
    }
    .tgraphic {
        max-height: 150px;
        margin-top: -10px;
    }
    #secmore .row:nth-child(even) .tgraphic {
        max-height: 150px;
        left: 150px;
    }
    .graphicwarp {
        padding: 0 0 50px;
    }
    .linklearn {
        bottom: 20px;
    }
}

/* new */
.product-description-custom {
    height: 190px;    
    overflow: hidden;
}
.readmore-product {
    color: #63C9FF !important;
    padding: 10px 0px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
.term-description {
    display: none;
}
.product-description-category-custom {max-height: 194px;    
    overflow: hidden;}
.readmore-category {
    color: #63C9FF !important;
    padding: 10px 0px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}