@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf')  format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.ttf') format('truetype'),
    url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/Roboto-Medium.woff') format('woff'),
    url('../fonts/Roboto-Medium.ttf') format('truetype'),
    url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
body {
    font-family: 'Roboto';
    font-weight: normal;
    color: #939fa4;
}
h1 {
    font-size:46px;
    color: #000;
}
h2 {
    font-size:36px;
    color: #000;
}
.light-font {
    font-weight: 100;
}
.normal-font {
    font-weight: normal;
}
.medium-font {
    font-weight: 500;
}
.bold-font {
    font-weight: bold;
}
/************
Header
*************/
header.default {
    background-image: url(../images/default-top-header-bg.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 210px;
    max-width: 1800px;
    margin: 0 auto;
}
header .logo>a>svg {
    width: 150px;
}
header .header-container {
    display: table;
    width: 100%;
    padding-top: 15px;
}
header .header-container>div {
    display: table-cell;
}
header .header-container>div.menu {
    text-align: right;
}
header .header-container>div.menu nav {
    display: inline-block;
}
header .header-container>div.menu nav>ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
header .header-container>div.menu nav>ul>li {
    display: inline-block;
    vertical-align: top;
    min-height: 50px;
    cursor: pointer;
}
header .header-container>div.menu nav>ul>li.close {
    display: none;
}
header .header-container>div.menu nav>ul>li>a {
    font-family: 'Roboto';
    font-weight: normal;
    color: #FFF;
    font-size: 14px;
    padding: 14px 25px;
    border-radius: 30px;
    transition: all 200ms;
}
header .header-container>div.menu nav>ul>li>a:hover {
    text-decoration: none;
    background-color: #50b6ff;
    -webkit-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    -moz-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
}
header .header-container>div.menu nav>ul>li>a.active {
    background-color: #50b6ff;
    -webkit-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    -moz-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
}
header .header-container>div.menu nav>ul>li> div.sub-menu {
    display: none;
    margin-top: 15px;
    width: 240px;
    margin-left: -57px;
    padding: 5px 0 0 0;
    background: #FFF;
    border-radius: 7px;
    -webkit-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    -moz-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    position: absolute;
    z-index: 4000;
}
header .header-container>div.menu nav>ul>li:hover div.sub-menu {
    display: block;
}
header .header-container>div.menu nav>ul>li> div.sub-menu>a {
    display: block;
    text-align: center;
    padding: 3px 0px;
    border-bottom: 1px dotted #cacaca;
}
header .header-container>div.menu nav>ul>li> div.sub-menu>a:last-child {
    border-bottom: none;
}
#mobile_menu {
    display: none;
}
header a.top-nav-btn {
    display: inline-block;
    border: none;
    background: transparent;
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    color: #FFF;
    vertical-align: middle;
    cursor: pointer;
    transition: all 200ms;
    margin-right: 20px;
}
header a.top-nav-btn:hover {
    text-decoration: none;
    color: #50b6ff;
}
#cart_btn {
    display: inline-block;
    border: none;
    background: transparent;
    font-size: 30px;
    line-height: 30px;
    padding: 0;
    color: #FFF;
    vertical-align: middle;
    cursor: pointer;
}
#cart_btn:hover {
    text-decoration: none;
}
#cart_btn>img {
    position: relative;
    display: inline-block;
    top: -4px;
}
#total_items_in_cart {
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    width: 20px;
    height: 20px;
    background: #9ac527;
    color: #FFF;
    font-weight: bold;
    border-radius: 20px;
    vertical-align: top;
    margin-top: -5px;
    margin-left: -9px;
    text-align: center;
}
#cart_btn:focus {
    outline: none;
}
#checkout_btn {
    font-family: 'Roboto';
    font-weight: normal;
    color: #FFF;
    font-size: 14px;
    padding: 14px 25px;
    border-radius: 30px;
    transition: all 200ms;
    background-color: #9ac527;
    -webkit-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    -moz-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    vertical-align: middle;
    cursor: pointer;
}
#checkout_btn:focus {
    outline: none;
}
#checkout_btn:hover {
    text-decoration: none;
    background: #afde30;
}
table.summary-table {
    width: 100%;
}
table.summary-table tr>td {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid gray;
}
/************
Checkout
*************/

