

.owl-dots {
    position: absolute;
    bottom: 55px;
    left: 0;
    text-align: left;
    width: 100%;
    line-height: 1;
    max-width: 1200px;
    padding: 0 15px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


.owl-thumbs {
    position: absolute;
    bottom: 8%;
    z-index: 5;
  	left: 15px;
}

@media(min-width:1200px) {
  .owl-thumbs {
      left: 30px;
  }
}

@media(min-width:1400px) {
  .owl-thumbs {
      left: 60px;
  }
}

@media(min-width:1500px) {
  .owl-thumbs {
      left: 80px;
  }
}


.slideshow-dots-number .owl-dots {
    width: auto;
    bottom: auto;
    max-width: 100%;
    padding: 0;
    left: 80px;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    z-index: 5;
    right: auto;
}

.slideshow-dots-number .owl-dot {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 36px;
    color: #d7d7d7;
    font-style: normal;
  	font-weight: 400;
    display: block;
    margin: 0;
    line-height: 0.8;
    padding: 8px 0;
}

.slideshow-dots-number .owl-dot:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 30px;
    background-color: #d7d7d7;
    margin-right: 15px;
}

.slideshow-dots-number .owl-dot:hover,
.slideshow-dots-number .owl-dot.active {
  	color: #f26c4f;		
}

.slideshow-dots-number .owl-dot:hover:before,
.slideshow-dots-number .owl-dot.active:before {
	background-color: #f26c4f;
}

.g-nav_image_style_2 .navImage {
    background-color: transparent;
    bottom: auto;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    right: 80px;
  	display: block;
}



/*** Home 05 ***/
@media (min-width: 1200px) {
  .content_slideshow .container {
      width: 100%;
      max-width: 1200px;
  }
}

.g-slideshow-center-with-loop .owl-item {
    opacity: 0.5;
}

.slider-left .g-slideshow .item {
    width: 100% !important;
}

.g-slideshow-center-with-loop .owl-item.active.center {
	opacity: 1;
}

.content_slideshow-center-loop {
    position: absolute;
    left: 5%;
    z-index: 9;
    bottom: 10%;
    right: 5%;
}

.btn-slider-border-bold:hover {
    color: #f26c4f !important;
  	border-color: #f26c4f !important;
}

.top-product-sidebar:after {
    content: '';
    display: table;
    clear: both;
}

.box-menu-sidebar h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}



@media (min-width: 1300px) {
  .prods_masonry .product_item--thumbnail-holder .pic-m-fallback {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      padding-bottom: 0 !important;
  }

}

.product_item .product_item--thumbnail .pic-m-fallback-second {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
    opacity: 0;
    width: 100%;
}

.product_item .product_item--thumbnail:hover .pic-m-fallback-second {
    opacity: 1;
}

.prods_masonry .item--overlay {
    background-color: #0D0D0D;
  	z-index: 2;
}

.prods_masonry .product_item--inner:hover .item--overlay {
    opacity: 0.6;
    visibility: visible;
}

.prods_masonry .product_item--info {
    position: absolute;
    bottom: 40px;
    left: 45px;
    color: #fff;
    max-width: 80%;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
    transition: all 250ms ease-out;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	z-index: 2;
}

@media (min-width: 1300px) {
  .prods_masonry .product_item--info {
      left: 8%;
      bottom: 8%;
  }
}

