@font-face {
  	font-family: 'TimesNewRoman';
  	src: url('fonts/times-new-roman.ttf')  format('truetype'), /* Safari, Android, iOS */    
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body {
	background: #fff;
	color: #656565;
	line-height: 1.5;
}

body.page, 
.slide-sub-header,
.btn,
h1,
h2,
h3,
h4,
h5,
h6 {
 	font-family: 'Lato', sans-serif!important;
}

h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h5 a {
	font-weight:600;
}

/** Drop downs **/
#navigation .dropdown-menu li {
  position: relative;
}
#navigation .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
#navigation .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
#navigation .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

#navigation .dropdown-item{color:#f0f0f0 !important;}
#navigation .dropdown-item:hover{color:#f04f22 !important;}


/** Reset Bootstrap style **/
.btn-primary,
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary,
.btn-secondary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):active,
.page-item.active .page-link {
	border-color: transparent;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:active,
.form-control:focus {
	box-shadow: none !important;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
	outline: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: '\f054';
	font-family: Font Awesome\ 5 Pro;
	font-size: 0.75rem;
}

.dropdown-toggle::after {
	content: '\f078';
	font-family: Font Awesome\ 5 Pro;
	border: none;
	font-size: 10px;
	margin-left: .255em;
	vertical-align: .255em;
	width: 5px;
	height: 10px;
	font-weight: bold;
}

.flip {
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
}

.home-header {
	text-align: center;
	text-transform: uppercase;
	margin: 1.5rem auto;
	padding-bottom: 1rem;
}

/** Header **/
.container-top-bar {
    text-transform: uppercase;
}

.order-cart-wrapper {
	text-align: right;
}

.order-cart-wrapper .dropdown-toggle:after {
	display: none;
}

.order-cart-wrapper .cart-link i {
	font-size: 1.375rem;
}

.order-cart-wrapper .cart-link {
	font-size: 1.125rem;
	text-transform: uppercase;
}

.search-form-wrapper .cart-link{
	font-size: 18px;
	text-transform: uppercase;
}

.account-nav .nav-text,
.contact-nav .nav-text {
	display: none;
}

.image-logo {
	max-width: 200px;
}

/** Navigation **/
.layout-zone-navigation a {
	text-transform: uppercase;
	font-weight: 400;
}

div.container-navigation {
	border-bottom: 1px solid #999 !important;	
}

.container-navigation .nav-link {
	letter-spacing: 2px;
}

.account-nav-wrapper .nav-link {
	padding-left: .5rem;
	padding-right: .5rem;
	font-size: 0.75rem;
}

.account-nav-wrapper .nav-link-search {
	font-size: 1rem;
	line-height: 1.2;
}

.desktop-search {
	position: absolute;
    right: 0;
    opacity: 0;
    transition: all ease .5s;
    visibility: hidden;
}

.desktop-search.show {
    opacity: 1;
    visibility: visible;
}


.col-navbar,
.col-navbar .navbar-nav,
.col-navbar .dropdown {
	position: unset;
}

.col-navbar .dropdown-toggle::after {
	display: none;
}
 
/* Home Slider */
.container-slider {
	padding: 0;
}

.slide-image {
	min-height: 400px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-text-wrapper {
	position: absolute;
	width: 80%;
	max-width: 600px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	padding: 1rem;
}

.slide-text-container {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	min-height: inherit;
	padding: 0;
}

.slide-header {
	line-height: 1;
}

.slide-sub-header {
	font-weight: 300;
	line-height: 1;
}

.slide-caption {
	font-weight: lighter;
	margin-bottom: 20px;
}

.btn-slider {
	border-radius: 0;
    font-size: 1rem;
    padding: .5rem 1.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: lighter;
}

.home-slider-pagination {
	bottom: 10% !important;
}

.home-slider-prev .fa-angle-left,
.home-slider-next .fa-angle-right {
	font-size:5rem;
}

/** Banner **/

.ad-url {
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
}

.ad-bot-url {
    height: 350px;
}

.ad-url:before  {
  	content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
}

.ad-url:hover:before {
	background: rgb(17 17 17 / .3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ads-content-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 80px;
    padding: 10px 25px;
}

.layout-zone-ads-bot-banner .ads-content-wrap {
    bottom: 0;
    top: 0;
    margin: auto;
    height: 55px;
    min-height: auto;
    padding: 5px 15px;
}
/** Products List **/
.product-info .product-rating,
.product-info .product-free-shipping,
.product-info .product-add-to-wishlist {
	font-size: 0.75rem;
}

.product-info .product-rating .rating {
	min-width: auto;
}

.product-info-bottom .col-5.text-right {
	line-height: 1;
}

.page-home .list-products .product {
	border: none !important;
}

/** Newsletter **/
.container-newsletters {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 1rem;
}

.newsletters-wrapper {
	padding: 2rem;
	text-align: center;
}

.newsletters-wrapper .newsletter-title {
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.newsletters-wrapper .newsletter-desc {
	font-weight: 500;
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.newsletters-wrapper .subscribe-email,
.newsletters-wrapper .btn {
	text-align: center;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 0;
}

/** Footer **/
.layout-zone-footer .nav-link {
	padding: .25rem 0;
}

.footer-header {
	font-weight: 400;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.layout-zone-sub-footer {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center; 
	padding: 0.75rem 0;
	flex-direction: column;
}

/** Swiper Slider **/
.swiper-pagination-bullet {
	opacity: 1;
	width: .5rem;
	height: .5rem;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ca8206;
}

.swiper-button-disabled {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	line-height: 1;
	background-image: none;
	font-size: 3rem;
	line-height: 1;
	opacity: 0.5;
	top: 48%;
	width: auto;
	height: auto;
}


.nav-link-social {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px #fff solid;
    padding: 7px !important;
    line-height: 1.5;
}

.category-img {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.category-img h1 {
	color: #fff;
}

.category-info.with-desc {
	max-width: 800px;
    background: rgb(0, 0, 0, .5);
    font-size: 1rem;
    padding: 15px 20px;
    margin: 20px;
}

/** Custom Pages **/

.page-image-wrap,
.link-custom-img {
	position: relative;
	min-height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.link-custom-img {
	min-height: 400px;
	display: block;
}

.custom-img {
	padding-bottom: 1.75rem;
	border-bottom: 2px solid #000;
}

.link-custom-img:before {
    content: "";
    background: #111;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.link-custom-img:hover:before {
	opacity: 0.5;
}

.link-custom-img * {
	color: #fff;
}

.link-custom-img h3 {
    font-size: 1.625rem !important;
    text-transform: uppercase;
}

.page-lookbook .page-image-wrap {
    background-position: top;
}

.page-title-desc {
	position: absolute;
    width: 80%;
    max-width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    padding: 1rem;
}

.page-title-desc.align-bot {
    text-align: left;
    width: 95%;
    top: auto;
    left: 0;
    transform: none;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 0.9375rem;
}

.custom-header {
    text-transform: uppercase;
    font-size: 1.625rem !important;
    letter-spacing: 2px;
}

.page-title-desc h1 {
	color: #fff;
}

.page-custom {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
}

.desktop-menu-list {
    padding:0 20px !important;
}

.desktop-menu {
    margin:0 !important;
}

/** Custom Edits **/

html div.container-navigation {
    border-bottom: none !important;
}

html .color-attribute-swatchcstm .item-attribute.item-attribute-default {
	display:none;
}

html .list-products .product .product-image {
    box-sizing: border-box;
    margin: 0 0 1.3333em;
    padding: 0 2%;
    width: 25%;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
	min-height:auto;
}


html .card {
	border:0!important;
}

html .card-header {
	font-size:23px;
	background-color:#fff!important;
	color:#8b8c8e!important;
	font-weight: bold;
    text-transform: capitalize;
}

html .tree li a {
	color: #f34f23;
    font-weight: bold;
}

html .view-product .product-image {
	height:100%;
}

html .border {
	border:0!important;
}

html .image-logo {
	max-width:61%;
}

html .catalog-wrap-image {
	zoom:2;
}

html .product .product-sale {
	z-index:2;
} 

html .slide-sub-header {
	font-weight:400;
	font-size:3.5rem!important;
}

html .newsletters-wrapper .newsletter-desc {
	margin-bottom:1rem;
}

html .newsletters-wrapper .newsletter-title {
	font-size:26px!important;
}

html .newsletters-wrapper {
    background-color: rgba(167,167,167,0.32);
	padding: 2rem;
}

html .newsletter-title, .newsletter-desc, .newsletter-unsubscribe {
    color: #fff!important;
}

html .page-home .container-newsletters {
	display:block!important;
}

html .page .container-newsletters {
	display:none;
}



html #page-catalog .product .product-price .product-price-final {
    font-weight: bold;
    background-color: #ffffff;
    padding: 0px;
    font-size: 1rem !important;
    font-weight: 400;
}

html #page-catalog .list-products.list-products-grid .product .product-price,
html #page-catalog .list-products.list-products-slider .product .product-price {
    height: 2rem;
}

html #page-catalog .product-iteminforcstm .item-attribute {
    width: 23px;
    height: 23px;
}

html .slide-text-wrapper {
	max-width:90%;
	width:90%;
}

html .swiper-wrapper {
	height: calc(85vh - 120px);
}

html .slide-caption {
    font-size: 1.3rem!important;
}

html .slide-text-container {
    height: calc(85vh - 120px);
    min-height: initial;
}

@media (min-width: 576px) {
	.slide-image {
		min-height: 500px;
	}

	.layout-zone-sub-footer {
		flex-direction: row;
	}

	.layout-zone-footer .store-address {
		display: flex;
	}
}

@media (min-width: 768px) {
	.swiper-pagination-bullet {
		width: 1rem;
		height: 1rem;
	}
}

@media (min-width: 992px) {
	.account-nav .nav-text,
	.contact-nav .nav-text {
		display: inline-block;
	}

	.col-navbar .nav-link {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}

	.account-nav i,
	.contact-nav i{
		margin-right: .5rem;
	}

	.slide-image {
		min-height: 800px;
	}

	.slide-text-wrapper {
		padding: 2rem;
	}

	.slide-text-wrapper.slide-position-right {
		left: auto;
		right: 25px;
		transform: translate(0, -50%);
	}

	.slide-text-wrapper.slide-position-left {
		left: 25px;
		transform: translate(0, -50%);
	}

	.slide-text-center {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.home-header {
		margin: 1.5rem 0 0.75rem 0;
	}

	.container-newsletters {
		padding: 4rem;
	}

	.newsletters-wrapper {
		padding: 4rem 2rem;
	}

	.newsletters-wrapper .newsletter-title {
		margin-bottom: 1.5rem;
	}

	.newsletters-wrapper .newsletter-desc {
		margin-bottom: 3rem;
	}

	.account-nav {
		position: absolute;
		top: -35px;
		right: 0;
	}

	.ad-url {
	    height: 380px;
	}

	.ad-bot-url {
	    height: 420px;
	}

	.account-nav-wrapper {
		position: absolute;
		width: 100%;
		top: -30px;
	}
}

@media screen and (max-width: 1200px) {
	.ad-url {
	    height: 420px;
	}

	.ad-bot-url {
	    height: 480px;
	}
}

@media screen and (min-width: 1400px) {
	.container {
		max-width: 1300px;
	}
}

@media screen and (min-width: 1800px){
	.container {
		max-width: 1600px;
	}
}

@media screen and (min-width: 1902px) {
.ad-url {
	    height: 730px;
	}
}

@media screen and (max-width: 1901px) {
.ad-url {
	    height: 630px;
	}
}

@media screen and (max-width: 1800px) {
.ad-url {
	    height: 530px;
	}
}

@media screen and (max-width: 1400px) {
.ad-url {
	    height: 380px;
	}
}

@media screen and (max-width: 992px) {
	h2.slide-header {
		font-size: 5.5rem !important;
	}

 	h3.slide-sub-header {
		font-size: 4rem !important;
	}

	body h1,
	body .h1 {
		font-size: 1.625rem !important;
	}

	body h2,
	body .h2 {
		font-size: 1.5rem !important;
	}

	body h3,
	body .h3 {
		font-size: 1.375rem !important;
	}

	body h4,
	body .h4 {
		font-size: 1.25rem !important;
	}

	body h5,
	body .h5 {
		font-size: 1.125rem !important;
	}

	body h6,
	body .h6 {
		font-size: 1rem !important;
	}
}

@media screen and (max-width: 768px) {
	h2.slide-header {
		font-size: 2rem !important;
	}

	h3.slide-sub-header {
		font-size: 1.5rem !important;
	}

	p.slide-caption {
		font-size: 1rem !important;
	}

	.container-top-bar .nav-link {
		padding: .5rem;
	}
	html .swiper-wrapper {
		height:100%;
	}
}