section.cart-page #order_details_container {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
    position: relative;
    min-height: 600px;
}
section.cart-page #order_details_container.loading::before {
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
}
section.cart-page #order_details_container.loading::after {
    content: '';
    background: url(/images/loading.svg);
    background-size: cover;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -55px;
    z-index: 201;
}
section.cart-page #order_details_container table {
    width: 100%;
}
section.cart-page #order_details_container table th {
    border-top: medium none;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
}
section.cart-page #order_details_container table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}
section.cart-page #ship_to_different_address_container {
    display: none;
    transition: all 200ms;
}
section.cart-page #ship_to_different_address_container.show {
    display: flex;
}
section.cart-page .payment-method {
    margin-top: 40px;
}
section.cart-page .discount-code>div {
    position: relative;
}
section.cart-page .discount-code input[name=discount_code] {
    padding-right: 100px;
}
section.cart-page .discount-code button {
    position: absolute;
    font-family: 'Montserrat Semibold';
    right: 11px;
    bottom: -4px;
    border: none;
    color: #FFF;
    background-color: #50b6ff;
    padding: 13px 25px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 200ms;
}
section.cart-page .discount-code button:hover {
    background-color: #50b6ff;
}
section.cart-page #paypal_method {
    text-align: center;
}
table.shipping-rates {
    width: 100%;
    margin-bottom: 15px;
}
table.shipping-rates td {
    padding: 0 !important;
    vertical-align: middle;
    font-size:14px;
    line-height: 20px;
}
table.shipping-rates td.radio-input {
    text-align: right !important;
}
table.shipping-rates td.description {
    text-align: left !important;
}
table.shipping-rates label {
    margin: 0 !important;
}