.prods_masonry .product_item--inner:hover .product_item--info {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.prods_masonry .product_item--title {
    font-size: 2.4rem;
    font-weight: 600;
  	margin-bottom: 5px;
}

.prods_masonry .product_item--title a {
	color: #fff;
}

.prods_masonry .price {
    font-size: 2rem;
  	color: #fff;
}

ul.products.prods_masonry {
    margin-top: -10px;
}

.product_item {
    float: left;
}

.slider-left {
    width: calc(100% - 475px);
    width: -webkit-calc(100% - 475px);	
  	float: left;
}

.list-catalog h3 {
	margin-top: 40%;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
  	margin-bottom: 120px;
}

.list-catalog h3:after {
    content: '';
    display: inline-block;
    height: 1px;
    width: 75px;
    background-color: #000;
    vertical-align: middle;
    margin-left: 20px;
}

.list-catalog ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 275px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


.all-catalog {
    width: 50px;
    height: 50px;
    display: block;
  	margin: 0 auto;
    border-radius: 50%;
    background-color: #e8edf1;
    margin-bottom: 8px;
    text-align: center;
    padding: 10px;
}

.all-catalog .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #a1a1a1;
    margin: 0 2px;
}

.list-catalog ul li a:hover span.all-catalog {
	background-color: #f26c4f;	
}

.list-catalog ul li a:hover span.all-catalog .dot {
	background-color: #fff;
}



.owl-thumbs.g-thumb_style_3 svg {
    height: 70px;
}

h3.heading-large-black {
    font-size: 48px;
    text-align: center;
}

.g-trending-collections h3 {
	margin: 0 0 80px 0;
}

.col-trending-collections:nth-child(2n+1) {
	clear: both;
}

.g-ct-tr-collection svg.placeholder-svg {
    height: 500px;
    width: 100%;
    max-width: 100%;
}

.grid-item-treding {
    text-align: center;
}

.grid-item-treding svg.placeholder-svg {
    width: 368px;
    height: 470px;
}

.grid-item-treding .product_item--inner {
    display: inline-block;
}

.g-ct-tr-collection h2 {
    font-size: 30px;
    margin: 35px 0 5px 0;
}

.g-ct-tr-collection h2 a {
	color: #000;
}

.col-trending-collections {
    margin-bottom: 80px;
}

.g-ct-tr-collection h2 a:hover {
	color: #f26c4f;
}

.g-one-banner-2 .title-block-letter {
    font-weight: 700;
    color: #000;
}

.left-one-banner-2 h2 {
    font-size: 120px;
    line-height: 1;
    margin: 0;
	color: #f26c4f;
	letter-spacing: 0.2em;
}

.left-one-banner-2 h2 span {
    display: block;
}

.left-one-banner-2 h2 span:first-child {
    font-weight: 400;
	letter-spacing: 0;
}

.left-one-banner-2 h2 span:last-child {
    font-size: 30px;
    color: #000;
    letter-spacing: 0.4em;
}

.btn-border.btn-right-banner {
    float: right;
    font-size: 16px;
    letter-spacing: 0.3em;
}

.left-one-banner-2 {
    padding-left: 70px;
}

.g-one-banner-2 .container {
	position: relative;
}

.g-one-banner-2 h3 {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    position: absolute;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 70px;
    left: -60px;
}

.social-slider.g-social-position_2 {
    right: auto;
    left: 0;
}

.owl-thumbs.g-thumb_style_2.g-thumb_style_4 {
    left: auto;
    right: 5%;
    bottom: 6%;
}

