
.mb-0 {
    margin-bottom: 0px !important;
}

.mb-41 {
    margin-bottom: 41px;
}

.mt-14 {
    margin-top: 14px;
}

.mr-32 {
    margin-right: 32px;
}

.mb-14 {
    margin-bottom: 14px;
}

.float-none {
    float: none;
}

.mx-auto {
    margin:0px auto;
}

.d-flex {
    display: flex;
}

.bg-grey {
    background-color: #fafafa;
}

a:focus {
    outline: none;
}

.product-shop hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.modal-open .modal {
    background-color: rgba(0,0,0,0.5);
}

h1,h2,h3,h4,h5,h6 {
    letter-spacing: .2em;
    font-weight: normal;
}

.input-group {
    width: 100%;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

input.form-control {
    height:41px;
    border-radius: 0px !important;
    box-shadow: none;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+label {
    font-size: 14px;
    opacity: .5;
    top: 50%;
    font-weight: 400;
    transform: translateY(-50%);
}


::-webkit-input-placeholder {
    color: #716f6f;
    font-size: 14px;
}

::-moz-placeholder {
    color: #716f6f;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #716f6f;
    font-size: 14px;
}

::-ms-input-placeholder {
    color: #716f6f;
    font-size: 14px;
}

::placeholder {
    color: #716f6f;
    font-size: 14px;
}

.form-control::-webkit-input-placeholder {
    color: #858585;
    font-size: 14px;
}

.form-control::-moz-placeholder {
    color: #858585;
    font-size: 14px;
}

.form-control:-ms-input-placeholder {
    color: #858585;
    font-size: 14px;
}

.form-control::-ms-input-placeholder {
    color: #858585;
    font-size: 14px;
}

.form-control::placeholder {
    color: #858585;
    font-size: 14px;
}
/*
.logo img {
    width: 230px;
}*/

.form-control:focus {
    box-shadow: none;
    border:2px solid #000000;
}

.p-0 {
    padding:0;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
} 

.justify-between {
    justify-content: space-between;
}

.btn-theme{
	position: relative;
    display: inline-block;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
    letter-spacing: .2em;
    font-family: Futura,sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86),border .45s cubic-bezier(.785, .135, .15, .86);
    transition: color .45s cubic-bezier(.785, .135, .15, .86),border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
}

.btn-theme:hover {
	color: #ffffff;
	border-color: #ffffff;
}

.parallax-parent {
	position: relative;
}

.parallax-parent::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(4,4,4,.65)),to(rgba(54,54,54,.2)));
    background-image: linear-gradient(to top,rgba(4,4,4,.65),rgba(54,54,54,.2));
}

.parallax-parent img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .8s cubic-bezier(.215, .61, .355, 1),-webkit-transform .8s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1),-webkit-transform .8s cubic-bezier(.215, .61, .355, 1);
    transition: transform .8s cubic-bezier(.215, .61, .355, 1),opacity .8s cubic-bezier(.215, .61, .355, 1);
    transition: transform .8s cubic-bezier(.215, .61, .355, 1),opacity .8s cubic-bezier(.215, .61, .355, 1),-webkit-transform .8s cubic-bezier(.215, .61, .355, 1);    	
}

.parallax-parent:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);	
}

.d-flex {
	display: flex;
}

.home-articles .column-right {
	float: none;
	width: 100%;
}

.home-articles .column-right .article-home:not(:last-child) {
	margin-right: 14px;
}

.add-to-cart .btn-effect {
    padding:18px 20px;
    margin-left: 32px;
}

/*cart page*/

.cart-font-style h4{
    font-family: 'Futura-Normal';
    font-size: 17px;
    line-height: 23px;
    color: #5C5C5C;
    text-transform: uppercase;
    letter-spacing:.2em;
}

.b-btm{
    border-bottom:1px solid #e7e7e7;
}

.pdt-grp {
    padding: 41px 0px;
}

.cart-font-style .pdt-grp {
    font-family: 'Futura-Normal';
    color: #5C5C5C;
    text-transform: uppercase;
    letter-spacing:.2em;
}

.cart-font-style .pdt-grp h5 {
    font-size: 15px;
}

.cart-font-style .pdt-grp p {
    font-size: 13px;
}

.cart-font-style .pdt-grp .pdt-info {
    display: flex;
    align-items: center;
}

.pdt-grp .pdt-info .pdt-img-blk{
    padding-right: 23px;
}

.pdt-grp .pdt-info .pdt-img-blk img{
    width: 120px;
    min-width: 90px;
    height: auto;
}

.pdt-qty-action { 
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 131px;
}
.pdt-qty-action span{ font-size: 10px; margin-top:5px; }