/************
My Account
*************/
.account-box {
    background: #f2f2f2;
    font-size: 14px;
    min-height: 160px;
}
.account-box p {
    margin: 0;
}
.account-box h2 {
    margin: 0;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.account-box>div.content {
    padding: 15px;
}
table.orders-table {
    width: 100%;
}
table.orders-table thead tr td {
    font-weight: bold;
    padding: 3px 2px;
    border-bottom: 1px solid #50b6ff;
}
table.orders-table tbody tr td {
    padding: 5px 2px;
    border-bottom: 1px dotted gray;
    font-size: 14px;
    line-height: 18px;
}
.my-account-buttons .profile-btn {
    background-color: #f2f2f2;
    display: inline-block;
    padding: 15px 5px 15px 5px;
    margin: 0px 0 5px 0;
    transition: all 200ms;
}
.my-account-buttons .profile-btn:hover {
    color: #2f98e3;
}
.my-account-buttons .profile-btn.active {
    background: #50b6ff;
    color: #FFF;
}
/************
Order Status
*************/
form.order-message {
    position: relative;
}
form.order-message textarea {
    width: 100%;
}
form.order-message button[type=submit] {
    width: 100%;
}
.fabrics-invoice-items {
    margin:25px 0;
}
.fabrics-invoice-items .titles strong {
    padding: 2px 0;
    display: block;
    border-bottom: 1px solid gray;
}
.fabrics-invoice-items .fabric-item>div {
    padding: 5px 0;padding: 10px 15px;
    border-bottom: 1px solid #cacaca;
}
.fabrics-invoice-items .fabric-item div.qty {
    text-align:center;
}
section.order-notifications .notification {
    padding: 15px 20px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(102,102,102,0.51);
    -moz-box-shadow: 0px 2px 6px 0px rgba(102,102,102,0.51);
    box-shadow: 0px 2px 6px 0px rgba(102,102,102,0.51);
    margin-bottom: 25px;
}
section.order-notifications .notification.backend {
    border-right:3px solid #ff722d;
}
section.order-notifications .notification.frontend {
    border-left:3px solid #3da7f3;
}
section.order-notifications .notification p.description {
    margin:0;
}
section.order-notifications .notification p.note {
    margin: 0;
    font-style: italic;
}
section.order-notifications .notification p.sender {
    margin: 0;
    color: #3da7f3;
}
section.order-notifications .notification p.created_at {
    margin:0;
    text-align: left;
    font-size: 12px;
}
/************
Accordion
*************/

section.accordion {
    display: block;
    width: 100%;
}
section.accordion>.panel {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    margin-bottom: 5px;
}
section.accordion>.panel>button.panel-header {
    display: block;
    position: relative;
    width: 100%;
    color: #333;
    background-color: #f5f5f5;
    padding: 10px 15px;
    border:none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-align: left;
    cursor: pointer;
}
section.accordion>.panel>button.panel-header>i.fas.arrow {
    position: absolute;
    top: 15px;
    right: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    transition: all 200ms;
}
section.accordion>.panel>button.panel-header>i.fas.arrow:before {
    content: "\f078";
}
section.accordion>.panel>button.panel-header>i.fas.arrow.rotate {
    transform: rotate(200grad);
}
section.accordion>.panel>.panel-body {
    display: none;
    border-top: 1px solid #ddd;
    padding: 15px;
}
section.accordion>.panel>.panel-body.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
section.accordion>.panel>.panel-body.show {
    display: block;
}
.mobile-category-btn {
    display: none;
}
/************
Footer
*************/
footer {
    margin: 50px 0;
}
footer h5 {
    font-size: 16px;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul>li {
    padding: 3px 0;
}
footer ul>li a {
    color: #939fa4;
    transition: all 200ms;
}
footer ul>li a:hover {
    color: #50b6ff;
    text-decoration: none;
}
/************
Buttons
*************/
.btn-green {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: normal;
    color: #FFF;
    font-size: 14px;
    padding: 14px 25px;
    border-radius: 30px;
    transition: all 200ms;
    background: #9ac527;
    background: -moz-linear-gradient(left, #9ac527 0%, #76981b 100%);
    background: -webkit-linear-gradient(left, #9ac527 0%,#76981b 100%);
    background: linear-gradient(to right, #9ac527 0%,#76981b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac527', endColorstr='#76981b',GradientType=1 );
    margin: 5px;
    border: none;
    cursor: pointer;
}
.btn-green:hover {
    text-decoration: none;
    color: #FFF;
    background: #9ac527;
    background: -moz-linear-gradient(left, #9ac527 0%, #9ac527 100%);
    background: -webkit-linear-gradient(left, #9ac527 0%, #9ac527 100%);
    background: linear-gradient(to right, #9ac527 0%, #9ac527 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ac527', endColorstr='#9ac527',GradientType=1 );
    -webkit-box-shadow: 10px 7px 33px -1px rgba(83,114,0,0.4);
    -moz-box-shadow: 10px 7px 33px -1px rgba(83,114,0,0.4);
    box-shadow: 10px 7px 33px -1px rgba(83,114,0,0.4);
}
.btn-blue {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: normal;
    color: #FFF;
    font-size: 14px;
    padding: 14px 25px;
    border-radius: 30px;
    border: none;
    transition: all 200ms;
    background: #3da7f3;
    background: -moz-linear-gradient(left, #3da7f3 0%, #1074bb 100%);
    background: -webkit-linear-gradient(left, #3da7f3 0%,#1074bb 100%);
    background: linear-gradient(to right, #3da7f3 0%,#1074bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da7f3', endColorstr='#1074bb',GradientType=1 );
    margin: 5px;
    cursor: pointer;
}
.btn-blue:focus {
    outline: none;
}
.btn-blue:hover {
    text-decoration: none;
    color: #FFF;
    background: #3da7f3;
    background: -moz-linear-gradient(left, #3da7f3 0%, #3da7f3 100%);
    background: -webkit-linear-gradient(left, #3da7f3 0%, #3da7f3 100%);
    background: linear-gradient(to right, #3da7f3 0%, #3da7f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da7f3', endColorstr='#3da7f3',GradientType=1 );
    -webkit-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    -moz-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
}
.btn-blue-lined {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: normal;
    color: #939fa4;
    font-size: 14px;
    padding: 14px 25px;
    border-radius: 30px;
    transition: all 200ms;
    background: #FFF;
    border: 2px solid #3da7f3;
    margin: 5px;
}
.btn-blue-lined:hover {
    text-decoration: none;
    color: #FFF;
    background: #3da7f3;
    background: -moz-linear-gradient(left, #3da7f3 0%, #3da7f3 100%);
    background: -webkit-linear-gradient(left, #3da7f3 0%, #3da7f3 100%);
    background: linear-gradient(to right, #3da7f3 0%, #3da7f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da7f3', endColorstr='#3da7f3',GradientType=1 );
    -webkit-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    -moz-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
}
.btn-white-lined {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: normal;
    color: #FFF;
    font-size: 14px;
    padding: 14px 25px;
    border-radius: 30px;
    transition: all 200ms;
    background: transparent;
    border: 2px solid #FFF;
    margin: 5px;
}
.btn-white-lined:hover {
    color: lightblue;
    border: 2px solid lightblue;
    text-decoration: none;
}
.btn-white {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: normal;
    color: #3da7f3;
    font-size: 14px;
    padding: 14px 25px;
    border-radius: 30px;
    transition: all 200ms;
    background: #FFF;
    margin: 5px;
    border: none;
    cursor: pointer;
}
.btn-white:hover {
    text-decoration: none;
    color: #FFF;
    background: #3da7f3;
    -webkit-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    -moz-box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
    box-shadow: 10px 7px 33px -1px rgba(0,85,145,0.4);
}
.btn-gray {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: normal;
    color: #FFF;
    font-size: 14px;
    padding: 14px 25px;
    border-radius: 30px;
    transition: all 200ms;
    background: #c8c8c8;
    margin: 5px;
    border: none;
    cursor: pointer;
}
.btn-gray:hover {
    text-decoration: none;
    color: #FFF;
    background: #adadad;
}
.btn-block {
    width: 100%;
    text-align: center;
}
a.btn-sm-default-rounded {
    background: #50b6ff;
    color: #FFF;
    border-radius: 30px;
    display: inline-block;
    padding: 2px 20px;
    margin: 3px;
    transition: all 0.4s ease 0s;
}
a.btn-sm-default-rounded:hover {
    background-color: #2f98e3;
}

/************
Home Page
*************/
header.home {
    background-image: url(../images/blue-bg.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 640px;
    max-width: 1800px;
    margin: 0 auto;
}
header.home h1 {
    font-size: 50px;
    max-width: 580px;
    line-height: 52px;
    background: -webkit-linear-gradient(45deg, #3ba1ea, #348ac8 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 100px;
}
header.home .home-slider {
    position: relative;
}
header.home .home-slider img.product {
    position: absolute;
    right: 0px;
    top: 0;
}
section.best-sellers {
    min-height: 300px;
}
section.blue-banner {
    background-image: url(../images/blue-banner-bg.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1800px;
    min-height: 550px;
    margin: 0 auto;
}
section.blue-banner.you-deserve h4 {
    padding-top: 210px;
    font-weight: 100;
    font-size:36px;
    color: #FFF;
}
section.newsletter {
    text-align: center;
    margin: 120px 0;
}
section.newsletter h5 {
    font-size: 36px;
    color: #000;
}
.home-grid-single {
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0 auto;
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
}
.home-grid-single>div {
    position: relative;
    border: 2px solid #FFF;
    border-radius: 12px;
    overflow: clip;
}
.home-grid-single img {
    max-width: 100%;
}

.home-grid-single .blue-btn {
    display: inline-block;
    width: 180px;
    padding: 8px 12px;
    text-align: center;
    background: rgb(59 161 234 / 80%);
    border: solid 2px #FFF;
    border-radius: 30px;
    color: #FFF;
    margin-top: 25px;
}

.home-grid {
    width: 100%;
    max-width: 800px;
    margin: 180px auto 0 auto;
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.home-grid>li {
    width: 50%;
    padding-bottom: 40px;
}
.home-grid a {
    color: #FFF;
    display: flex;
    justify-content: center;
    padding: 8px;

}
.home-grid a>div {
    position: relative;
    border: 2px solid #FFF;
    border-radius: 12px;
    overflow: clip;
}
.home-grid a>div img.bg {
    max-width: 100%;
    background-size: cover;
}
.home-grid a>div>span {
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 25px;
    width: 180px;
    padding: 8px 12px;
    text-align: center;
    background: rgb(59 161 234 / 80%);
    border: solid 2px #FFF;
    border-radius: 30px;
    -webkit-transform: translateX(-50%);
}
.home-grid a.btn-r {
    display: inline-flex;
    width: 100%;
    margin-top: 9px;
    font-size: 20px
}
.mobile-category-btn {
    text-align: right;
}
.mobile-category-btn>button {
    display: inline-flex;
    border: none;
    border-radius: 30px;
    background-color: #0d6eb3;
    color: #FFF;
    padding: 10px 22px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

/************
Catalog
*************/
section.main-content {
    min-height: 500px;
}
section.best-sellers {
    max-width: 1440px;
    margin: 0 auto 100px auto;
}
section.products {
    font-size: 0;
}
section.products>.product {
    width: 33%;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 50px;
    padding-right: 10px;
}
section.products>.product .information p.category {
    margin:0;
}
section.products>.product .information h3.name {
    margin:0;
}
section.products>.product .information p.price {
    font-weight: bold;
    margin:0;
    color:#3ba1ea;
}
section.products>.product .information p.price .old-price {
    font-weight: normal;
    color: gray;
    margin-left: 10px;
    text-decoration: line-through;
}
section.product-details {
    max-width: 1680px;
    margin: 0 auto;
}
section.product-details h1 {
    margin: 0;
    font-size: 38px;
    line-height: 42px;
}
section.product-details p.sku {
    font-weight: bold;
    margin: 0;
}
section.product-details p.price {
    font-weight: bold;
    margin: 0;
    color: #3ba1ea;
}
section.product-details .description {
    margin-top: 25px;
}
section.product-details .share-buttons p.share {
    margin: 0;
}
section.product-details .share-buttons>button {
    display: inline-block;
    padding: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent;
    border: none;
    text-align: center;
    border-radius: 40px;
    background-color: #939fa4;
    color: #FFF;
}
section.product-details .share-buttons>button:focus {
    outline: none;
}
section.product-details .share-buttons>button:hover {
    background: #3ba1ea;
}

.product-details {
    margin-top:25px;
}
.product-details .category-label {
    font-size:12px;
    text-transform: uppercase;
    margin:0;
}
.product-details .pricing {
    margin-bottom: 25px;
}
.product-details .pricing .label {
    font-size:12px;
    text-transform: uppercase;
    margin:0;
}
.product-details .pricing .price  {
    font-size: 24px;
    line-height: 26px;
}
.product-details .pricing .price>sup {
    text-decoration: line-through;
    color: #cacaca;
}
.product-details section.related_colors {
    margin-bottom: 15px;
}
.product-details section.related_colors label {
    display: block;
}
.product-details section.related_colors > a {
    display: inline-block;
    padding: 8px 10px;
    background-color: #f3f3f3;
    border: 1px solid #dfdfe0;
    cursor: pointer;
    min-width: 52px;
    text-align: center;
    color: #939fa4;
}
.product-details section.related_colors > a.active {
    border: 1px solid #3ba1ea;
    color: #3ba1ea;
}
.product-details .colors {
    display: block;
    margin-bottom: 25px;
}
.product-details .colors .label {
    font-size:12px;
    text-transform: uppercase;
    margin:0;
}
.product-details .colors>a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 40px;
    border: solid #eeeeee 2px;
    overflow: hidden;
    cursor: pointer;
}
.product-details .colors>a.active {
    border: solid #eeeeee 7px;
}
.product-details .size {
    margin-bottom: 25px;
}
.product-details .size input[type=radio] {
    display: none;
}
.product-details .size>label {
    display: inline-block;
    padding:8px 10px;
    background-color: #f3f3f3;
    border: 1px solid #dfdfe0;
    cursor: pointer;
    min-width: 52px;
    text-align: center;
}
.product-details .size input[type=radio]:checked + label {
    border: 1px solid #3ba1ea;
    color: #3ba1ea;
}
#product_image_preview_container {
    position: relative;
    display: inline-block;
}
.product-details .additional-images {
    font-size: 0;
    margin-left:-2px;
    margin-right: -2px;
}
.product-details .additional-images button {
    width: 120px;
    height: 100px;
    overflow: hidden;
    vertical-align: top;
    background-color: #FFF;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    padding: 1px;
    margin: 2px;
    transition: all 200ms;
}
.product-details .additional-images button.active {
    border-color: #3da7f3;
}
.product-details .additional-images button:focus {
    outline: none;
}
.product-details .additional-images button>img {
    max-width: 100%;
}
.product-details .description ul {
    padding-left: 18px;
}
.product-details .tips-and-quality ul {
    padding-left: 18px;
}

section.plus-minus {
    display: inline-block;
}
section.plus-minus .cart-plus-minus {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
section.plus-minus .cart-plus-minus input {
    height: 50px;
    width: 160px;
    border: 0;
    text-align: center;
    -moz-appearance: none;
    appearance: none;
    background: #e9ebff;
    border-radius: 30px;
    font-weight: 500;
    color: #747691;
    font-size: 16px;
}
section.plus-minus .cart-plus-minus input:focus {
    outline: none;
}
section.plus-minus .cart-plus-minus div.qty-button {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #c4bedd;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
    font-weight: 500;
    border-radius: 50%;
    transition: .3s;
}
section.plus-minus .cart-plus-minus div.qty-button.increase {
    left: auto;
    right: 5px;
}
section.related-products-sidebar {
    position: relative;
    display: block;
    font-size: 0;
}
section.related-products-sidebar .product {
    display: block;
    font-size: 14px;
}
section.related-products-sidebar .product a {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}
section.related-products-sidebar .product img {
    display: inline-block;
}
section.related-products-sidebar .product>.information {
    display: inline-block;
    vertical-align: middle;
}
section.related-products-sidebar .product>.information h5 {
    font-size: 16px;
    margin: 0;
}
section.related-products-sidebar .product>.information p {
    margin: 0;
}
section.related-products-sidebar.rps-bottom {
    display: flex;
}
section.related-products-sidebar.rps-bottom>.product {
    width: 25%;
}
section.related-products-sidebar.rps-bottom>.product a {
    width: 100%;
    text-align: center;
}
section.related-products-sidebar.rps-bottom>.product a>img {
    width: 80%;
    margin: 0 auto;
}
section.related-products-sidebar.rps-bottom .product>.information {
    display: block;
    text-align: center;
    padding-top: 25px;
}
/************
Cart
*************/
form.search-widget {
    position: relative;
}
form.search-widget button[type=submit] {
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 9px;
    background: transparent;
    border: none;
    padding: 0;
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 25px;
    cursor: pointer;
    transition: all 200ms;
}
form.search-widget button[type=submit]:hover {
    color: #3da7f3;
}
.dc-container {
    position: relative;
}
.dc-container>button {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    border: none;
    padding: 0;
    background: #3da7f3;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    color: #FFF;
    text-align: center;
}
.dc-container>button:focus {
    outline: none;
}
.discount-code-applied {
    margin: 5px;
    position: relative;
    font-family: 'Roboto';
    font-weight: normal;
    background: #f4f4f4;
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #f4f4f4;
    text-align: left;
}
.discount-code-applied>a {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 48px;
    height: 48px;
    border: none;
    padding: 0;
    background: #3da7f3;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    color: #FFF;
    text-align: center;
    line-height: 49px;
}
/************
Cart
*************/
section.cart-page h1 {
    font-size:28px;
}
section.cart-page h2 {
    font-size:28px;
}
section.cart-page #cart_subtotal {
    margin: 0;
}
section.cart-page .product-row {
    margin-bottom: 25px;
}
section.cart-page .product-row h5 {
    font-size:18px;
    margin: 0 0 5px 0;
}
section.cart-page .product-row p.option {
    margin: 0 0 0 0;
}
section.cart-page .product-row .option:last-child {
    margin: 0 0 10px 0;
}
section.cart-page .product-row p.item-price {
    margin: 0;
}
/************
Form
*************/
form.basic-form label {
    display: block;
    margin: 20px 0 4px 0;
}
form.basic-form label.inline-block {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0;
}
form.basic-form input[type=text],.basic-form input[type=text], form.basic-form input[type=password], form.basic-form input[type=email] {
    background: #f4f4f4;
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #f4f4f4;
}
form.basic-form input[type=text]:focus, form.basic input[type=email]:focus, form.basic input[type=password]:focus {
    outline: none;
    background-color: #f1f1f1;
}
form.basic-form input[type=text].white {
    background-color: #FFF;
}
form.basic-form select {
    display: block;
    width: 100%;
    padding: 14px 15px 13px 15px;
    border:none;
    border-radius: 50px;
    font-size: 14px;
    background-color: #f8f8f8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
form.basic-form select:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f0dc";
    color: #cacaca;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
form.basic-form select+div.select-arrows {
    position: relative;
    float: right;
    margin-top: -34px;
    margin-right: 5px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
form.basic-form select+div.select-arrows:before {
    content: "\f0dc";
}
form.basic-form select:focus {
    background-color: #f1f1f1;
}
form.basic-form input.error, form.basic-form select.error, form.basic-form textarea.error {
    background: #ffc8d6;
}
form.basic-form input:focus, form.basic-form select:focus {
    outline: none;
}
form.basic-form textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border:none;
    background-color:#f8f8f8;
    min-height: 200px;
    border-radius: 23px;
}
form.basic-form textarea:focus {
    outline: none;
    background-color: #f1f1f1;
}
form.basic-form .radio {
    display: inline-block;
    text-align: left;
    margin: 3px 0;
}
form.basic-form .radio label {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
form.basic-form input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #e6e6e6;
    color: #666;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    transition: all 200ms;
    vertical-align: middle;
}
form.basic-form input[type=radio]:hover {
    opacity: 0.7;
}
form.basic-form input[type=radio]:checked {
    background-color: #3ba5f1;
    color:#FFF;
}
form.basic-form input[type=radio]:checked::before {
    position: absolute;
    font: 13px/1 'Open Sans', sans-serif;
    left: 11px;
    top: 7px;
    content: '\02143';
    transform: rotate(40deg);
}
form.basic-form .checkbox {
    display: inline-block;
    text-align: left;
    margin: 3px 0;
}
form.basic-form input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #e6e6e6;
    color: #666;
    height: 30px;
    width: 30px;
    margin-top: -4px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    transition: all 200ms;
    vertical-align: middle;
}
form.basic-form input[type=checkbox]:checked {
    background-color: #3ba5f1;
    color:#FFF;
}
form.basic-form input[type=checkbox]:hover {
    opacity: 0.7;
}
form.basic-form input[type=checkbox]:checked::before {
    position: absolute;
    font: 13px/1 'Open Sans', sans-serif;
    left: 11px;
    top: 7px;
    content: '\02143';
    transform: rotate(40deg);
}
form.basic-form .form-group {
    margin-bottom: 20px;
}
#checkout_form #discount_code_form_input {
    background: #FFF;
}
#checkout_form .dc-container>button {
    top: 2px;
    height: 44px;
}
#checkout_form .discount-code-applied {
    background: #FFF;
}
#checkout_form .discount-code-applied > a {
    top: 0px;
    height: 44px;
}
/************
Alerts
*************/
.alert {
    position: relative;
    padding: 20px 17px;
    -webkit-box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.69);
    -moz-box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.69);
    box-shadow: 0px 0px 23px -5px rgba(0,0,0,0.69);
    margin-bottom: 25px;
}
.alert>button.close {
    position: absolute;
    width: 30px;
    height: 30px;
    padding:0;
    right: 10px;
    top:50%;
    margin-top:-15px;
    background: transparent;
    border:none;
    color: #FFF;
    font-size: 24px;
    line-height: 24px;
    opacity: 0.5;
    cursor: pointer;
    transition: all 200ms;
}
.alert>button.close:focus {
    outline: none;
}
.alert>button.close:hover {
    opacity: 1;
}
.alert.danger {
    background-color: #ff1350;
    color: #FFF;
}
.alert.success {
    background: #3da7f3;
    background: -moz-linear-gradient(left, #3da7f3 0%, #1074bb 100%);
    background: -webkit-linear-gradient(left, #3da7f3 0%,#1074bb 100%);
    background: linear-gradient(to right, #3da7f3 0%,#1074bb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da7f3', endColorstr='#1074bb',GradientType=1 );
    color: #FFF;
}
.alert.warning {
    background-color: #f17e38;
    color: #FFF;
}
/************
Utilities
*************/
.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt100 {
    margin-top: 100px;
}
.mb0 {
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.ml0 {
    margin-left: 0 !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.hide {
    display: none;
    transition: all 600ms;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.blue {
    color: #3da7f3;
}
.col-auto {
    margin-top: auto;
    margin-bottom: auto;
}
section.v-home h1 {
    font-family: 'Rouge Script', cursive;
    font-size: 70px;
    line-height: 92px;
    margin: 15px 0 0 0;
    background: -webkit-linear-gradient(45deg, #3ba1ea, #348ac8 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.v-home+section.you-deserve {
    margin-top: -100px;
    min-height: 760px;
}
.home-page-menu-container h2 {
    text-align: center;
    margin: 155px 0 0 0;
    color: #FFF;
}
#home_page {
    display: block;
    margin: 180px 0 0 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
#home_page li.close{
    display: none;
}
#home_page a {
    display: inline-block;
    font-family: 'Roboto';
    font-weight: normal;
    color: #FFF;
    min-width: 170px;
    font-size: 21px;
    padding: 18px 23px;
    border-radius: 42px;
    transition: all 200ms;
    background: transparent;
    border: 2px solid #FFF;
    margin: 5px;
}
.home-page-menu-container .menu-separator {
    display: block;
    min-height: 100px;
}
.home-page-menu-container li.gray>a {
    color: #939fa4 !important;
    border-color: #939fa4 !important;;
}
.sidebar-menu ul#main_menu {
    list-style: none;
    padding: 0;
}
.sidebar-menu li.close {
    display: none;
}
.sidebar-menu ul#main_menu>li>a {
    display: block;
    border-bottom: 1px solid #50b6ff;
    margin-top: 3px;
    margin-bottom: 3px;
}
.sidebar-menu ul#main_menu>li div {

}
.sidebar-menu ul#main_menu>li div>a {
    display: block;
    color: #939fa4;
    border-bottom: 1px solid #939fa4;
    margin-top: 3px;
    margin-bottom: 3px;
}
h4.size-chart-title {
    margin: 25px 0 15px 0;
    color: #000;
}
table.size-chart {
    width: 100%;
    margin-bottom: 25px;
    border-collapse: separate;
    border: 0;
}
table.size-chart thead>tr>th {
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
    border-right: 1px dotted gray;
    padding: 7px 12px;
}
table.size-chart thead>tr>th:first-child {
    border-left: 1px dotted gray;
}
table.size-chart tbody>tr>td {
    border-bottom: 1px dotted gray;
    border-right: 1px dotted gray;
    padding: 7px 12px;
}
table.size-chart tbody>tr>td:first-child {
    border-left: 1px dotted gray;
}

.h1 {
    font-family: 'Roboto';
    font-weight: bold;
    margin: 0;
    font-size: 38px;
    line-height: 42px;
    color: #000;
}
.product-flex {
    display: flex;
    gap: 22px;
}
.product-flex .c-description {
    width: 33%;
}
.product-flex .c-image {
    width: 450px;
}
.product-flex .c-info {
    flex-grow: 1;
    width: auto;
}

@media only screen and (max-width: 1199px) {
    header.default {
        background-image: url(../images/default-top-header-bg.svg);
        background-position: top right;
        background-size: cover;
        background-repeat: no-repeat;
        height: 210px;
        max-width: 1800px;
        margin: 0 auto;
    }
    header.default .logo>a>svg {
        max-width: 120px;
    }
    header.default .logo>a>svg path {
        fill: #FFF;
    }
    header.home h1 {
        font-size: 40px;
        max-width: 460px;
        line-height: 42px;
    }
    .product-flex .c-description {
        width: 38%;
    }
    .product-flex .c-image {
        width: 300px;
    }
}
@media only screen and (max-width: 991px) {
    section.products>.product {
        width: 50%;
    }
    header .header-container {
        display: block;
    }
    header .header-container>div {
        display: inline-block;
    }
    header.home h1 {
        padding-top: 140px;
    }
    header.home .home-slider img.product {
        max-width: 200px;
    }
    header .menu>nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 250px;
        height: 100%;
        background: #313131;
        transform: translateX(280px);
        transition: .5s;
        z-index: 99999;
    }
    header .menu.show>nav {
        transform: translateX(0);
    }
    header .header-container>div.menu nav>ul>li> div.sub-menu {
        margin-top: 0;
        background: transparent;
        padding: 0;
        position: relative;
        margin-left: unset;
        width: 100%;
        left: unset;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    header .header-container>div.menu nav>ul>li> div.sub-menu>a {
        text-align: left;
        padding: 11px 0 6px 25px;
        font-size: 14px;
        color: #FFF;
    }
    header .header-container>div.menu nav>ul>li> div.sub-menu>a:hover {
        text-decoration: none;
        background-color: #50b6ff;
    }
    header .header-container>div.menu nav>ul>li> div.sub-menu>a:last-child {
        border-bottom: none;
    }
    header .header-container>div.menu nav>ul {
        padding-top: 10px;
        width: 100%;
        height: 100%;
        overflow: visible;
    }
    header .header-container>div.menu nav>ul>li {
        font-size: 16px;
        border-bottom: 1px solid #b7becd;
        padding: 0;
        width: 100%;
        text-align: left;
    }
    header .header-container>div.menu nav>ul>li.close {
        display: inline-block;
    }
    header .header-container>div.menu nav>ul>li>a {
        display: inline-block;
        width: 100%;
        border-radius: 0;
    }
    header .header-container>div.menu nav>ul>li>a.active {
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset;
    }
    header .header-container>div.menu nav>ul>li.close {
        height: 50px;
    }
    header .header-container>div.menu nav>ul>li.close>button {
        margin-left: -25px;
        background: #50b6ff;
        color: #FFF;
        width: 40px;
        height: 40px;
        padding: 0;
        text-align: center;
        border-radius: 40px;
        border: none;
        cursor: pointer;
    }
    header .header-container>div.menu nav>ul>li.close>button:focus {
        outline: none;
    }
    #mobile_menu {
        display: inline-block;
        position: absolute;
        top: 30px;
        right: 40px;
    }
    #mobile_menu>button {
        display: inline-block;
        transition: all 200ms;
        padding: 10px 25px;
        border-radius: 30px;
        background: #0d6eb3;
        border: none;
        color: #FFF;
        font-weight: bold;
    }
    #mobile_menu>button:focus {
        outline: none;
    }
    #mobile_menu>button:hover {
        outline: none;
        background: #5eb9fb;
    }
    #checkout_btn {
        position: absolute;
        top: 31px;
        right: 145px;
        padding: 10px 25px;
    }
    #cart_btn {
        position: absolute;
        top: 36px;
        right: 270px;
    }
    .login-btn {
        position: absolute;
        top: 37px;
        right: 311px;
    }
    .my-account-btn {
        position: absolute;
        top: 37px;
        right: 357px;
    }
    .product-flex {
        flex-wrap: wrap;
    }
    .product-flex .c-description {
        width: 100%;
        order: 3;
        padding-top: 50px;
    }
    .product-flex .c-image {
        width: 45%;
    }
    section.related-products-sidebar.rps-bottom>.product {
        width: 33%;
    }
}
@media only screen and (max-width: 767px) {
    header.home {
        background-position: top left;
        height: 500px;
    }
    header.home a.top-nav-btn {
        color: #0d6eb3;
    }
    header.home #cart_btn {
        color: #0d6eb3;
    }
    section.products>.product {
        width: 33.33%;
    }
    header.home h1 {
        max-width: 300px;
    }
    header.home .home-slider img.product {
        max-width: 150px;
    }
    section.blue-banner.you-deserve {
        text-align: center;
    }
    section.blue-banner.you-deserve img.product {
        width: 65px;
        margin: 0 auto;
        display: block;
    }
    section.blue-banner.you-deserve h4 {
        padding-top: 40px;
        font-size: 28px;
    }
    #ct_container {
        display: none;
    }
    #ct_container.show {
        display: block;
        margin-bottom: 25px;
    }
    .mobile-category-btn {
        display: block;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 576px) {
    header.home h1 {
        max-width: 250px;
        font-size: 24px;
        line-height: 26px;
    }
    header.home .home-slider img.product {
        max-width: 130px;
        margin-top: 65px;
    }
    section.products>.product {
        width: 50%;
        text-align: center;
    }
    .product-flex .c-info {
        width: 100%;
        order: 1;
    }
    .product-flex .c-image {
        padding-top: 70px;
        order: 2;
        width: 100%;
    }
    section.related-products-sidebar.rps-bottom>.product {
        width: 50%;
    }
}
@media only screen and (max-width: 414px) {
    header.home {
        height: 400px;
    }
    header.home h1 {
        padding-top: 80px;
    }
    header.home .home-slider img.product {
        max-width: 100px;
        margin-top: 65px;
    }
    header.home .home-slider p {
        max-width: 250px;
    }
    header .logo>a>img {
        max-width: 100px;
    }
    header .logo>a>svg {
        width: 100px;
    }
    header .header-container {
        text-align: center;
    }
    header .header-container>div.menu {
        text-align: center;
        display: block;
        position: relative;
        margin-top: 30px;
    }
    #cart_btn {
        position: relative;
        top: unset;
        right: unset;
    }
    #checkout_btn {
        position: relative;
        top: unset;
        right: unset;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .login-btn {
        position: relative;
        top: unset;
        right: unset;
    }
    .my-account-btn {
        position: relative;
        top: unset;
        right: unset;
    }
    #mobile_menu {
        right: 10px;
    }
    section.related-products-sidebar.rps-bottom>.product {
        width: 90%;
    }
}