.get-in-touch-slider {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    left: 0;
    z-index: 5;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.get-in-touch-slider a {
	color: #fff;
}

.get-in-touch-slider a i {
    margin-right: 10px;
}

.slider-dots-3.slideshow-dots-number .owl-dot {
    font-size: 0;
    font-weight: 700;
    position: relative;
    padding: 12px 0;
    text-align: right;
    width: 40px;
    height: 32px;
    line-height: 1;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
	border:none;
}

.slider-dots-3.slideshow-dots-number .owl-dots {
    left: auto;
    right: 5%;
}

.slider-dots-3.slideshow-dots-number .owl-dot:before {
	width: 40px;
    height: 1px;
    background-color: #fff;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 20px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.slider-dots-3.slideshow-dots-number .owl-dot:hover:before, 
.slider-dots-3.slideshow-dots-number .owl-dot.active:before {
    background-color: #fff;
    left: -32px;
}

.slider-dots-3.slideshow-dots-number .owl-dot.active,
.slider-dots-3.slideshow-dots-number .owl-dot:hover {
    font-size: 18px;
    color: #fff;
}

.g-content-slider .btn-slider-2.btn-slider-3:before {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
}

.section-title {
    position: relative;
}

.g-list-categories .title {
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

.g-list-categories h2.heading {
    font-size: 48px;
    margin: 6px 0 0 0;
}

.g-list-categories .section-title {
    margin-bottom: 75px;
}

.g-list-categories .section-title:after {
	content: '';
  	display: block;
  	width: 100px;
  	height: 1px;
  	background-color: #000;
}

.g-slider-columns .col-relative:hover .content-slider-columns--info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);	
}

.g-slider-columns .col-relative:hover .content-slider-columns--info h3 {
	color: #fff;
}

.g-slider-columns .col-relative:hover .content-slider-columns--info p,
.g-slider-columns .col-relative:hover .content-slider-columns--info a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);	
  	opacity: 1;
  	visibility: visible;
}

.g-slider-columns button.slick-prev.slick-arrow {
    left: 40px;
}

.g-slider-columns button.slick-next.slick-arrow {
    right: 40px;
}

.g-slider-columns button.slick-arrow {
	color: #fff;
}

.slider-columns--image:before {
	content: '';
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
    transition: opacity 0.75s, -webkit-transform 0.75s;
	background-color: rgba(46, 49, 146, 0.8);
  	opacity: 0;
  	visibility: hidden;
}

.g-slider-columns .col-relative:hover .slider-columns--image:before {
  	opacity: 1;
  	visibility: visible;	
}

.g-slider-columns button.slick-arrow svg {
	display: none;
}

.g-slider-columns button.slick-prev.slick-arrow:before {
  	content: "\f177";
  	font-family: FontAwesome;
}

.g-slider-columns button.slick-next.slick-arrow:before {
  	content: "\f178";
  	font-family: FontAwesome;
}

.home-banners .bnr {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 185px;
    cursor: pointer;
}

.home-banners .bnr3 {
    min-height: 390px;
}
.home-banners .bnr4 {
    min-height: 315px;
}

.column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
}
.medium-4 {
    width: 33.33333%;
}

.home-banners .bnr .text-section {
    margin-top: 6%;
}
.home-banners .bnr .bnr-title {
    margin-top: 0;
    margin-bottom: 0;
    color: #404040;
    font-weight: 500;
    font-size: 25px;
}

.home-banners .bnr .bnr-title h2 {
    font-size: 1.875rem;
	line-height: 1.4;
}

.home-banners .bnr .bnr2-title {
    margin-bottom: 0;
    margin-top: 0;
}
.home-banners .bnr .bnr-txt {
    color: #787878;
    padding-top: 10px;
}

.home-banners .bnr .bnr-btn {
    border: 1px solid #292929;
    color: #292920;
    border-radius: 12px;
    padding: 2px 15px;
}
.home-banners .bnr3 .text-section .bnr-title {
    font-size: 25px;
}
.medium-3 {
    width: 25%;
}
.home-banners .bnr4 .text-section {
    max-width: 42%;
}

.home-banners .bnr4 .text-section .bnr-txt {
    font-size: 15px;
    font-weight: 500;
}
.home-banners .bnr4 .text-section {
    max-width: 42%;
}


@media only screen and (max-width: 600px) {
.home-banners .bnr3 {
    width: 100%;
    min-height: 380px;
    max-height: 380px;
}
}

@media only screen and (max-width: 1200px) {
.home-banners .bnr3 {
     width: 100%;
   max-height: 380px;;
	
	}
	.home-banners .bnr3 .text-section .bnr-title {
    font-size: 15px;
	font-weight: bold;
	color: white;
	
}

	
	.home-banners .bnr4 {
    width: 100%;
}