.pdt-qty-action span a{ text-decoration: underline; text-transform: uppercase; }

.pdt-qty-action .custom {
    border:1px solid #e7e7e7;
}

.pdt-qty-action .add-to-cart .qty {
    height: 32px;
    width: 50px;
    color: #5C5C5C;
}

.pdt-qty-action .custom button.items-count {
    font-size: 12px;
    padding: 7px;
    height: 32px;
    width: 32px;
}

.checkout-info-blk h3{
    font-family: 'Futura-Normal';
    color: #5C5C5C;
    font-weight: 18px;
    text-transform: uppercase;
}

.checkout-info-blk p{
    padding:10px 0px 14px;
}

.btn-effect {
    color: #fff;
    border: 1px solid #323232;    
    background-color: transparent;
    position: relative;
    display: inline-block;
    padding: 16px 32px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    letter-spacing: .2em;
    font-family: Futura,sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86),border .45s cubic-bezier(.785, .135, .15, .86);
    transition: color .45s cubic-bezier(.785, .135, .15, .86),border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;    
}

.btn-effect:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;   
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;    
    -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86),-webkit-transform .45s cubic-bezier(.785, .135, .15, .86);    
    background-color: #db3a3a;
}

.btn-effect:hover {
    color: #db3a3a;
    border-color: #db3a3a;
    background-color: transparent;    
}

.btn-effect:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

/*wishlist*/

.pdt-img-blk {
    position: relative;
}

.pdt-img-blk .wishlist-buddle i{
    width: 28px;
    height: 28px;
    font-size: 12px;
    color: #ffffff;
    padding: 3px;
    position: absolute;
    top: -7px;
    right: 14px;
    background-color: #000000;
    border-radius: 100%;
    text-align: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
}

.empty-cart-blk {
    margin-top:14px;
}

.empty-wishlist-btn {
    font-family: 'Futura-Normal';
    color: #5C5C5C;
    font-weight: 23px;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding-bottom: 3px; 
    border-bottom: 1px solid #5C5C5C;
}

.empty-wishlist-btn i{
    padding-left: 7px;
}

.login-wrapper {
    /*filter: drop-shadow(0 0 5px rgba(51, 51, 51, .2));*/
    display: flex;
    align-items: center;
    margin:0px;
    background-color: #fff;
    position: relative;    
}

.login-wrapper h3{
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.login-wrapper p{
    margin-bottom: 23px;
}

.login-wrapper .col-img, 
.login-wrapper .col-form {
    width: 100%;
    padding:77px 23px;
}

.login-wrapper .col-form {
    background-color: #f8f8f8;
}

.login-wrapper .col-form .form-group{
    margin-bottom: 18px;
}

.login-wrapper .col-form .form-group .form-control{
    position: relative;
    background-color: transparent;
}

.login-wrapper .col-form .form-group a{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 5px;
}

.col-checkout-info .top-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.col-checkout-info h3 {
    font-family: 'Century Gothic';
    letter-spacing: 0px;
    font-size: 18px;
    margin-bottom: 14px;
}

.col-checkout-info, .checkout-summary-blk {
    padding:77px 0px;
}

.checkout-summary-blk h5 {
    font-size: 16px;
    text-transform: uppercase;
}

.checkout-summary-blk .item-checkout-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 32px;
    border-bottom: 1px solid #e7e7e7;
}

.checkout-summary-blk .item-checkout-info .itm-img{
    display: flex;
    align-items: center;
}

.checkout-summary-blk .item-checkout-info .itm-img .img-blk-mini{
    position: relative;
    margin-right: 14px;
}

.checkout-summary-blk .item-checkout-info .itm-img .img-blk-mini .count-buddle{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 23px;
    height: 23px;
    background: #666;
    color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.checkout-summary-blk .item-checkout-info .itm-img .img-blk-mini img{
    width: 77px;
}

.checkout-summary-blk .item-subtotal-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-summary-blk .item-subtotal-blk h5{
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
    font-family: 'Century Gothic';
    letter-spacing: 0;
}

.checkout-summary-blk .item-subtotal-blk {
    border-bottom: 1px solid #e7e7e7;
    padding:14px 0px;
}

.item-total-blk {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-total-blk h3{
    font-size: 21px;
    font-family: 'Century Gothic';
    letter-spacing: 0;
}

.modal-backdrop {
  background: #000000;
}

.order-wrapper {
    padding:77px;
}

.order-wrapper .order-info {
    padding:32px;
}

.login-style i{
    font-size: 28px;
}

.wishlist-blk i{
    font-size: 25px;
}

.header-container .fl-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fl-header-right .blk-style:not(:last-child) {
    margin-right: 28px;
}

.tp-bgimg.defaultimg {
    position: relative;
}

/*.tp-bgimg.defaultimg::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(4,4,4,.65)),to(rgba(54,54,54,.2)));
    background-image: linear-gradient(to top,rgba(4,4,4,.65),rgba(54,54,54,.2));
}*/

.btn-blk {
    margin:32px auto 0px;
    text-align: center;
}

.bg-grey {
    background-color: #f8f8f8;
}

.sec-padding {
    padding:50px 0px;
}

.footer-column h3 {
    color: #fcfcfc;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.fl-nav-menu {
    position: relative;
}

.price-rate-blk {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    top: 0px;
    right: 0px; 
    background-color: #db3a3a;
    color: #ffffff;
    z-index: 9999;
    width: 100%;
    max-width: 100%;   
    padding:0px 23px;
}

.price-info, .enquiry-info {
    display: flex;
    align-items: center;
}

.enquiry-info i {
    font-size: 23px;
    margin-right: 14px;
}

.enquiry-info p {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}

.price-rate-blk .marquee-effect, 
.price-rate-blk .price-info-desc {
    padding: 10px 18px;
}

.price-rate-blk .price-info-desc {
    position: relative;
    /*background-color: #363636;*/
    padding: 0 14px;
    display: flex;
    align-items: center;
}

.price-rate-blk .price-info-desc .hover-me-link{
    display: flex;  
    align-items: center;
    justify-content: center;    
}

.price-rate-blk .price-info-desc .hover-me-link img{
    width: 41px;
}

.price-rate-blk .price-info-desc .hover-me-link i{
    font-size: 21px;
}

    .dropdown-style ul {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 3px  rgba(0, 0, 0, 0.1);
        display: block;
        font-size: 14px;
        left: 0;
        margin: 0;
        min-width: 200px;
        opacity: 0;
        padding: 14px;
        position: absolute;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        top: 100%;
        visibility: hidden;
        z-index: 1000;
        color: #000000;
    }
    .dropdown-style .submenu::before {
        border: 7px solid #fff;
        border-color: transparent transparent #fff #fff;
        box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
        content: "";
        left: 45px;
        position: absolute;
        top: 2px;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .dropdown-style:hover > .submenu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .dropdown-style ul .time-date{
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }    

    .submenu li.mid {
        display: flex;
        justify-content: space-between;
    }    

    .submenu li.rate {
        margin-top:10px;
        display: flex;
        text-align: center;
    }

    .special-price span:not(:last-child) {
        margin-right: 23px;
    }

    .highlight-text {
        color: #db3a3a;
        font-size: 18px;
    }  


    .pdt-info-lists {
        display: flex;
    }

    .pdt-info-lists .grid-list:not(:last-child) {
        margin-right: 41px;
    }

    .pdt-info-lists .grid-list ul li span {
        width: 86px;
        display: inline-block;
    }

    .pdt-info-lists .grid-list ul li b {
        margin-left: 7px;
    }

    .price-brkup-blk h4{
        text-transform: uppercase;
    }

    .price-bckup-grp {
        display: flex;
        align-items: center;
    }

    .price-bckup-grp span{
        padding:0px 14px;
    }    

    .price-bckup-grp .price-bckup-grid{
        text-align: center;
    }

    .price-bckup-grid h5 {
        font-family: 'Century Gothic';
        letter-spacing: 0;
        text-transform: uppercase;
        border-bottom: 1px solid #000000;
        font-weight: 600;
        padding: 0px 14px 7px;
    }

    .h-100 {
        height: 100%;
    }

    .pdt-cat-blk  {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 14px;
    }

    .pdt-cat-blk .grid img {
        width: 100%;
    }

    .pdt-cat-blk .grid.center-grid img {
        height: 100%;
        object-fit: cover;
    }    

    .pdt-cat-blk  .img-cat-blk {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;        
        overflow: hidden;
    }    

    .pdt-cat-blk  .img-cat-blk a{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        transform: scale(1);        
        overflow: hidden;
    }        

    .pdt-cat-blk  .img-cat-blk a img {

        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);

    }

    .pdt-cat-blk  .img-cat-blk h4 { 
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        position: absolute;
        left: 0;
        right: 0px;
        bottom: 7px;
        display: flex;
        justify-content: center;
        text-transform: uppercase;
    }

    .pdt-cat-blk  .img-cat-blk a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transform: scale(1.2);    
    }        

    .pdt-cat-blk .grid .gap-style-1 {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 14px;
    }

    .pdt-cat-blk .grid .gap-style-2 {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 14px;
    }    

/*    .img-cat-blk {
        transition: transform .8s cubic-bezier(.215, .61, .355, 1),opacity .8s cubic-bezier(.215, .61, .355, 1),-webkit-transform .8s cubic-bezier(.215, .61, .355, 1);        
    }

    .img-cat-blk a:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);        
    }*/

    .down-app-content {
        display: flex;
        flex-direction: column;
        width: calc(50%);
    }

    .down-app-blk {
        display: flex;
        margin-left: auto;
    }

    .down-app-blk img {
        position: absolute;
        right: 0px;
        top: -104%;
        width: 230px;
        z-index: 99999;
    }

    .payment-info ul li:not(:last-child) {
        margin-right: 7px;
    }

    .slider-wrapper {
        background: #f9f8f9;
        padding: 50px 0px;
    }

    .slider-wrapper img {
        width: 50px;
    }

    .slider-wrapper p {
        font-size: 14px;
        color: #979797;
        margin-top: 10px;
    }

    .slider-wrapper .slider-items,
    .slider-wrapper-1 .slider-items,
    .slider-wrapper-2 .slider-items,
    .testi-wrapper .slider-items { 
        text-align: center;
        margin: 0px auto;
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .slick-prev {
        left: 0px;
    }

    .slick-next {
        right: 0px;
    }    

    .slick-prev, .slick-next {
        background-color: #ffffff;
        width: 41px;
        height: 41px;
    }

    .slick-prev:before, .slick-next:before {
        color:black;
        background-color: #ffffff;
        width: 41px;
        height: 41px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #000;
        font-size: 32px;        
    }

    .slick-prev:before {
            content: "\f104";
    }

    .slick-next:before {
            content: "\f105";
    }

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        background-color: #ffffff;
    }    

    .slider-wrapper-1, .slider-wrapper-2 {
        transform: translateY(-58%);
        margin-bottom: -50px;
    }

    .testi-wrapper {
        background:#f9f8f9;
        padding:32px 50px;
        text-align: center;
    }

    .testi-wrapper .test-img-blk {
        border:#555;
        border-radius: 100%;
        width: 140px;
        height: 140px;
        display: flex;
        border:1px solid #db3a3a;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        margin:0px auto;
    }

    .testi-wrapper .test-img-blk img {  
        width: 95px;
      }

    .testi-wrapper p{    
        font-family: 'Cormorant', serif;
        font-size: 23px;
        line-height: 32px;
        padding:32px 257px;
    }

    .testi-wrapper h5{    
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        color:#db3a3a;
    }    

    .product-shop h5{
        letter-spacing: 0;
        font-weight: 600;
    }

    .pdt-title-style {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .product-view .product-shop .add-to-links li {
        background: rgba(156, 41, 53,0.14);
        /*border:1px solid #db3a3a;*/
        border-radius: 100%;
        padding:0px;
        width: 41px;
        height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .size-blk .form-control {
        height: 41px;
    }


    .size-blk label {
        display: flex;
        align-items: center;
        justify-content: space-between;        
    }

    .size-blk label a{
        color: #db3a3a;
        text-decoration: underline;
    }

    .size-blk .form-control:focus {
        border:1px solid #db3a3a;
    }

    .price-brkup-blk .panel-title a{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .price-brkup-blk .panel-heading {
        padding:5px 14px;
    }

    .product-shop .add-to-cart .btn-effect {
        padding: 10px 20px;
        align-items: center;
        display: flex;
    }

    .product-shop .add-to-cart .btn-effect i{ 
        font-size: 32PX;
    }

    #product-attribute-specs-table tbody th {
        width: 100%;
    }

/* Bootstrap 3 text input with search icon */

.has-search {
    margin-bottom: 0px;
    width: 100%;
    max-width: 302px;
}

.has-search input {
    background-color: #f8f8f8;
    border-radius: 2vw !important;
    border: 1px solid #ededed;
    height: 50px;
}

.has-search input:focus {
    outline: none;
}

.has-search .form-control-feedback {
    right: 5px;
    color: #ccc;
    font-size: 25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    height: 50px;
}

.has-search .form-control {
    padding-right: 23px;
    padding-left: 23px;
}

.has-search span img {
    width: 20px;
}

/*    .product-view .product-shop .add-to-links li.link-wishlist {
        color: #db3a3a;
    }    */

@media (min-width: 1600px) {
    
.custom-contaniner {
    width: 90%;
}


}




@media (max-width: 991px) {

}

@media (min-width: 768px) {
    
    .modal-dialog {
        width: 725px;
        margin: 30px auto;
    }

}


@media (max-width: 767px) {


    .header-container {
        display: block;
        flex-direction: column;
    }    
    
    .d-flex {
        display: block;
    }

    .column-right {
        padding:0;
    }

    .column-right .article-home:not(:last-child) {
        margin-bottom: 14px;
    }    

}