/*=====================================================

                    Product Page                        

======================================================*/
body.catalog-product-view .breadcrumbs .items{
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
    padding: 0 30px;
}
body.catalog-product-view .page-title-wrapper h1.page-title{
   margin: 15px 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: #555;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding: 5px 15px;
    margin-top: 0;
}
body.catalog-product-view .column.main .product-reviews-summary{
    padding: 0 15px;
}
body.catalog-product-view .page-title-wrapper.product{
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: start;
    align-items: center;
}
body.catalog-product-view .page-title-wrapper.product span.product-sku{
        font-size: 14px;
    color: #B3B2B2;
    font-weight: 600;
}
.catalog-product-view .product-reviews-summary,
.catalog-product-view .product-social-links{
    display: none !important;
}
.catalog-product-view .page-title-wrapper.product{
    margin-bottom: 35px;
}
html body .swatch-option{
    height: auto;
    background-size: cover !important;
}
html body .swatch-option.image{
    height: 25px !important;
    width: 25px !important;
    border-radius: 50%;
    min-width: auto;
}
html body .swatch-option-tooltip{
    padding: 0 0 5px 0;
}
html body .swatch-option-tooltip .image{
    background-size: cover !important;
    margin-bottom: 5px;
}
.swatch-option.disabled{
    display: none !important;
}
/*=====================================================

                   Custom Category Page                        

======================================================*/
.page-layout-custom_category .custom-category-wrapper{
    padding: 20px 0;
    padding-top: 40px;
    position: relative;
}
.page-layout-custom_category .page-title-wrapper {
       display: block !important;
    text-align: center;
}
.page-layout-custom_category .page-main{
    max-width: 100%;
    padding: 0;
}
.page-layout-custom_category .custom-container{
    max-width: 1280px;
    padding: 0 20px;
        margin-left: auto;
    margin-right: auto;
}
.page-layout-custom_category .desc-header-title{
    font-size: 24px;
    color: #656565;
    font-weight: 700;
        margin-top: 0;
    margin-bottom: 13px;
}
.page-layout-custom_category .sku--2lZJm {
    font-size: 11px;
    margin-bottom: 4px;
    color: #656565;
}
.page-layout-custom_category .desc-content- {
    margin-bottom: 34px;
    font-size: 17px;
    color: #656565;
    font-weight: 200;
}
.page-layout-custom_category .nav-tabs {
    position: relative;
    border: none;
    text-align: center;
}
.page-layout-custom_category .nav>li>a:focus, 
.page-layout-custom_category .nav>li>a:hover{
    background-color: transparent;
}
.page-layout-custom_category .nav-tabs>li>a {
    border: none;
    color: #666;
}
.page-layout-custom_category .nav-tabs>li.active>a,
.page-layout-custom_category .nav-tabs>li>a:hover {
        color: #fff !important;
    background: #fecc0b !important;
    cursor: pointer !important;
    border: 2px solid #fecc0b !important;
    outline: none;
}
.page-layout-custom_category .marker {
    content: "";
    height: 4px;
    background-color: #fecc0b;
    width: 50%;
    position: absolute;
    bottom: -2px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}
.page-layout-custom_category .nav>li.active ~ .marker {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.page-layout-custom_category .nav>li + li.active ~ .marker{
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.page-layout-custom_category .tab-nav>li>a::after {
    background: #21527d none repeat scroll 0% 0%;
    color: #fff;
}
.page-layout-custom_category .nav-tabs li a small{
    font-weight: 700;
    display: block;
}
.page-layout-custom_category .nav-tabs li a span{
    font-weight: normal;
    white-space: nowrap;
    display: block;
    font-size: 12px;
}
.page-layout-custom_category .nav-tabs li a span + span{
        position: relative;
    display: inline-block;
        font-size: 15px;
    margin-top: 8px;
}
.page-layout-custom_category .nav-tabs>li.active a span + span{
    font-weight: 600;
}
.page-layout-custom_category .nav>li{
    width: auto;
    margin-right: 0px;
    float: none;
    display: inline-block;
    margin: 0;
}
.page-layout-custom_category .nav-tabs>li>a{
    margin-right: 0;
    border-radius: 4px;
    min-width: 60px;
    color: #000;
    background-color: transparent;
    text-transform: uppercase;
    border: 2px solid #fecc0b;
}
.page-layout-custom_category .nav-tabs li a span + span:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 14px;
    background-image: url(../images/earth-created.svg);
    background-size: contain;
    left: -21px;
    top: 3px;
}
.page-layout-custom_category .tab-pane {
    padding: 0;
}
.page-layout-custom_category .tab-content {
    padding: 0;
}
.page-layout-custom_category .nav-tabs::-webkit-scrollbar {
    display: none; /*Safari and Chrome*/
}
.page-layout-custom_category .tab-inner{
        max-width: 500px;
    margin: 0 auto;
    display: flex;
    padding: 0;
    justify-content: center;
}
.page-layout-custom_category .tab-inner > a {
    display: inline-block;
    text-decoration: none;
        width: 105px;
}
.page-layout-custom_category .tab-pane .link-wrap{
    text-align: center;
}
.page-layout-custom_category .tab-pane .link--1QU7X {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}
.page-layout-custom_category .tab-pane .link--1QU7X{
    width: 105px;
}
.page-layout-custom_category .tab-pane .hor-ver-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page-layout-custom_category .tab-pane .carat-img--2e-w0 {
    bottom: 0;
    top: initial !important;
    -webkit-transform: translate(-50%, 0) !important;
}
.page-layout-custom_category .tab-pane .link0 img {
    width: 26px;
}
.page-layout-custom_category .tab-pane .link-data {
    color: #000000;
}
.page-layout-custom_category .tab-pane .data-carat {
    font-size: 11px;
    font-weight: 700;
    color: #bebebe;
    margin-bottom: 8px;
    margin-top: 4px;
}
.page-layout-custom_category .tab-pane .data-price {
    color: #656565;
    font-weight: 700;
    font-size: 16px;
        font-family: 'Open Sans';
}
.page-layout-custom_category .tab-pane .sale-price {
    text-decoration: line-through;
    font-weight: normal;
    font-size: 14px;
    color: #909090;
        font-family: 'Open Sans';
}
.page-layout-custom_category .hor-ver-abs {
    bottom: 0;
    top: initial !important;
    -webkit-transform: translate(-50%, 0) !important;
}
.page-layout-custom_category .link1 img {
    width: 30px;
}
.page-layout-custom_category .link2 img {
    width: 34px;
}
.page-layout-custom_category .link3 img {
    width: 38px;
}
.page-layout-custom_category .link4 img {
    width: 42px;
}
.custom-category-wrapper.dir-rtl{
    background: #f7f7f7;
}
.threesixty-image-rotate {
    background: #FFFFFF;
}

.threesixty-image-rotate .loading-spinner {
    display: block;
    position: absolute;
    z-index: 10000;
    background: #FFFFFF;
    opacity: 0.5;
}

.threesixty-image-rotate .images-display:hover {
    cursor: grab;
}

.threesixty-image-rotate .images-display .images-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.threesixty-image-rotate .images-display .images-list .images-display {
    display: none;
}

.threesixty-image-rotate .images-display .images-list .images-display img {
    width: 100%;
    height: auto;
}

.threesixty-image-rotate .active {
    display: block !important;
}

.threesixty-image-rotate .navigation-bar-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar {
    width: 130px;
    margin: auto;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar div {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 1px;
    background-size: contain;
}

.threesixty-image-rotate .navigation-bar-wrapper .navigation-bar div:hover {
    cursor: pointer;
}
.thumb_nav{
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    z-index: 10000;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.thumb_nav a{
    display: inline-block;
    margin: 3px 8px;
    position: relative;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.thumb_nav a span{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b7b7b7;
    display: block;
    position: relative;
}
.thumb_nav a.active span {
    width: 11px;
    height: 11px;
    background-color: #b7b7b7;
}

.thumb_nav a.active span::after {
    content: "";
    border-radius: 50%;
    border: 2px solid transparent;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid #ffa6a7;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.threesixty-image-rotate{
    position: relative;
}
.height-400{
    min-height: 400px;
}
.widget_product_thumb{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.threesixty-image-rotate{
    position: absolute !important;
    -moz-transition: all 0.4s cubic-bezier(0.62, 0, 0.41, 1.15);
    -o-transition: all 0.4s cubic-bezier(0.62, 0, 0.41, 1.15);
    -webkit-transition: all 0.4s cubic-bezier(0.62, 0, 0.41, 1.15);
    transition: all 0.4s cubic-bezier(0.62, 0, 0.41, 1.15);
    top: 50%;
    left: 50%;
    transform-origin: top left;
    margin: 0 !important;
}

.threesixty-image-rotate:nth-of-type(1),
.threesixty-image-rotate:nth-of-type(2),
.threesixty-image-rotate:nth-of-type(3){
    opacity: 0;
    -webkit-transform: scale(0.7) translate(-50%, -50%);
    -ms-transform: scale(0.7) translate(-50%, -50%);
    transform: scale(0.7) translate(-50%, -50%);
    -moz-transform: scale(0.7) translate(-50%, -50%);
    -o-transform: scale(0.7) translate(-50%, -50%);
    z-index: 100;
}
.threesixty-image-rotate.active{
    opacity: 1;
    -webkit-transform: scale(1) translate(-50%, -50%);
    -ms-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%);
    -moz-transform: scale(1) translate(-50%, -50%);
    -o-transform: scale(1) translate(-50%, -50%);
    z-index: 105;
}

.thumb_nav .thumb.pro-1.active span::after,
.thumb_nav .thumb2.pro-4.active span::after,
.thumb_nav .thumb3.pro-7.active span::after{
    border: 1px solid #b7b7b7;
}
.thumb_nav .thumb.pro-2.active span,
.thumb_nav .thumb2.pro-5.active span{
    background-color: #ddb56b;
}
.thumb_nav .thumb.pro-2.active span::after,
.thumb_nav .thumb2.pro-5.active span::after,
.thumb_nav .thumb3.pro-8.active span::after{
    border: 1px solid #ddb56b;
}
.thumb_nav .thumb.pro-3.active span,
.thumb_nav .thumb2.pro-6.active span{
    background-color: #ffa6a7;
}
.thumb_nav .thumb.pro-3.active span::after,
.thumb_nav .thumb2.pro-6.active span::after,
.thumb_nav .thumb3.pro-9.active span::after{
    border: 1px solid #ffa6a7;
}
.thumb_nav a.thumb.pro-2 span,
.thumb_nav .thumb2.pro-5 span,
.thumb_nav .thumb3.pro-8 span{
    background-color: #ddb56b;
}
.thumb_nav a.thumb.pro-3 span,
.thumb_nav .thumb2.pro-6 span,
.thumb_nav .thumb3.pro-9 span{
    background-color: #ffa6a7;
}
.catalog-category-view .product-item-actions button.action.tocart.primary{
    margin: 0;
}
.catalog-category-view .product-item:hover a.action.towishlist{
    right: 63px !important;
}
.widget_product_video{
    position: relative;
    height: 100%;
}
.widget_product_video iframe{
    min-height: 300px;
}
.page-layout-custom_category .custom-category-wrapper{
    padding-top: 0;
}
.page-layout-custom_category .category-view{
    text-align: center;
    padding: 0 30px;
}
.category-title h1,
.page-layout-custom_category .page-title{
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 6.5rem;
    font-weight: 800;
}
.category-title p,
.page-layout-custom_category .category-description,
.page-layout-custom_category .category-description p{
    font-size: 34px;
    color: #656565;
    font-weight: 200;
    line-height: 1.3;
    margin-bottom: 40px;
}
.category-title p > span,
.page-layout-custom_category .category-description > span,
.page-layout-custom_category .category-description p > span{
    display: block;
}
.widget-description-container{
    margin-top: 20px;
}
.button_widget .action.primary{
    width: 33%;
    padding: 15px 20px;
    font-size: 16px;
    margin-right: 5px;
    opacity: .5;
}
.button_widget{
        display: flex;
    justify-content: center;
    align-items: center;
}
.video_color_btn a.action.primary{
    background-color: transparent;
    color: #000;
    min-width: 60px;
    border: 2px solid #000;
    text-transform: uppercase;
}
.video_color_btn a.action.primary:hover,
.video_color_btn a.action.primary.active,
.button_widget .action.primary:focus,
.video_color_btn a.action.primary.active:focus,
.button_widget .action.primary.active{
    opacity: 1;
}
.stoneButton_display{
    margin-top: 20px;
}
.stoneButton_display ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-layout-custom_category.page-products .columns{
    z-index: inherit;
}
.button_widget .action.primary.fiveStone{
    background: #52b9b5;
    border-color: #52b9b5;
    color: #fff;
}
.button_widget .action.primary.sevenStone{
    background: #fecc0b;
    border-color: #fecc0b;
    color: #fff;
}
.button_widget .action.primary.nineStone{
    background-color: #ed4949;
    border-color: #ed4949;
    color: #fff;
}
.fiveStone_button a.action.primary{
    background: #52b9b5;
    border-color: #52b9b5;
    color: #fff;
}
.sevenStone_button a.action.primary{
    background: #fecc0b;
    border-color: #fecc0b;
    color: #fff;
}
.nineStone_button a.action.primary{
    background-color: #ed4949;
    border-color: #ed4949;
    color: #fff;
}

/* My Account*/
#account-nav .nav>li{
    margin-bottom: 0;
}
.customer-account-create .form-create-account .fieldset.create.account:after{
    width: 100%;
    clear: both;
    float: right;
    text-align: right;
    padding: 0 15px;
    margin-top: 0;
}
.customer-account-create .form.create.account.form-create-account .action.primary{
    float: right;
    margin-left: 5px;
    background-color: #fecc0b;
    color: #ffffff;
    border-radius: 0;
    border-color: #fecc0b;
    margin-right: 0;
}
.customer-account-create .actions-toolbar>.primary{
    float: right;
}
.page-wrapper.fixed header .logo{
    display: none;
}

.fixed-logo{
    display: none;
}
.page-wrapper.fixed .fixed-logo{
    display: inline-block;
}
.page-wrapper.fixed .fixed-logo{
    background-size: 100%;
    background-image: url(../images/rnjlogo.png);
    width: 185px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 12px;
}
.page-wrapper.fixed .navigation > ul{
    padding-left: 20px !important;
}
.page-wrapper.fixed .navigation{
        display: flex;
    justify-content: center;
    align-items: center;
}
.footer-logo{
    background-size: 100%;
    background-image: url(../images/rnjlogo.png);
    width: 260px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center bottom;
    
}
.footer-bottom a.logo{
    left: inherit !important;
    transform: inherit !important;
}

.block.block-reviews-dashboard .action.view:hover,
.block.block-reviews-dashboard .action.view:focus{
    background: #fecc0b;
    border: 1px solid #fecc0b;
    color:#000;
}
.customer-account-index .block-reviews-dashboard .rating-summary .label{
    display: none;
}
.amquote-addto-button.amasty-quote-link{
    width: 100%;
    background-color: #000;
    color: #ffffff;
    padding: 0;
    font-size: 14px;
    border-color: #000;
    font-weight: normal;
    font-size: 14px !important;
    text-align: center;
    padding: 7px 15px;
    border-radius: 0;
    font-family: 'Raleway';
}
.cart-summary .checkout-methods-items .amasty-quote-link:hover,
.cart-summary .checkout-methods-items .amasty-quote-link:focus,
.cart-summary .checkout-methods-items .amasty-quote-link.active{
    background-color: #fecc0b !important;
    color: #fff !important;
    border-color: #fecc0b !important;
}
.customer-address-form form.form-address-edit .fieldset .message.info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#maincontent > .columns .column.main > .std{
    width: 100%;
    float: left;
    clear: both;
}
/*New Fav Carousel*/
.block-products-list .block-title{
    position: relative;
    text-align: center;
    padding: 30px 0;
}
.block-products-list .block-title {
    text-align: center;
    font-size: 35px;
    color: rgb(35, 35, 35);
    text-transform: uppercase;
    font-weight: 600;
}
.block-products-list .block-title::before {
    background: #ddd;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.block-products-list .block-title::before {
    left: 0;
}
.block-products-list .block-title strong {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    font-size: 35px;
    font-weight: bold;
}
.block-products-list .custom-fav-carousel .product-item{
        padding: 0 !important;
    width: 100% !important;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.block-products-list .custom-fav-carousel.owl-carousel.owl-drag .owl-item{
    padding: 0 !important;
}
.block-products-list .products-grid .product-item-info:hover, 
.block-products-list .products-grid .product-item-info.active {
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}
.block-products-list .products-grid .product-item-inner{
        box-shadow: none !important;
    margin: 0 !important;
    height: auto !important;
    overflow: visible !important;
    position: relative !important;
    width: 100% !important;
    border:none;
}
.block-products-list .bss-bt-quickview a.bss-quickview{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.product-item .product-item-info:hover .bss-quickview{
    text-align: center !important;
}
.block.widget .products-grid .product-item .product-item-inner{
        padding: 0 !important;
    margin-bottom: 0 !important;
}
.product-item-actions a{
    transition: all 0.3s;
}
a.action.towishlist {
        color: #ed4949 !important;
    background-color: transparent !important;
    font-size: 17px !important;
    display: inline-block !important;
    height: 33px !important;
    width: 32px !important;
    line-height: 32px !important;
    border: 1px solid #ed4949 !important;
    border-radius: 0 !important;
    text-align: center !important;
}
.product-item-actions a,
.product-item-actions button.action.tocart.primary{
    margin: 0 1px;
    vertical-align: middle;
    visibility: hidden;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.action.primary:focus, .action.primary:active{
    background: var(--rj-darkyellow);
    border: 1px solid var(--rj-darkyellow);
    color: #000000;
}
.product-item-actions button.action.tocart.primary span{
    position: relative;
}
.product-item-actions button.action.tocart.primary span::before,
.block.block-reorder .actions-toolbar .action.tocart.primary::before{
        font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .4rem;
    content: '\e80c';
    top: -1px;
    position: relative;
    font-size: 1.4rem;
}
a.action.towishlist {
    position: relative !important;
    right: -92px !important;
}
.product-social-links .action.towishlist::before, 
.block-bundle-summary .action.towishlist::before, 
.product-item .action.towishlist::before, 
.table-comparison .action.towishlist::before{
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 20px;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;           
    margin-left: 0;
    content: '\e811';
    padding: 0;
}
a.action.tocompare {
    color: #52b9b5 !important;
    background-color: transparent !important;
    font-size: 17px !important;
    display: inline-block !important;
    height: 33px !important;
    width: 32px !important;
    line-height: 32px !important;
    border: 1px solid #52b9b5 !important;
    border-radius: 0 !important;
    text-align: center !important;
}
a.action.tocompare {
    position: relative !important;
    left: -92px !important;
}
.product-item-actions button.action.tocart.primary{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    padding-bottom: 9px;
    padding-top: 9px;
    min-height: 33px;
    background-color: #000;
    border-color: #000;
}
.product-item-actions .action.tocompare::before{
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0;
    content: '\e810';
}
.product-item:hover a.action.towishlist{
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=100);
    right: 86px !important;
}
.product-item:hover  a.action.tocompare {
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=100);
    left: 63px !important;
}
.cms-index-index .product-item:hover .product-item-actions button.action.tocart.primary{
    opacity: 1;
    visibility: visible;
}
.mfp-preloader{
    width: 50px !important;
    height: 50px !important;
}
.catalog-product-view.page-layout-1column .fieldset>.field.review-field-ratings>.label{
    padding-bottom: 10px;
    display: block;
    width: auto;
    border-bottom: 0;
}
textarea#review_field{
    border-radius: 0;
    width: 100%;
    height: 10em;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    background-color: #fff;
}
.catalog-product-view.page-layout-1column .data.active.switch .counter {
    color: #fff;
}
.catalog-product-view.page-layout-1column .product.data.items>.item.title.active>.switch .counter,
.catalog-product-view.page-layout-1column .product.data.items>.item.title:hover > .switch .counter{
    color: #fff;
}
.catalog-product-view .modal-popup.modal-slide .modal-footer{
    border: none;
    padding: 0;
    padding-bottom: 20px;
}
.catalog-product-view .modal-popup.modal-slide .modal-footer button.action{
    padding: 10px 20px;
    font-size: 1.4rem;
    background-color: #fecc0b;
    color: #fff;
    border: none;
    border-radius: 0;
    position: relative;
}
.catalog-product-view .modal-popup.modal-slide .modal-footer button.action::before{
        display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f019";
    color: #fff;
    font-size: 1.4rem;
    margin-right: 10px;
}
.catalog-product-view .modal-popup.modal-slide .modal-footer button.action:hover{
    background-color: #000;
}
/*Video Home Page*/
.vimeo_video_sec{
        width: 100%;
    float: left;
    clear: both;
}
#mageplaza-bannerslider-block-before-content-2{
        width: 100%;
    float: left;
    clear: both;
}
/* Wholesaler Login */
.customer-account-login .page-main>.page-title-wrapper .page-title{
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 400;
    color: #000;
    /* color: #fecc0b; */
    padding: 0 25px;
}
.customer-account-login .page-main{
    max-width: 100%;
    padding: 0;
    padding-top: 20px;
}
.customer-account-login .columns{
    display: block;
    border-radius: 0;
    background: #fff;
    border-top: 4px solid #fecc0b;
    padding: 35px 25px;
    padding-bottom: 0;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08);
    margin-bottom: 70px;
}
.customer-account-login .column.main{
    padding-bottom: 0;
}
.customer-account-login .block-title{
        font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 15px !important;
    line-height: 1.35 !important;
    color: #000 !important;
    /* color: #777 !important; */
}
.customer-account-login .login-container .block-content p,
.customer-account-login .fieldset.login .field.note {
        font-size: 13px;
    font-family: Raleway;
}
.customer-account-login .field.company, 
.customer-account-login .field.telephone, 
.customer-account-login .field.zip, 
.customer-account-login .field.country, 
.customer-account-login .field.password, 
.customer-account-login .field.confirmation{
    width: 100%;
}
.customer-account-login .block.block-new-customer .block-content ul{
    display: none;
}
.customer-account-login .block.block-customer-login{
    float: right;
}
.customer-account-login .block.block-new-customer{
    float: left;
}
.customer-account-login .action.login.primary,
.customer-account-login .action.create.primary{
    background-color: #fecc0b;
    color: #ffffff;
    border-radius: 0;
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    border-color: #fecc0b;
    padding: 8px 25px;
    font-family: Raleway;
        margin-right: 0;
}
.customer-account-login .action.login.primary:hover,
.customer-account-login .action.create.primary:hover{
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}
.customer-account-login .block.block-customer-login .action.remind{
    line-height: 35px;
    color: #fecc0b;
    font-size: 13px;
    font-family: Raleway;
}
.customer-account-login .block.block-customer-login .action.remind:hover{
    text-decoration: underline;
    color: #000;
}
.customer-account-login .block.block-new-customer p + p {
    display: none;
}
.actions-toolbar{
    clear: both;
}
.amazon-validate-container .block .block-title, .login-container .block .block-title{
    border:none;
        padding-bottom: 0;
}
.customer-account-login .actions-toolbar .primary{
    float: right;
    outline: none;
}
.customer-account-login .actions-toolbar .secondary{
    float: left;
}
.customer-account-login .login-container .fieldset>.field>.control {
    width: 100%;
}
.customer-account-login .login-container .block-new-customer .actions-toolbar {
    margin-top: 172px;
}
/* Product Details Page*/
.catalog-product-view .page-main{
    max-width: 100%;
    padding: 0;
}
.catalog-product-view .action-skip-wrapper{
    display: none;
}
.catalog-product-view .fotorama__stage{
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    max-width: 100%;
}
.catalog-product-view.page-layout-1column .product.media{
    width: 41.66666667%;
        padding: 0 15px;
}
.catalog-product-view.page-layout-1column .product-info-main {
    width: 58.33333333%;
    padding: 0 15px;
    padding-top: 10px;
}
.catalog-product-view.page-layout-1column .fotorama__nav-wrap.fotorama__nav-wrap--horizontal{
      margin-top: 10px;
    overflow: visible;  
}

.catalog-product-view.page-layout-1column .fotorama__nav--thumbs .fotorama__nav__frame{
    padding: 3px;
    border: 1px solid #ddd;
    overflow: visible;
    height: auto;
    width: 139px !important;
    height: 139px;
    margin-right: 10px;
    opacity: 0.4;
}
.catalog-product-view.page-layout-1column .fotorama__nav{
    overflow: visible;
    height: 150px !important;
}
.catalog-product-view.page-layout-1column .fotorama__thumb-border{
    display: none;
}
.catalog-product-view.page-layout-1column .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active{
    opacity: 1;
}
.catalog-product-view.page-layout-1column .additional-attributes tr {
    border-bottom: none;
}
.catalog-product-view.page-layout-1column .product-info-main .action.tocompare > span,
.catalog-product-view.page-layout-1column .product-social-links .action.towishlist > span{
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.catalog-product-view.page-layout-1column .product-info-main .action.tocompare,
.catalog-product-view.page-layout-1column .product-social-links .action.towishlist{
    border-radius: 3px !important;
}
.catalog-product-view.page-layout-1column .product-info-main .action.tocompare::before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0;
    content: '\e810';
}
.catalog-product-view.page-layout-1column .table>tbody>tr>td, 
.catalog-product-view.page-layout-1column .table>tbody>tr>th, 
.catalog-product-view.page-layout-1column .table>tfoot>tr>td, 
.catalog-product-view.page-layout-1column .table>tfoot>tr>th, 
.catalog-product-view.page-layout-1column .table>thead>tr>td, 
.catalog-product-view.page-layout-1column .table>thead>tr>th{
        font-size: 14px;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: none;
    color: #000;
    vertical-align: middle;
    /* padding: 8px 0; */
    margin: 0;
    line-height: 1;
}
.catalog-product-view.page-layout-1column .product.info.detailed{
    max-width: 1170px;
    margin: 0 auto;
        padding: 0 15px;
}
.catalog-product-view.page-layout-1column .product.data.items>.item.title.active>.switch, 
.catalog-product-view.page-layout-1column .product.data.items>.item.title.active>.switch:focus, 
.catalog-product-view.page-layout-1column .product.data.items>.item.title.active>.switch:hover{
    padding-bottom: 0;
    background: #fecc0b;
    color: white;
    outline: none;
}
.catalog-product-view.page-layout-1column .product.data.items>.item.content{
    margin-top: 40px;
}
.catalog-product-view.page-layout-1column .product-info-price .price-box .price-container .price{
        color: #fecc0b;
    font-size: 36px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-price{
    display: block;
    position: relative;
        clear: both;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-price .price-box{
    display: block;
    padding-top: 30px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-stock-sku{
    display: block;
    padding-bottom: 0;
    padding-left: 0;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
        padding-top: 0;
}
.catalog-product-view.page-layout-1column .product-info-main .stock.available, 
.catalog-product-view.page-layout-1column .product-info-main .stock.unavailable{
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
}
.catalog-product-view.page-layout-1column .stockstatus{
    color: #000;
    font-weight: 600;
}
.catalog-product-view.page-layout-1column .product-info-main .product.attribute.sku{
    display: none;
}
.catalog-product-view.page-layout-1column .product-info-main .product-info-price{
    border:none;
}
.catalog-product-view.page-layout-1column .product-reviews-summary .reviews-actions .action.add{
    line-height: 20px;
    font-size: 14px;
    color: #bdbdbd;
}
.catalog-product-view.page-layout-1column .reviews-actions .action.add:hover {
    color: #fecc0b;
}
.catalog-product-view.page-layout-1column .fieldset>.field>.label, 
.catalog-product-view.page-layout-1column .fieldset>.fields>.field>.label,
.catalog-product-view.page-layout-1column .review-field-rating .label{
    font-weight: bold;
    color: #777;
    font-size: 14px;
    text-align: left;
    padding-left: 0;
    position: relative;
}
.catalog-product-view.page-layout-1column .review-control-vote label:before, 
.catalog-product-view.page-layout-1column .review-control-vote:before{
    width: 22px;
    height: 22px;
    font-size: 22px;
}
.catalog-product-view.page-layout-1column .product-info-main textarea{
        color: #777;
    font-size: 13px;
    border-radius: 0;
    height: 8em;
    border-radius: 0;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    background-color: #fff;
}
.catalog-product-view.page-layout-1column .product-info-main textarea:focus{
    box-shadow: none;
}
.catalog-product-view.page-layout-1column .product-info-main a.action.tocompare{
    left: inherit !important;
    margin-right: 0; 
}
.catalog-product-view.page-layout-1column .product-social-links a.action.towishlist{
    right: inherit !important;
    margin-left: 8px;
}
.catalog-product-view.page-layout-1column .fotorama__dot{
    border-radius: 50%;
    height: 14px;
    width: 14px;
}
.catalog-product-view.page-layout-1column .fotorama__active .fotorama__dot{
    background-color: #fecc0b;
    border-color: #fecc0b;
}
.catalog-product-view.page-layout-1column .box-tocart .fieldset{
    display: table;
    position: relative;
}
.catalog-product-view.page-layout-1column .box-tocart .field.qty{
        display: table-cell;
    vertical-align: middle;
    width: 60px;
    position: relative;
}
.catalog-product-view.page-layout-1column .box-tocart .actions{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    min-width: 360px;
}
.catalog-product-view.page-layout-1column .box-tocart .actions .action.primary.tocart{
    width: 100%;
        padding: 10px 10px;
}
.catalog-product-view.page-layout-1column .box-tocart .field.qty input#qty{
        margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    width: 35px !important;
    font-size: 14px;
    text-align: center;
    color: #fecc0b;
    border-color: #e1e1e1;
    padding: 0;
}
.catalog-product-view.page-layout-1column .review-form .action.submit.primary{
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
}
.catalog-product-view.page-layout-1column .review-form .action.submit.primary:hover,
.catalog-product-view.page-layout-1column .review-form .action.submit.primary:focus{
    background: #fecc0b;
    color: white;
    border-color: #fecc0b;
}
.catalog-product-view.page-layout-1column .additional-attributes-wrapper h3{
    margin: 0 0 5px;
    line-height: 1.35;
    color: #777;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px #E4E4E4 solid;
    margin-bottom: 10px;
    font-family: 'Open Sans';
    padding-bottom: 5px;
}
.catalog-product-view.page-layout-1column .fieldset{
  margin: 0 0 10px;
}
.catalog-product-view.page-layout-1column .product-info-main .product-reviews-summary{
        margin-top: 10px;
    vertical-align: middle;
}
.catalog-product-view.page-layout-1column .rating-summary .rating-result{
    margin-top: 7px;
}

.catalog-product-view.page-layout-1column .product-info-main .rating-summary{
    margin-right: 0;
}
.catalog-product-view.page-layout-1column .product-reviews-summary .reviews-actions{
       margin-left: -15px;
}
.catalog-product-view.page-layout-1column .product-reviews-summary .reviews-actions a:not(:last-child) {
    margin-right: 10px;
    color: #fecc0b;
}
.catalog-product-view.page-layout-1column .product-reviews-summary .reviews-actions .action.add{
    color: #fecc0b;
}
.toolbar-sorter.sorter{
    position: absolute;
}
.review-list .block-title strong{
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0rem;
    display: block;
    font-weight: 600;
    color: #fecc0b;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ddd;
}
#reviews .review-ratings{
    max-width: 100%;
    display: block;
    width: 100%;
}
#reviews .review-content,
#reviews .review-details{
    width: 100%;
    display: block; 
    clear: both;
    margin: 0;
    padding: 10px 0;
        font-size: 1.4rem;
    font-weight: 500;
}
#reviews .review-title{
    margin: 0;
    margin-bottom: 10px;
}
#reviews .review-ratings .rating-label{
        padding-left: 0;
    padding-bottom: 0;
    vertical-align: middle;
    padding: 0;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1;
    border-radius: 0;
        font-weight: 500;
        color: #000;
}
#reviews .review-item{
    padding: 0;
    border: none;
}
#reviews .review-item + .review-item{
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}
#reviews .rating-result{
    margin-top: 3px;
}
#reviews .review-toolbar{
    border:none;
}
#reviews .review-author{
    color: #777;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
}
#reviews .review-author::before{
        width: 1px;
    height: 15px;
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    background-color: #ddd;
}
#reviews .review-author .review-details-value,
#reviews .review-details-value{
    font-weight: bold;
    color: #777;
}
#reviews .review-details-label{
    display: inline-block;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    margin: 0;
    position: relative;
    color: #777;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 600;
}
.product.data.items>.item.title>.switch{
        background: transparent;
}
.product.data.items>.item.title>.switch:hover{
    background: #fecc0b !important;
    color: white;
    outline: none;
}
.catalog-product-view.page-layout-1column .box-tocart .actions .action.primary.tocart,
.catalog-product-view .product-add-form .product-options-bottom .amquote-addto-button.action,
.product-add-form .amquote-addto-button.action,
.catalog-product-view form#product_addtocart_form .action.primary.tocart{
    position: relative;
    display: inline-block;
    width: 160px;
    vertical-align: middle;
    border-radius: 0;
    line-height: 1;
    font-weight: normal;
    font-size: 14px;
    padding: 11px 10px;
    background-color: #fecc0b;
    color: #ffffff;
    border-color: #fecc0b;
    box-sizing: border-box;
    margin: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.catalog-product-view .product-add-form .product-options-bottom .amquote-addto-button.action,
.product-add-form .amquote-addto-button.action,
.amasty_quote-cart-configure form#product_addtocart_form .amquote-addto-button,
.amasty_quote-cart-configure form#product_addtocart_form .amquote-addto-button.action.outline{
    box-shadow: none !important;
    background: #000;
    border-color: #000;
    margin-left: 5px;
    position: relative;
}

.catalog-product-view.page-layout-1column .box-tocart .actions .action.primary.tocart:focus,
.catalog-product-view.page-layout-1column .box-tocart .actions .action.primary.tocart:hover,
.catalog-product-view form#product_addtocart_form .action.primary.tocart:hover,
.catalog-product-view form#product_addtocart_form .action.primary.tocart:focus{
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}
.catalog-product-view .product-add-form .product-options-bottom .amquote-addto-button.action:hover,
.catalog-product-view .product-add-form .product-options-bottom .amquote-addto-button.action:focus,
.product-add-form .amquote-addto-button.action:hover,
.product-add-form  .amquote-addto-button.action:focus,
.amasty_quote-cart-configure form#product_addtocart_form .amquote-addto-button:hover,
.amasty_quote-cart-configure form#product_addtocart_form .amquote-addto-button:focus,
.amasty_quote-cart-configure form#product_addtocart_form .amquote-addto-button.action.outline:hover,
.amasty_quote-cart-configure form#product_addtocart_form .amquote-addto-button.action.outline:focus{
    background-color: #fecc0b;
    color: #fff;
    border-color: #fecc0b;
}
.catalog-product-view .product-add-form .product-options-bottom .amquote-addto-button.action{
    position: relative;
}
.amasty_quote-cart-configure form#product_addtocart_form .amquote-addto-button{
        margin: 0;
    border-radius: 0;
    display: inline-block;
    width: 160px;
    vertical-align: middle;
    border-radius: 0;
    line-height: 1;
    font-weight: normal;
    font-size: 14px;
    padding: 11px 10px;
    color: #fff;
}
.amasty_quote-cart-configure form#product_addtocart_form .field.qty label.label{
    display: none;
}
/*.catalog-product-view .product-add-form .amquote-addto-button.action::before{
    width: 15px;
    height: 15px;
    content: "";
    background-image: url(../images/add-to-quote-color-white.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 10px;

}*/
.catalog-product-view.page-layout-1column .box-tocart .actions .action.primary.tocart::before{
        font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: 1rem;
    content: '\e80c';
    top: -0;
    position: relative;
}
.catalog-product-view .product.info.detailed .block.review-list{
    margin-bottom: 0px !important;
}
.catalog-product-view .product.info.detailed .block.review-add{
    padding-top: 30px;
    border-top: 1px solid #ddd;
}
table#product-attribute-specs-table{
    width: 100%;
    border-bottom: 2px #E4E4E4 solid;
    margin-bottom: 10px;
}
.product.info.detailed .additional-attributes>tbody>tr>th,
.product.info.detailed .additional-attributes>tbody>tr>td{
        margin: 0;
    vertical-align: middle;
    padding-bottom: 0;
    padding: 4px;
    float: none;
    display: table-cell;
    text-align: left;
    font-size: 13px;
}
.product.data.items>.item.content{
    padding: 20px;
}
/* Quick View Loader*/
.mfp-preloader,
#amasty-shopby-product-list #amasty-shopby-overlay .loader,
.fotorama__spinner{
    text-align: center;
    background-color: rgba(255,255,255,.5);
    display: none;
}

.mfp-preloader,
.fotorama__spinner{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 199;
}
.mfp-preloader,
.fotorama__spinner{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -8px;
    border-color: #fecc0b;
    vertical-align: middle;
    border: 1px solid #fecc0b;
    border-radius: 50%;
    border-bottom-color: transparent!important;
    width: 24px;
    height: 24px;
    border-width: 2px 3px 1px 0;
    background-color: transparent;
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader,
.fotorama__spinner{
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    z-index: 199;
}
#amasty-shopby-product-list #amasty-shopby-overlay .loader,
.fotorama__spinner{
    background-image: none !important;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -8px;
    border-color: #fecc0b;
    vertical-align: middle;
    border: 1px solid #fecc0b;
    border-radius: 50%;
    border-bottom-color: transparent!important;
    width: 24px;
    height: 24px;
    border-width: 2px 3px 1px 0;
    background-color: transparent;
}
/*
   Animation example, for spinners
*/
.mfp-preloader,
#amasty-shopby-product-list #amasty-shopby-overlay .loader{
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
    display: inline-block;
}
.fotorama__spinner{
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*Cart Page*/
.checkout-cart-index .page-main{
        max-width: 100%;
    padding: 0;
}
.checkout-cart-index h1.page-title{
    color: #fecc0b;
    font-size: 20px;
}
#shopping-cart-table a.action.towishlist{
    display: none !important;
}
#shopping-cart-table .product-image-photo{
    width: 80px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details,
.checkout-cart-index .cart.table-wrapper .product-item-photo{
    vertical-align: middle;
        padding-bottom: 0;
}
.checkout-cart-index .page-title-wrapper,
.amasty_quote-cart-index .page-title-wrapper{
    padding: 0 15px;
}
.checkout-cart-index .table>tbody>tr>td, 
.checkout-cart-index .table>tbody>tr>th, 
.checkout-cart-index .table>tfoot>tr>td, 
.checkout-cart-index .table>tfoot>tr>th, 
.checkout-cart-index .table>thead>tr>td, 
.checkout-cart-index .table>thead>tr>th,
.amasty_quote-cart-index .table>thead>tr>td,
.amasty_quote-cart-index .table>thead>tr>th,
.cart.table-wrapper .cart tbody td{
    vertical-align: middle;
}
.cart-container .form-cart .actions.main .clear,
.cart-container .form-cart .actions.main .continue{
    display: inline-block;
}
.item-actions .actions-toolbar .action.action-delete{
    color: #fecc0b;
    display: inline-block;
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.item-actions .actions-toolbar .action.action-delete::before{
    content: "\e82c";
    display: block;
    font-family: "porto";
    text-indent: 0;
    text-align: center;
    color: #fff;
    line-height: 30px;
}
.item-actions .actions-toolbar .action.action-edit{
    color: #fecc0b;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.item-actions .actions-toolbar .action.action-edit::before{
        font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    content: '\e85a';
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    font-size: 14px;
    color: #fecc0b;
}
.cart.table-wrapper .actions-toolbar {
    min-height: 1PX;
    padding-bottom: 0;
    position: relative;
}
.cart.table-wrapper .col.qty .input-text:focus,
.cart.table-wrapper .col.qty .input-text{
    box-shadow: none;
}
.cart.table-wrapper .item .col.item{
    padding-bottom: 0;
}
.cart.table-wrapper .product-item-name,
.cart.table-wrapper .product-item-name>a{
    line-height: 1.35;
    color: #fecc0b;
    font-size: 1em;
    text-decoration: none;
    font-weight: normal;
}
.cart.table-wrapper .product-item-photo,
.cart.table-wrapper .product-item-photo:focus{
    outline: none;
}
.cart.table-wrapper .cart tbody td{
    padding-left: 0 !important;
    text-align: left !important;
}
.cart.table-wrapper .cart thead tr th.col{
    padding-left: 0;
    text-align: left;
}
.cart.table-wrapper .cart thead tr th.col.item span{
    display: block;
    padding-left: 130px;
}
.cart.table-wrapper .cart thead tr th.col{
    font-weight: 600;
    padding: 15px 10px;
    color: #777;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 0;
}
.cart.table-wrapper .data.table .col.price, 
.cart.table-wrapper .data.table .col.qty, 
.cart.table-wrapper .col.price.qty,
.cart.table-wrapper .cart thead tr th.col,
.checkout-cart-index .table>tbody>tr>td .price,
.amasty_quote-cart-index .cart.table-wrapper .col.price .price-including-tax{
    text-align: left !important;
}
.cart.table-wrapper .cart thead tr th.col.acton{
    text-align: right !important;
}
.cart.table-wrapper .cart thead tr th.col:last-child{
    text-align: right;
}
.checkout-cart-index .cart.table-wrapper{
        border: 1px solid #ececec;
    border-radius: 0;
    background: #fff;
    display: block;
    padding: 30px;
    margin-bottom: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08);
}
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price{
        line-height: 1.3;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
}
.cart.table-wrapper #shopping-cart-table .col.price .price-excluding-tax .price{
    text-align: left;
}
.cart.table-wrapper .col.subtotal .price-excluding-tax .price{
        color: #fecc0b;
}
.cart.table-wrapper .cart tbody td.item-actions{
    padding-left: 0;
    padding-right: 0;
    text-align: right;
}
.cart.table-wrapper .cart tbody td.item-actions a.action.action-edit,
.cart.table-wrapper .cart tbody td.item-actions a.action.action-delete{
    padding: 0;
    display: inline-block;
    width: 40px;
    height: 30px;
    line-height: 26px;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    background-color: #000;
    right: inherit;
    top: inherit;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
}
.cart.table-wrapper .cart tbody td.item-actions a.action.action-edit{
    background-color: #fecc0b;
    color: #fff;
}
.cart.table-wrapper .cart tbody td.item-actions a.action.action-edit:hover{
    color: #fff;
    background-color: #000;
}
.item-actions .actions-toolbar .action.action-edit::before{
    color: #fff;
}
.cart.table-wrapper .actions-toolbar>.action-edit:hover:before, 
.cart.table-wrapper .actions-toolbar>.action-delete:hover:before{
   color: #fff; 
}
.cart.table-wrapper .cart tbody td.item-actions a.action.action-delete:hover{
    background-color: #fecc0b;
    color: #fff;
}
.cart.table-wrapper .actions-toolbar{
    text-align: right;
}
.cart.main.actions button.action.update,
.cart.main.actions button.action.clear,
.cart.main.actions a.action.continue{
    box-shadow: none;
    border: 0;
    color: inherit;
    border-width: 0;
    background: transparent;
    line-height: inherit;
    border: 1px solid #ddd;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    border-radius: 0;
    padding: 7px 15px;
}
.cart.main.actions a.action.continue{
    float: left;
}
.cart.main.actions button.action.update:hover,
.cart.main.actions button.action.clear:hover,
.cart.main.actions a.action.continue:hover{
   background-color: #fecc0b;
    color: #fff;
}
.cart.main.actions button.action.update{
    margin:0;
}
table#shopping-cart-table{
    margin-bottom: 0;
}
.cart.table-wrapper .action {
    margin-right: 10px;
}
.cart.table-wrapper .cart tbody td.btn-action{
    padding-right: 0;
}
table.data.table.totals .mark{
    background-color: transparent;
}
.cart-summary>.title{
    display: none;
}
.cart-summary._sticky{
    background-color: transparent;
    top: 0 !important;
}
.cart-summary .block>.title,
#cart-totals>.title,
.cart-discount .block>.title{
    padding: 10px 45px 10px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #000;
    position: relative;
}
.cart-summary .block>.title strong,
.cart-discount .block>.title strong{
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
.cart-summary .block>.title:after,
.cart-discount .block .title:after{
    content: "\e80b";
    width: 26px;
    height: 26px;
    display: block;
    border: 1px solid #ccc;
    font-family: 'porto';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    border-radius: 0;
    color: #ccc;
    text-align: center;
    line-height: 24px;
    background-color: #fff;
    font-size: 10px;
}
.cart-summary .block.active>.title:after,
.cart-discount .block.active .title:after{
    content: "\e80d";
}
.cart-summary .block.active>.title,
.cart-discount .block.active>.title{
    border-radius: 7px 7px 0 0;
    border-bottom: 1px solid #ddd;
}
.cart-summary #block-shipping #block-summary{
    padding: 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0;
    background-color: #fbfbfb;
}
.cart-summary .block .item-options .field .radio+.label{
    display: inline-block;
    vertical-align: middle;
}
.cart-summary .block .fieldset:last-child {
    margin-bottom: 0;
}
#cart-totals{
    padding-top: 0;
    margin-top: 10px;
    border-top: none;
}
#cart-totals table.data.table.totals th,
#cart-totals table.data.table.totals th span.label{
        padding: 10px;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 300;
    text-align: left !important;
    padding-left: 0;
}
#cart-totals table.data.table.totals th span.label{
    padding: 0;
}
.cart .totals .price,
.checkout-cart-index .table>tbody>tr>td .price{
    display: block;
    text-align: right;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.checkout-cart-index .table>tbody>tr.grand.totals >th,
.checkout-cart-index .table>tbody>tr.grand.totals >th strong{
    line-height: 1.4;
    font-size: 15px;
    font-weight: 300;
    text-align: left !important;
}
.checkout-cart-index .table>tbody>tr.grand.totals>td span.price{
    font-size: 17px;
 }
 .cart-summary .checkout-methods-items .action.primary.checkout {
    width: 100%;
    background-color: #fecc0b;
    color: #ffffff;
    padding: 0;
    font-size: 14px;
    border-color: #fecc0b;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    padding: 7px 15px;
    border-radius: 0;
    font-family: 'Raleway';
}
.cart-discount .action.apply.primary{
    background-color: #fecc0b;
    color: #ffffff;
    padding: 0;
    font-size: 14px;
    border-color: #fecc0b;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    padding: 8px 15px;
    border-radius: 0;
    font-family: 'Raleway';
    box-shadow: none !important;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover,
.cart-summary .checkout-methods-items .action.primary.checkout:focus,
.cart-discount .action.apply.primary:hover,
.cart-discount .action.apply.primary:focus{
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}
a.action.multicheckout{
    text-decoration: none;
    color: #fecc0b;
    font-size: 13px;
}
.cart-summary .checkout-methods-items .item {
    margin-bottom: 15px;
}
#cart-totals .table-wrapper{
    padding: 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    background-color: #fbfbfb;
}
#cart-totals .table-wrapper .table{
    margin-bottom: 0;
}
.cart-totals tbody th.mark,
.checkout-cart-index .table>tbody>tr>td.amount{
        border-top: 1px solid #ccc;
}
.cart-totals tbody tr.totals.sub th.mark,
.checkout-cart-index .table>tbody>tr.totals.sub>td.amount{
    border-top:none; 
}
.cart-container .form-cart{
    padding-right: 1%;
}
.cart-summary .checkout-methods-items{
    margin: 0px;
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0;
    background-color: #fbfbfb;
    padding-top: 0;
}
.cart-summary .block .fieldset .field>.label{
    font-size: 100%;
}
.cart-summary .block .price {
    font-weight: 600;
    font-size: 14px;
}
.cart-discount{
    padding-right: 1%;
}
.cart-discount .block.discount{
    width: 100%;
}
.cart-discount .block .content{
    padding: 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0;
    background-color: #fbfbfb;
}
.checkout-cart-index .cart-empty{
    text-align: center;
}
.checkout-cart-index .cart-empty p > a{
   color: #fecc0b;
}
.checkout-cart-index .cart.table-wrapper .col.qty .input-text{
        font-size: 1.4rem;
    font-weight: 400;
}
#shopping-cart-table td.col.qty .control.qty{
    position: relative;
}
.cart.table-wrapper #shopping-cart-table .col.qty .input-text{
    margin-top: 0;
        margin-right: 5px;
}
.cart-summary .block>.title{
    padding: 10px 15px 10px 15px;
}
.cart-summary .block>.title:after{
    width: 16px;
    height: 16px;
    right: 15px;
    margin-top: 0;
    line-height: 12px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.cart-summary{
    padding: 20px;
}
.cart.table-wrapper #shopping-cart-table .custom_qty{
    position: relative;
}

/* My Acount Page*/
.customer-account-index h1.page-title{
        color: #fecc0b;
    font-size: 20px;
    margin: 0 0 15px;
}
.customer-account-index .block-title{
    border-bottom: none !important;
}
.customer-account-index .block-title strong{
    float: left;
    margin: 0;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #313131;
    line-height: 1.4;
}
.customer-account-index .box.box-information .box-title,
.customer-account-index .box.box-newsletter .box-title,
.customer-account-index .block.block-dashboard-addresses > .block-title,
.customer-account-index .block-reviews-dashboard > .block-title{
    padding: 10px 15px;
    border: 1px solid #ddd !important;
    background-color: #f5f5f5;
    position: relative;
    border-radius: 0;
        margin-bottom: 0 !important;
    width: 100%;
}
.customer-account-index .box.box-information .box-content,
.customer-account-index .box.box-newsletter .box-content,
.customer-account-index .block.block-dashboard-addresses > .block-content,
.customer-account-index .block-reviews-dashboard > .block-content{
    padding: 20px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0;
    background-color: #fbfbfb;
    min-height: 135px;
}
.customer-account-index .block.block-dashboard-addresses > .block-content address{
    font-size: 13px;
}
.customer-account-index .block.block-dashboard-addresses .box-title{
        font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: 1.35;
    color: #777;
}
.customer-account-index .action.edit,
.customer-account-index .action.change-password,
.block.block-dashboard-orders .block-title > a.action.view >span{
    color: #fecc0b;
}
.customer-account-index .block.block-dashboard-addresses > .block-content address a{
    color: #fecc0b;
        color: #333;
}
#account-nav .nav>li>a{
        padding: 8px 3px 8px 18px;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
}
#account-nav .nav>li>a{
    color: #777;
    text-decoration: none;
}
#account-nav .nav>li>a::before,
#account-nav .nav>li.current strong::before{
    content: '\e814';
    font-family: 'porto';
    position: absolute;
    left: 3px;
}
#account-nav .nav>li>a:focus, 
#account-nav .nav>li>a:hover{
    background-color: transparent;
    color: #fecc0b;
}
#account-nav .nav>li.current > strong{
    color: #fecc0b;
    padding: 8px 3px 8px 18px;
    position: relative;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    font-weight: 400;
    display: block;
}
#account-nav .nav>li.current a strong{
    font-weight: normal;
    color: #fecc0b;
}
.sales-order-view #account-nav .nav>li:nth-child(7).current strong{
    font-weight: 400;
    color: #fecc0b;
    border: none;
    padding: 0;
}
.sales-order-view #account-nav .nav>li:nth-child(7).current strong:before{
    display: none;
}
#account-nav .nav>li.link.wishlist{
        margin-bottom: 0;
}
#account-nav .block.block-dashboard-addresses .block-title{
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#account-nav .block.block-dashboard-addresses .block-title a{
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
}
.customer-account-index .box.box-information .box-title > span,
.customer-account-index .box.box-information .box-title > span, 
.customer-account-index .box.box-newsletter .box-title > span, 
.customer-account-index .block.block-dashboard-addresses > .block-title > span{
    font-size: 13px !important;
    text-transform: uppercase;
}
.customer-account-index .block.block-dashboard-addresses > .block-title strong,
.block.block-dashboard-orders .block-title strong,
.customer-account-index .block-reviews-dashboard > .block-title strong{
        margin: 0;
    font-size: 13px !important;
    font-weight: bold !important;
    color: #313131;
    line-height: 1.4;
    text-transform: uppercase;
    float: none;
}
.customer-account-index .block.block-dashboard-addresses > .block-title,
.block.block-dashboard-orders .block-title,
.customer-account-index .block-reviews-dashboard > .block-title{
        display: flex;
    justify-content: space-between;
    align-items: center;
}
.customer-account-index .block.block-dashboard-addresses > .block-title a > span,
.block.block-dashboard-orders .block-title > a.action.view,
.customer-account-index .block-reviews-dashboard a.action.view,
.customer-account-index .block-reviews-dashboard a.action.view > span{
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #fecc0b;
    border:none;
}
.customer-account-index .block-reviews-dashboard a.action.view:hover,
.customer-account-index .block-reviews-dashboard a.action.view:focus{
    color: #fecc0b;
    border:none;
    background-color: transparent;
}
.customer-account-index .block.block-dashboard-info{
        margin-bottom: 20px;
}
.customer-account-index .footer-container  .block-title{
    width: 100%;
    float: left;
}
.sidebar.sidebar-additional{
    margin-top: 20px;
}
.sidebar.sidebar-additional .block-title,
.sidebar.sidebar-additional .block-title strong{
        clear: both;
    display: block;
    width: 100%;
    float: left;
    margin: 5px 0 10px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: bold;
    color: #313131
}
.sidebar.sidebar-additional .block-content{
    width: 100%;
    float: left;
}
.sidebar.sidebar-additional .product-item-link{
    color: #777;
    text-decoration: none;
}
.account .data.table .col.actions a{
    color: #fecc0b;
    text-decoration: none;
    font-size: 13px;
}
#my-orders-table tr td{
    font-size: 13px;
}
.block.block-dashboard-orders .block-title,
.customer-account-index .block-reviews-dashboard > .block-title{
    margin: 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    padding: 10px 15px;
    border: 1px solid #ddd !important;
    background-color: #f5f5f5;
    position: relative;
    border-radius: 0;
    margin-bottom: 0 !important;
    width: 100%;
}
.block.block-dashboard-orders .block-content{
        padding: 20px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0;
    background-color: #fbfbfb;
    min-height: 135px;
}
.sidebar.sidebar-additional .actions-toolbar a.action.view{
    background: #fecc0b;
    border: 1px solid #fecc0b;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 600;
    padding: 7px 27px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0;
    color: #000;
}
.sidebar.sidebar-additional .actions-toolbar a.action.view:hover,
.sidebar.sidebar-additional .actions-toolbar a.action.view:focus{
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.block.block-dashboard-orders .table-wrapper.orders-recent{
    margin-top: 0px;
    border-bottom: none;
}
#my-orders-table.table>tbody>tr>td{
    border-top: 1px solid #ddd;
}
#my-orders-table.table>tbody>tr:first-child>td{
    border-top: none;
}
/* Pagination*/
.account.sales-order-history .order-products-toolbar.toolbar.bottom .pager ul.items.pages-items{
    display: flex;
    justify-content: center;
    align-items: center;
}
.account.sales-order-history .order-products-toolbar.toolbar.bottom .pager ul.items.pages-items li.item,
.toolbar.toolbar-products .pages li.item {
        width: 30px;
    height: 30px;
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204,204,204,0.3);
    border-radius: 3px;
    padding: 0 8px;
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    transition: all 0.5s;
}
.account.sales-order-history .order-products-toolbar.toolbar.bottom .pager ul.items.pages-items li.item a,
.account.sales-order-history .order-products-toolbar.toolbar.bottom .pager ul.items.pages-items li.item strong,
.account.sales-order-history .order-products-toolbar.toolbar.bottom .pager ul.items.pages-items li.item span,
.toolbar.toolbar-products .pages li.item a,
.toolbar.toolbar-products .pages li.item strong,
.toolbar.toolbar-products .pages li.item span{
        display: block;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
        color: #000;
    margin-left: 0;
}
.account.sales-order-history .order-products-toolbar.toolbar.bottom .pager ul.items.pages-items li.item.current,
.account.sales-order-history .order-products-toolbar.toolbar.bottom .pager ul.items.pages-items li.item:hover,
.toolbar.toolbar-products .pages li.item.current,
.toolbar.toolbar-products .pages li.item:hover{
    background-color: #000;
    border-color: #333;
    box-shadow: inset 0 1px 0 0 #737373, inset 0 -1px 0 0 rgba(204,204,204,0.3);
    color: #fff;
}
.account.sales-order-history .order-products-toolbar.toolbar.bottom .pager ul.items.pages-items li.item.current span,
.account.sales-order-history .order-products-toolbar.toolbar.bottom .pager ul.items.pages-items li.item:hover span,
.account.sales-order-history .order-products-toolbar.toolbar.bottom .pager ul.items.pages-items li.item:hover .action.next:before,
.toolbar.toolbar-products .pages li.item:hover span,
.toolbar.toolbar-products .pages li.item.current span,
.toolbar.toolbar-products .pages li.item:hover .action.next:before,
.toolbar-bottom .toolbar.toolbar-products .pages li.item:hover .action.next:before,
.toolbar-bottom .toolbar.toolbar-products .pages li.item:hover .action.previous:before{
    color: #fff;
}
.toolbar-bottom .toolbar.toolbar-products{
    margin-top: 40px;
    display: flex !important;
}
.toolbar-bottom .field.limiter {
    right: 0;
    position: absolute;
    display: block;
}
.toolbar-bottom span.limiter-text {
    display: inline-block;
    vertical-align: middle;
    color: #777;
    font-size: 13px;
    font-weight: normal;
}
.toolbar-bottom .toolbar.toolbar-products .pages li.item {
    box-shadow: none;
    padding: 0px 4px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    color: #fecc0b;
    width: 26px;
    height: 26px;
}
.toolbar-bottom .toolbar.toolbar-products .pages li.item.current, .toolbar-bottom .toolbar.toolbar-products .pages li.item:hover {
    box-shadow: none;
    background-color: #fecc0b;
    border: 1px solid #fecc0b;
    color: #fff;
}
.toolbar-bottom .toolbar.toolbar-products .pages li.item a, .toolbar-bottom .toolbar.toolbar-products .pages li.item span, .toolbar-bottom .pages .action.next:before, .toolbar-bottom .pages .action.previous:before  {
    color: #fecc0b;
    line-height: 2.5rem;
}
.toolbar-bottom .toolbar.toolbar-products .pages li.item:hover span, .toolbar-bottom .toolbar.toolbar-products .pages li.item.current span, .toolbar-bottom .toolbar.toolbar-products .pages li.item:hover .action.next:before {
    color: #fff;
}
/* My Account Page(Address Book)*/
.account .page-title-wrapper .page-title{
        font-size: 20px;
    margin: 0 0 15px;
    color: #fecc0b;
}
.customer-address-index .block.block-addresses-list{
    width: 48.5%;
    float: right;
}
.customer-address-index .block.block-addresses-default{
    width: 48.5%;
    float: left;
}
.customer-address-index .block.block-addresses-default .block-title strong,
.customer-address-index .block.block-addresses-list .block-title strong{
    font-size: 16px !important;
    font-weight: bold !important;
    color: #313131;
    line-height: 1.4;
}
.customer-address-index .block.block-addresses-default .block-title,
.customer-address-index .block.block-addresses-list .block-title{
    border-bottom: none !important;
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
}
.customer-address-index .box.box-address-billing .box-title span,
.customer-address-index .box.box-address-shipping .box-title span{
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 1.35;
    color: #777;
    font-size: 13px !important;
}
.customer-address-index .box.box-address-billing address,
.customer-address-index .box.box-address-shipping address{
    font-size: 13px;
}
.customer-address-index .box.box-address-billing address a,
.customer-address-index .box.box-address-shipping address a{
    color: #333;
}
.customer-address-index .box.box-address-billing,
.customer-address-index .box.box-address-shipping{
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 15px;
    margin: 0 0 10px;
    width: 100% !important;
    float: left !important;
}
.customer-address-index .box.box-address-billing .box-actions a.action.edit,
.customer-address-index .box.box-address-shipping .box-actions a.action.edit{
    color: #fecc0b;
    font-weight: bold;
    font-size: 13px;
}
.customer-address-index .block.block-addresses-list .block-content p.empty{
        font-weight: bold;
    font-size: 13px;
}
.customer-address-index .column.main{
    position: relative;
}
.customer-address-index .actions-toolbar{
    position: absolute;
    top: 0;
    right: 0;
}
.customer-address-index .actions-toolbar .action.primary.add{
    background-color: #fecc0b;
    color: #ffffff;
    border-radius: 0;
    border-color: #fecc0b;
    outline: none;
        font-weight: 400;
    font-family: 'Raleway';
}
.customer-address-index .actions-toolbar .action.primary.add:hover{
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    opacity: .9;
    filter: alpha(opacity=90);
}
/* My Account (My Order Page)*/
#download_item_images.order-details-items.ordered .order-title{
    display: block !important;
}
.dwn_img{
       float: left;
    width: 25%;
    text-align: center;
    display: block;
    padding: 10px;
}
#download_item_images{
        float: left;
    width: 100%;
}
.dwn_img span{
    display: block;
}
.dwn_img a{
    background: #000000;
    border: 1px solid #000000;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    text-decoration: non1e;
    text-transform: capitalize;
    margin-top: 20px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    position: relative;
}
.dwn_img:hover a{
    background: #fecc0b;
    border: 1px solid #fecc0b;
    color: #000;
}
.dwn_img a::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f019";
    color: #fff;
    font-size: 1.4rem;
    margin-right: 10px;
}
.dwn_img:hover a::before{
    color: #000;
}
#download_item_images.order-details-items .order-title>strong,
.amasty_quote-account-view .block .block-title>strong{
    font-size: 20px !important;
    margin: 0 0 15px;
    color: #fecc0b;
}
#cart-sidebar-reorder .control input[type=checkbox]{
    margin-top: 0;
}
/* My Account (Edit Account Information) */
form.form.form-edit-account,
.account.customer-address-form form.form-address-edit,
form.form.form-newsletter-manage{
    display: block;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    border-top: 4px solid #fecc0b;
    padding: 35px 25px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08);
}
form.form.form-edit-account .fieldset.info{
    width: 100%;
}
form.form.form-edit-account fieldset.fieldset.info.additional-info-fieldset{
    margin-bottom: 20px;
}
form.form.form-edit-account .field.field-name-firstname,
form.form.form-edit-account .field.field-name-middlename,
form.form.form-edit-account .field.taxvat{
    width: 100%;
        margin-bottom: 15px;
}
form.form.form-edit-account .field.field-name-lastname,
.customer-address-form .field.field-name-lastname{
    margin: 0;
    width: 100%;
        margin-bottom: 15px;
}
form.form.form-edit-account .field.field-name-firstname input.input-text,
form.form.form-edit-account .field.field-name-middlename input.input-text,
.customer-address-form .field.field-name-firstname input.input-text,
.customer-address-form .field.field-name-middlename input.input-text{
    width: 100%;
}
form.form.form-edit-account .field.choice,
form.form.form-edit-account .field.taxvat{
    clear: both;
}
form.form.form-edit-account .field.choice input[type=checkbox]{
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
}
form.form.form-edit-account .field.password-info,
form.form.form-edit-account .actions-toolbar,
form.form.form-edit-account .field.email.required,
form.form.form-edit-account .field.password.current.required{
    padding: 0 15px;
}
form.form.form-edit-account .fieldset.password,
form.form.form-edit-account .field.password.current{
    width: 100%;
}
form.form.form-edit-account .fieldset>.legend{
    margin: 0 0 10px;
    padding: 0 15px;
}
form.form.form-edit-account .fieldset.password,
form.form.form-edit-account .fieldset.info .col-xs-12.col-sm-6 .field{
    margin-bottom: 15px;
}
form.form.form-edit-account fieldset.fieldset.info.additional-info-fieldset .field.company,
form.form.form-edit-account fieldset.fieldset.info.additional-info-fieldset .field.shop_url{
    display: block !important;
} 
form.form.form-edit-account .field.password-info a{
    color: #fecc0b;
    font-weight: bold;
}
form.form.form-edit-account .action.save.primary,
.form-address-edit .actions-toolbar .action.primary,
form.form.form-newsletter-manage .action.save.primary{
    background: #fecc0b;
    border: 1px solid #fecc0b;
    color: #fff;
}
form.form.form-edit-account .action.save.primary:hover,
.form-address-edit .actions-toolbar .action.primary:hover,
form.form.form-newsletter-manage .action.save.primary:hover{
    background-color: #000;
    color: #ffffff;
    border-color: #000;
}
form.form.form-edit-account .field.choice{
    padding: 0 15px;
}
.account .form.form-edit-account .legend,
.form-address-edit .legend,
.customer-account-create .form.create.account.form-create-account .legend{
    border:none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.account .form.form-edit-account .legend,
.customer-account-create .form.create.account.form-create-account .legend{
    margin-bottom: 15px;
}
.form.form-edit-account .legend h2,
.form-address-edit .legend h2,
.customer-account-create .form.create.account.form-create-account .legend h2{
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
    color: #fecc0b;
}
.form.form-edit-account label.label,
.form-address-edit label.label,
.customer-account-create .form.create.account.form-create-account label.label{
   font-size: 14px;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
    color: #777;
    font-weight: normal;
    padding: 0;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    clear: both;
}
form.form.form-edit-account .field.choice label.label{
    margin-left: 10px;
}
.form-address-edit .field.street,
.form-address-edit .field.taxvat,
.form-address-edit .field.city{
    margin-bottom: 15px;
}
.form-address-edit .field.choice.set.billing input[type=checkbox], 
.form-address-edit .field.choice.set.shipping input[type=checkbox]{
    position: relative;
    top: 0;
}
form.form.form-edit-account .field.email.required,
form.form.form-edit-account .field.password.current.required,
form.form.form-edit-account .field.new.password.required,
.field.confirmation.password.required{
        width: 25%;
    float: left;
    padding: 0 15px;
}
.action.save.primary{
    padding: 7px 25px;
    border-radius: 0;
}
.account.customer-address-form .form-address-edit .fieldset{
    width: 100%;
    float: left;
}
.field.choice.set.billing input[type=checkbox],
.field.choice.set.shipping input[type=checkbox]{
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
}
.customer-account-create .form.create.account.form-create-account .field.choice.newsletter{
    margin-top: 10px;
    margin-bottom: 10px;
}
.customer-account-create .form.create.account.form-create-account .field.choice.newsletter label.label{
    margin-bottom: 0;
    margin-left: 10px;
}
.customer-account-create  .form.create.account.form-create-account .fieldset.create.account .col-xs-12.col-sm-4 .field,
.customer-account-create  .form.create.account.form-create-account .fieldset.create.info .col-xs-12.col-sm-4 .field{ 
    margin-bottom: 15px;
}
.form-create-account .fieldset-fullname .fields .field{
    float: left;
}
#password-strength-meter-container{
        color: darkgray;
}
#password-strength-meter-container.password-very-strong{
    color: #fff;
}
#password-strength-meter-container.password-medium{
    color: #805505;
}
#password-strength-meter-container.password-strong{
    color: green;
}
#password-strength-meter-container.password-weak{
        color: #a31010;
}
.sales-order-view .order-actions-toolbar .action.print,
.sales-order-view .order-actions-toolbar .action.order,
.sales-order-invoice .order-actions-toolbar .action.order,
.sales-order-invoice .order-actions-toolbar .action.print,
.sales-order-invoice .order-details-items.invoice .actions-toolbar .action.print,
.sales-order-invoice .order-details-items.invoice .order-title .action.print,
.sales-order-creditmemo .order-actions-toolbar .action.order,
.sales-order-creditmemo .order-actions-toolbar .action.print,
.sales-order-creditmemo .order-details-items.creditmemo .actions-toolbar .action.print,
.sales-order-creditmemo .order-details-items.creditmemo .order-title .action.print,
.amasty_quote-account-view .order-actions-toolbar .action.order{
    position: relative;
    color: #fff;
    background: #000;
    padding: 6px 20px;
    border:1px solid #000;
    display: inline-block;
}
.sales-order-view .action.print:hover,
.sales-order-view .action.print:focus,
.sales-order-view .action.order:hover,
.sales-order-invoice .order-actions-toolbar .action.print:hover,
.sales-order-invoice .order-actions-toolbar .action.print:focus,
.sales-order-invoice .order-actions-toolbar .action.order:hover,
.sales-order-invoice .order-actions-toolbar .action.order:focus,
.sales-order-invoice .order-details-items.invoice .actions-toolbar .action.print:hover,
.sales-order-invoice .order-details-items.invoice .actions-toolbar .action.print:focus,
.sales-order-invoice .order-details-items.invoice .actions-toolbar .order-title:hover,
.sales-order-invoice .order-details-items.invoice .order-title .action.print:focus,
.sales-order-invoice .order-details-items.invoice .order-title .action.print:hover,
.sales-order-creditmemo .order-actions-toolbar .action.print:hover,
.sales-order-creditmemo .order-actions-toolbar .action.print:focus,
.sales-order-creditmemo .order-actions-toolbar .action.order:hover,
.sales-order-creditmemo .order-actions-toolbar .action.order:focus,
.sales-order-creditmemo .order-details-items.creditmemo .actions-toolbar .action.print:hover,
.sales-order-creditmemo .order-details-items.creditmemo .actions-toolbar .action.print:focus,
.sales-order-creditmemo .order-details-items.creditmemo .order-title .action.print:focus,
.sales-order-creditmemo .order-details-items.creditmemo .order-title .action.print:hover,
.amasty_quote-account-view .order-actions-toolbar .action.order:hover,
.amasty_quote-account-view .order-actions-toolbar .action.order:focus{
    background: #fecc0b;
    border: 1px solid #fecc0b;
}
.sales-order-view .order-actions-toolbar .action.print::before,
.sales-order-invoice .order-actions-toolbar .action.print::before,
.sales-order-invoice .order-details-items.invoice .actions-toolbar .action.print::before,
.sales-order-invoice .order-details-items.invoice .order-title .action.print::before,
.sales-order-creditmemo .order-actions-toolbar .action.print::before,
.sales-order-creditmemo .order-details-items.creditmemo .actions-toolbar .action.print::before,
.sales-order-creditmemo .order-details-items.creditmemo .order-title .action.print::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f02f";
        margin-right: 5px;
}
.sales-order-view .order-details-items .table-order-items .product-item-name,
.sales-order-invoice .order-details-items .product-item-name,
.sales-order-creditmemo .order-details-items .product-item-name,
.order-details-items .table-order-items .product-item-name{
    margin: 0;
    font-size: 1.4rem;
}
.sales-order-view .order-details-items .col.price .price-excluding-tax,
.sales-order-view .order-details-items .table-order-items .cart-price,
.sales-order-invoice .price-including-tax .price, 
.sales-order-invoice .price-excluding-tax .price,
.sales-order-creditmemo .price-including-tax .price, 
.sales-order-creditmemo .price-excluding-tax .price{
    font-size: 1.4rem;
    color: #000;
}
.sales-order-view .table-order-items .price,
.sales-order-invoice .table-order-items .price
.sales-order-invoice tr.subtotal td.amount .price,
.sales-order-invoice tr.shipping td.amount .price,
.sales-order-invoice tr.grand_total td.amount .price,
.sales-order-creditmemo .table-order-items .price,
.sales-order-creditmemo tr.subtotal td.amount .price,
.sales-order-creditmemo tr.shipping td.amount .price,
.sales-order-creditmemo tr.grand_total td.amount .price,
.amasty_quote-account-view .order-details-items .col.price .price-excluding-tax .price,
.amasty_quote-account-view .order-details-items .col.price .price-excluding-tax,
.amasty_quote-account-view .order-details-items .col.subtotal .price-excluding-tax .price,
.amasty_quote-account-view tr.subtotal td.amount .price,
.amasty_quote-account-view tr.shipping td.amount .price,
.amasty_quote-account-view tr.grand_total td.amount .price,
.amasty_quote-account-view tr.tax td.amount .price,
.amasty_quote-account-view tr.grand_total th{
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
}   
.sales-order-view .block.block-order-details-view,
.sales-order-invoice .block.block-order-details-view,
.sales-order-creditmemo .block.block-order-details-view,
.amasty_quote-account-view .block-order-details-comments{
    clear: both;
    margin-top: -1px;
    padding: 25px;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
}
.sales-order-view .block.block-order-details-view .block-title strong,
.sales-order-invoice .block.block-order-details-view .block-title strong,
.sales-order-creditmemo .block.block-order-details-view .block-title strong{
    font-size: 20px !important;
    margin: 0 0 15px;
    color: #fecc0b;
}
.sales-order-view .block-order-details-view .box-title span,
.sales-order-invoice .block-order-details-view .box-title span,
.sales-order-creditmemo .block-order-details-view .box-title span{
        font-size: 1.4rem !important;
}
.sales-order-view .block-order-details-view address a,
.sales-order-invoice .block-order-details-view address a,
.sales-order-creditmemo .block-order-details-view address a{
    color: #333;
}
.sales-order-view .page-title-wrapper .order-status,
.sales-order-invoice .page-title-wrapper .order-status,
.sales-order-creditmemo .page-title-wrapper .order-status{
    margin-top: 0;
}
.block.block-reorder .actions-toolbar .action.tocart.primary{
    position: relative;
}
/* Newsletter Subscription*/
.newsletter-manage-index .form.form-newsletter-manage .field.choice input[type=checkbox]{
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.form-address-edit .actions-toolbar .action.primary{
    font-size: 1.4rem !important;
    padding: 8px 20px; 
}
/* My Account (wishlist) */
.wishlist-index-index .products-grid .product-item {
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    width: 100%;
}
.wishlist-index-index .products-grid .product-item-name {
        margin: 10px 0;
    font-size: 1.4rem;
    font-weight: normal;
    color: #fecc0b;
}
.wishlist-index-index .products-grid.wishlist .product-item-info:hover .product-item-inner,
.wishlist-index-index .product-item-inner{
    display: block !important;
    box-shadow: none;
    border: none !important;
    position: relative !important;
    top: inherit;
    left: inherit;
    right: inherit;
    overflow: visible !important;
    height: auto !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.wishlist-index-index .products-grid.wishlist .product-item-photo {
    outline: none;
}
.wishlist-index-index .products-grid.wishlist .product-item-photo{
    width: 24%;
    float: left;
        margin-bottom: 0;
}
.wishlist-index-index .products-grid .product-item-name,
.wishlist-index-index .products-grid.wishlist .product-item .price-box,
.wishlist-index-index .product-item-inner,
.wishlist-index-index .products-grid.wishlist .product-item-info:hover .product-item-inner,
.wishlist-index-index .product-reviews-summary.short{
    width: 75% !important;
    float: right;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart{
        right: inherit !important;
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0;
    display: block !important;
    transform: inherit;
    opacity: 1 !important;
    visibility: visible;
    line-height: 2.2rem;
}
.wishlist-index-index .products-grid .product-item-name a.product-item-link{
    color: #fecc0b;
}
.wishlist-index-index .products-grid.wishlist .product-item-comment{
    margin: 10px 0;
    display: block;
    width: 100%;
    height: 109px;
    box-shadow: none;
    padding: 10px;
}
.wishlist-index-index .price-container{
    display: block;
    margin-bottom: 20px;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions .action.edit, 
.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete{
    opacity: 1;
    visibility: visible;
    background: #000;
    color: #fff;
    padding: 9px 10px;
    margin: 0;
    margin-right: 10px;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions .action.edit{
        margin-left: 18px;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions .action.edit:before,
.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete:before{
    color:#fff;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete:hover:before{
    color: #000000;
}
.wishlist-index-index .products-grid li.product-item + li.product-item{
    border-top: 1px solid #ddd;
        padding-top: 30px;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete:before{
        position: relative;
    left: inherit;
    right: inherit;
}
.wishlist-index-index .box-tocart{
    margin-bottom: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions{
    margin: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item-inner > .product-item-actions{
        position: absolute;
    bottom: 0;
    left: 182px;
}
.wishlist-index-index .products-grid.wishlist .product-item .fieldset{
    margin-bottom: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete{
        background: #000000;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete:hover{
        background: #fecc0b;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete:hover{
    opacity: .8;
}
.wishlist-index-index .products-grid.wishlist .product-item-actions .action.edit:hover,
.wishlist-index-index .products-grid.wishlist .product-item-actions .action.edit:focus{
    background: #fecc0b;
}
.wishlist-index-index .toolbar select {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}
.wishlist-index-index form.form-wishlist-items .actions-toolbar{
        text-align: right;
}
.wishlist-index-index form.form-wishlist-items .actions-toolbar .primary{
        display: block;
    text-align: right;
    width: 100%;
}
.wishlist-index-index form.form-wishlist-items .actions-toolbar .action.update,
.wishlist-index-index form.form-wishlist-items .actions-toolbar .action.share,
.wishlist-index-index form.form-wishlist-items .actions-toolbar .action.tocart{
    display: inline-block;
    border: 0;
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    line-height: 38px;
    background-color: #fecc0b;
    color: #ffffff;
    opacity: .9 !important;
    border-radius: 0;
    margin-right: 0;
    margin-left: 2px;
}
.wishlist-index-index form.form-wishlist-items .actions-toolbar .action:hover,
.wishlist-index-index form.form-wishlist-items .actions-toolbar .action:focus{
    background-color: #000000;
    color: #ffffff;
    opacity: 1;
}
.wishlist-index-index .actions-toolbar>.secondary{
    float: left;
}
.wishlist-index-index .actions-toolbar>.secondary .action.back {
    display: block;
    position: relative;
    color: #fecc0b;
}
.wishlist-index-index .actions-toolbar>.secondary .action.back:hover{
    background-color: transparent;
    color: #fecc0b;
    opacity: 1;
    text-decoration: underline;
}
.wishlist-index-index .actions-toolbar>.secondary .action.back::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f100";
}
.wishlist-index-index .product-item .product-reviews-summary .reviews-actions{
    margin-top: 0px;
    position: relative;
    top: -2px;
    right: 20px;
    z-index: 100;
}
.wishlist-index-index .product-item .product-reviews-summary .reviews-actions a.action.view{
    color: #fecc0b;
}
/* My Account ( quote ) */
.account .order-date,
.order-date {
    font-size: 1.3rem !important;
    color: #929292;
}
.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th{
        font-size: 14px;
    font-weight: bold;
        vertical-align: middle;
}
.amasty_quote-account-view #my-orders-table tr td{
    vertical-align: middle;
}
/*Product Search with Bar code Page*/
.search.results .dwn_img a{
    font-size: 0;
}
.search.results li .product-item-info > a{
    display: block;
    text-align: center;
        outline: none;
}
.search.results .product.details.product-item-details{
    display: block;
    float: left;
    width: 100%;
        text-align: center;
}
.search.results .dwn_img a{
    padding: 5px 10px;
    border-radius: 4px;
}
.search.results .dwn_img a::before{
    margin-right: 0;
}
.page-products .search.results .product-item-info{
    text-align: center;
    position: relative;
}
.catalogsearch-result-index.page-products .search.results .list.products-list .product-item-info{
    text-align: left;
}
.catalogsearch-result-index.page-products .search.results dl.block{
    border: 1px solid #ddd;
    padding: 10px;
    background: rgba(212, 212, 212, 0.1);
}
.search.results .dwn_img {
    float: none;
    width: 25%;
    text-align: center;
    display: inline-block;
}
.search.results .products-grid .product-item-inner{
    box-shadow: none;
    border: none;
    display: block;
    z-index: 1000000;
}
.search.results .product-item .price-box{
    margin-bottom: 0;
}

.search.results dl.block dd.item > a{
    color: #fecc0b;
}
.search.results .product-item-actions a, 
.search.results .product-item-actions button.action.tocart.primary{
    margin: 0;
}
.search.results .product-item-actions .actions-secondary a.action.towishlist + a.action.towishlist,
.catalog-product-view .product-item-actions .actions-secondary a.action.towishlist + a.action.towishlist{
    display: none !important;
}
div.message.success a{
    color: #fecc0b !important;
}
.search.results .products-grid a.action.towishlist,
.search.results .products-grid a.action.tocompare{
        margin-top: 10px !important;
}
.products.wrapper.list.products-list li .product-item-info > a{
    width: 20%;
    float: left;
    padding: 0;
}
.products.wrapper.list.products-list .product.details.product-item-details{
    width: 80%;
    text-align: left;
    clear: none;
    padding-top: 5px;
}
.products.wrapper.list.products-list .reviews-actions .action.view {
    display: none;
}
.products.wrapper.list.products-list .ol1{
    display: none;
}
.products.wrapper.list.products-list .product-item .product-reviews-summary .reviews-actions{
    margin: 0;
}
.products.wrapper.list.products-list a.action.towishlist,
.products.wrapper.list.products-list a.action.tocompare{
    position: relative !important;
    right: inherit !important;
    opacity: 1;
    visibility: visible;
    left: inherit !important;
    top: inherit;
    bottom: inherit;
        margin-right: 1px;
}
.products.wrapper.list.products-list .product-item-actions button.action.tocart.primary{
        position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    padding-bottom: 9px;
    padding-top: 9px;
    opacity: 1;
    visibility: visible;
    right: inherit !important;
    margin-right: 4px;
}
.products.wrapper.list.products-list .product-item-actions .actions-primary{
    position: relative;
}
.products.wrapper.list.products-list .dwn_img{
    width: 6%;
}
.products.wrapper.list.products-list .product-item .price-box{
    margin-bottom: 20px;
}
.page-products.catalog-category-view .products.wrapper.list.products-list .product-item-info,
.catalogsearch-result-index.page-products .search.results .list.products-list .product-item-info{
    text-align: left;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}
.catalogsearch-result-index.page-products .search.results .list.products-list .product-item-info{
    display: block;
    justify-content: inherit;
    align-items: inherit;
    flex-direction: inherit;
    float: left;
    width: 100%;
}
.catalogsearch-result-index.page-products .search.results .list.products-list .product-item-info .product.details.product-item-details{
    padding-left: 10px;
}
.catalogsearch-result-index.page-products .search.results .list.products-list .product-item-actions .actions-primary+.actions-secondary{
        margin-left: 4px;
}
.modes-mode:hover::before{
    color: #fff;
}
.products.wrapper.list.products-list .product-item-inner{
    position: relative;
}
.products.wrapper.list.products-list .product-item-name, 
.products.wrapper.list.products-list .product.name a{
    font-size: 18px;
    line-height: 1.2;
    color: #666;
}
.product.description.product-item-description .action.more {
    display: none;
}
.products.wrapper.list.products-list li.product-item + li.product-item {
    border-top: 1px solid #ddd;
}
.products.list.items.product-items .product-reviews-summary .reviews-actions .action.add{
    color: #fecc0b;
}
.form-address-edit .field.choice.set.billing label.label,
.form-address-edit .field.choice.set.shipping label.label{
    padding-left: 5px;
}
.form.wishlist.share .action.submit.primary{
    border-radius: 0;
}
.products.wrapper.list.products-list .product-reviews-summary .ratings{
    background-image: none;
}
/*custom_barcode_search*/
.custom_barcode_search{
        position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    width: 100%;
}
.custom_barcode_search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    width: auto;
}
.custom_barcode_search .action.search>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.custom_barcode_search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.custom_barcode_search .field.search{
    position: relative;
}
.custom_barcode_search form{
    width: 100%;
    position: relative;
    display: block;
    margin-top: 100px;
}

.um-scrolltotop .um-stotop{
        height: 40px;
    position: fixed;
    right: 25px;
    width: 40px;
    z-index: 100000 !important;
    bottom: 0 !important;
    background-color: #404040 !important;
    font-size: 16px;
    color: #08c;
    text-align: center;
    line-height: 1;
    padding: 11px 0 !important;
    border-radius: 5px 5px 0 0;
    border: 1px #404040 solid !important;
    color: #fecc0b !important;
        display: block !important;
}
.um-scrolltotop a > i:before{
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    content: '\e818';
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.um-scrolltotop a > i{
    font-size: 16px !important;
}
#ajax-goto{
    display: none !important;
}
#banner-slider-demo-5,
.page-products .columns{
    z-index: inherit;
}
.modal-popup .modal-content{
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.toolbar select {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}
.modal-popup .modal-footer{
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
    padding: 0;
    text-align: center;
    padding: 20px 10px;
}
.modal-popup.confirm .modal-inner-wrap .modal-content > div{
    font-size: 1.3rem;
}
.block-minicart .subtitle.empty{
    padding: 0;
    padding-bottom: 30px;
}
/*About Us Page*/
.page-main .column.main h3{
        font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: 1.35;
    color: #777;
}
.cms-about .page-main,
.cms-conflict-free .page-main,
.contact-index-index .page-main{
    max-width: 100%;
    padding: 0 30px;
}
.cms-conflict-free .page-main>.page-title-wrapper h1.page-title {
    color: #fecc0b;
    font-size: 20px;
    margin: 0 0 15px;
}
.cms-conflict-free .page-main .column.main p,
.cms-about .page-main .column.main p{
    margin: 0 0 15px;
    line-height: 1.5;
}
/*.cms-conflict-free .page-main .column.main p{
        font-size: 22px;
}*/
.page-layout-custom_home .mp_social_share_inline{
    display: none;
}
/* Contact Page*/
.contact-index-index .field.company, 
.contact-index-index .field.telephone, 
.contact-index-index .field.zip, 
.contact-index-index .field.country, 
.contact-index-index .field.password, 
.contact-index-index .field.confirmation{
    width: 100%;
}
.contact-index-index .field.comment textarea{
    border-radius: 0;
    width: 100%;
    height: 10em;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    background-color: #fff;
}
.contact-index-index .page-main>.page-title-wrapper .page-title{
    display: none;
}
.contact-index-index .form.create.account.form-create-account .action.primary, 
.contact-index-index .form.contact .action.primary {
    background: #fecc0b !important;
    border: 1px solid #fecc0b !important;
    border-radius: 0 !important;
}
.contact-index-index .form.create.account.form-create-account .action.primary:hover, 
.contact-index-index .form.contact .action.primary:hover {
    background-color: #fecc0b !important;
    color: #ffffff !important;
    border: 1px solid #fecc0b !important;
}
.contact-index-index h2.legend,
.contact-index-index h2.legend span{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.35;
    color: #777;
    text-transform: capitalize;
        padding-bottom: 0;
}
.contact-index-index h2.legend {
    border-bottom: none;
    margin-top: 20px;
}
.contact-index-index .contact-info i {
    float: left;
    width: 43px;
    height: 43px;
    background-color: #fecc0b;
    color: #fff;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    margin-bottom: 15px;
}
.contact-index-index .contact-info p {
    margin-left: 55px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
}
.contact-index-index .contact-info p a{
    color: #fecc0b;
}
/* 360 video popup*/
.catalog-product-view aside.modal-popup .modal-inner-wrap{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 542px;
    margin-top: 90px;
}
.catalog-product-view aside.modal-popup .modal-content{
    padding: 15px 0;
        width: 100%;
}
.catalog-product-view aside.modal-popup .modal-header{
    padding: 0;
}
.catalog-product-view aside.modal-popup.modal-slide .action-close{
    z-index: 10;
    top: -13px;
    right: -12px;
}
.catalog-product-view aside.modal-popup.modal-slide .action-close::before{
    color: #fecc0b;
    content: "\e82c";
    font-family: "porto";
}
/*.catalog-product-view._has-modal .modals-overlay{
        z-index: 10000 !important;
}*/
.catalog-product-view .modal-slide._show, 
.catalog-product-view .modal-popup._show{
    z-index: 100000 !important;
}
.product.data.items>.item.title>.switch{
    outline: none;
}
/* FORGOT PASSWORD*/
.customer-account-forgotpassword .page-main{
    max-width: 100%;
    padding: 0;
}
.customer-account-forgotpassword .page-main h1.page-title{
    font-size: 20px;
    margin: 0 0 15px;
    color: #fecc0b;
    font-weight: 400;
    width: 100%;
    border-bottom: 4px solid #fecc0b;
    padding: 15px 30px;
}
.customer-account-forgotpassword .page-main .field.note{
    font-size: 13px;
}
.customer-account-forgotpassword .page-main .column.main{
    padding: 0 30px;
}
.customer-account-forgotpassword .page-main .column.main .actions-toolbar .primary .action,
.customer-account-forgotpassword .page-main .column.main .actions-toolbar .primary{
    float: right;
}
.customer-account-forgotpassword .page-main .column.main .actions-toolbar .primary .action{
    border-radius: 0;
    background-color: #fecc0b;
    color: #ffffff;
    border: 1px solid #fecc0b;
    margin-right: 0;
}
.customer-account-forgotpassword form.form.password.forget .fieldset {
    margin-bottom: 0;
}
.form.password.forget .fieldset:after {
    margin-top: 10px;
}
.customer-account-forgotpassword form.form.password.forget .actions-toolbar{
    margin-bottom: 30px;
}
.customer-account-forgotpassword .page-main .column.main .actions-toolbar .primary .action:hover,
.customer-account-forgotpassword .page-main .column.main .actions-toolbar .primary .action:focus{
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}
.catalog-category-view .products-grid .item.product.product-item:hover .product-item-actions button.action.tocart.primary,
.catalog-category-view .products-grid .item.product.product-item:hover .product-item-actions .amquote-addto-button{
    opacity: 1;
    visibility: visible;
}
.catalog-category-view .products-grid .product-item .product-reviews-summary .reviews-actions,
.catalogsearch-result-index .products-grid .product-item .product-reviews-summary .reviews-actions{
    display: none;
}
.amquote-addto-button
/* Produxt Listing */
.products.wrapper.grid.products-grid li.item.product.product-item .product-item-info .product.name.product-item-name a.product-item-link{
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products.wrapper.grid.products-grid li.item.product.product-item .product-item-name,
.products.wrapper.grid.products-grid li.item.product.product-item .product-reviews-summary.short{
    margin-bottom: 8px;
}
.products.wrapper.grid.products-grid li.product-item .price-box{
    margin-top: 0;
}
.products.wrapper.grid.products-grid li.item.product.product-item .product-list-rating-stars{
    min-height: 22px;
}
.action.tocart.primary:hover {
    color: #fff !important;
}
.ol1{
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 101%;
    background: #f7f7f7;
    opacity: 0;
    visibility: hidden;
    color: inherit !important;
    min-height: 350px;
    overflow-x:hidden;
}
.ol1 table>tbody>tr>td{
        white-space: pre-wrap;
    word-break: break-all;
}
.ol1::-webkit-scrollbar {
  width: 4px;
}
.ol1::-webkit-scrollbar-track {
  background: #b2b2b2; 
}
.ol1::-webkit-scrollbar-thumb {
  background: #fecc0b; 
}
.ol1::-webkit-scrollbar-thumb:hover {
  background: #000; 
}
.ol1 > a{
    color: inherit !important;
}
.catalog-category-view li.product-item .product-item-info:hover .ol1{
    opacity: 1;
    visibility: visible;
}
.ol1 table>tbody>tr>td .product-image-container .bss-bt-quickview{
    display: none !important;
}
.ol1 table>tbody>tr>td{
    padding: 6px 10px;
    font-size: 13px;
}
.ol1 table>tbody>tr>td{
    word-break: break-word;
    white-space: normal; 
}
.product-item .ol1 table td .price-box {
    margin: 0;
}
.product-item .ol1 table td .product-image-photo{
    position: relative;
    height: 60px;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
}
.product-item .ol1 table td .product-image-wrapper{
    padding-bottom: 0 !important;
    height: auto;
}
.ol1 table>tbody>tr td.ol1thumb_img{
    padding: 0;
}
.product-item .ol1 table td .product-image-container{
       width: 60px !important;
    height: 60px;
    background: #fff;
}
.custom_qty .qty_button{
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #e1e1e1;
    color: #ccc;
    line-height: 14px;
    text-align: center;
    font-size: 13px;
    font-size: 8px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 100;
}
.custom_qty .qty_button + .qty_button{
   top: inherit;
    bottom: 0;
}
.custom_qty .qty_button{
    font-size: 0;
}
.custom_qty .qty_button::before{
        font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: 0;
    font-size: 8px;
    display: block;
    text-align: center;
    vertical-align: middle;
    position: relative;
    
}
.custom_qty .qty_button.inc::before{
    content: '\e80d';
    top: -1px;
}
.custom_qty .qty_button.dec::before{
    content: '\e80b';
    top: inherit;
}
.custom_qty .qty_button:hover {
    color: #000;
}
.catalog-product-view .box-tocart .control.custom_qty{
    position: relative;
    max-width: 40px;
}
.catalog-product-view .block.related li.item.product.product-item:hover .product-item-actions button.action.tocart.primary{
    opacity: 1;
    visibility: visible;
    margin: 0;
    top: inherit;
    bottom: 10px;
}
.minicart-wrapper .block-minicart{
        position: absolute;
    right: 0;
    top: 40px;
    width: 300px;
    background-color: #fff;
    border-width: 6px 0 0 0;
    border-style: solid;
    z-index: 10;
    border-radius: 0;
    color: #777;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    margin-top: 10px;
    border-color: #fecc0b!important;
}
.minicart-wrapper .block-minicart:before{
        border: 10px solid transparent;
    border-bottom-color: #fecc0b;
}
.minicart-wrapper .block-minicart:before{
    right: 7px;
    top: -26px;
}
.minicart-wrapper .block-minicart:after{
    display: none;
}
.minicart-items .product>.product-item-photo{
    outline: none;
}
.minicart-items .product-item-name a{
    color: #777;
}
.minicart-items .product-item-name a:hover{
    color: #fecc0b;
    text-decoration: none;
}
.minicart-wrapper .action.close{
    top: 10px;
}
.minicart-items-wrapper .product .product-item-details .actions{
    margin-top: -57px;
}
.minicart-items-wrapper .update-cart-item{
        width: auto;
    height: 32px;
    border-radius: 0;
    box-shadow: none;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.minicart-items-wrapper .update-cart-item:hover,
.minicart-items-wrapper .update-cart-item:focus{
    background-color: #fecc0b;
    color: #ffffff;
    border: 1px solid #fecc0b;
}
.minicart-items .action.edit, .minicart-items .action.delete{
    display: inline-block !important;
    text-decoration: none;
}
.minicart-items .action.delete{
    color: #000;
}
.minicart-items .action.delete:hover{
    color: #fecc0b;
}
.block-minicart .amount .price-wrapper:first-child .price{
    color: #fecc0b;
}
.fotorama{
    z-index: 10000 !important;
}
.products.wrapper.grid.products-grid.products-related .product-item:hover a.action.towishlist{
        right: 64px !important;
}
.popup-authentication .block-authentication{
    border-top: none;
    padding: 20px;
}
.modal-popup.popup-authentication .modal-header button.action-close{
    z-index: 1 !important;
}
.popup-authentication .actions-toolbar .secondary a.action{
    color: #fecc0b;
}
.popup-authentication .actions-toolbar .secondary a.action:hover{
    color: #000;
}
.block-authentication .block[class] ul{
    padding-left: 0;
}
.block-authentication a.action.action-register.primary,
.block-authentication .action.action-login.secondary{
    position: relative;
    display: inline-block;
    width: 160px;
    vertical-align: middle;
    border-radius: 0;
    line-height: 1;
    font-weight: normal;
    font-size: 14px;
    padding: 11px 10px;
    background-color: #fecc0b;
    color: #ffffff;
    border-color: #fecc0b;
    box-sizing: border-box;
    margin: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    box-shadow: none;
}
.block-authentication a.action.action-register.primary:hover,
.block-authentication a.action.action-register.primary:focus,   
.block-authentication .action.action-login.secondary:hover,
.block-authentication .action.action-login.secondary:focus{
    background-color: #000;
    color: #fff;
    border-color: #000;
}
#block-new-customer-heading,
.block-authentication .block-title strong{
    color: #000;
    /* color: #fecc0b; */
    margin-bottom: 10px;
}
.block-authentication .field.password{
    width: 100%;
}
.block-authentication .actions-toolbar>.secondary{
    padding-top: 5px;
}
.block-authentication .block.block-new-customer .actions-toolbar{
    margin-top: 40px;
}
.catalog-category-view .products-list .product-item .product-reviews-summary .rating-summary{
        margin-top: 5px;
}
.catalog-category-view .products-list .product-item .product-reviews-summary a.action.view{
    display: none;
}
.catalog-category-view .products-list .product-item .product-reviews-summary a.action.add{
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 0px;
    color: #fecc0b;
        display: none;
}

.catalog-product-view .product.media .product-social-links a.action.tocompare,
.catalog-product-view .product.media .product-social-links a.action.towishlist{
        position: relative !important;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    bottom: inherit !important;
    margin: 0 !important;
    margin-left: 4px !important;
    border-radius: 3px !important;
    text-align: center !important;
}
.catalog-product-view .product.media .product-social-links a.action.tocompare span,
.catalog-product-view .product.media .product-social-links a.action.towishlist span{
    display: none;
}
.catalog-product-view .product.media .product-social-links {
    text-align: right;
    margin-bottom: 5px;
}
.catalog-product-view .product.media .product-social-links .action.tocompare:before{
    content: '\e810';
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.catalog-product-view.page-layout-1column .column.main .product-reviews-summary .reviews-actions{
    margin-left: 0;
}
.catalog-product-view.page-layout-1column .product-reviews-summary.empty .reviews-actions .action.add{
    line-height: 20px;
    font-size: 14px;
    color: #bdbdbd;
}
.catalog-product-view.page-layout-1column .product-reviews-summary.empty .reviews-actions .action.add:hover{
    color: #fecc0b;
    text-decoration: underline;
}
body.catalog-product-view .column.main .product-reviews-summary.empty{
        margin-bottom: 0;
}
.search.results .products.wrapper.grid.products-grid .item.product.product-item .product-item-info:hover .product-item-actions button.action.tocart.primary{
    opacity: 1;
    visibility: visible;
}
.a2a_floating_style, .a2a_overlay_style{
    padding: 0 !important;

}
.a2a_vertical_style a,
.a2a_kit a{
    padding: 0 !important;
}
.product-options-wrapper .field .note .character-counter{
    font-weight: 600;
}
/* Related Product*/
.catalog-product-view .products-related .product-item {
    width: 20%;
    float: left;
    padding: 10px 5px;
    text-align: center;
    outline: none;
    border:none;
}
.catalog-product-view .products-related .product-item-info{
    width: 100%;
}
.catalog-product-view .products-related a.product.photo.product-item-photo{
    width: 100%;
    display: block;
}

.catalog-product-view .products-related a.product.photo.product-item-photo span.product-image-wrapper{
    display: block;
    width: 100% !important;
    height: 300px;
    overflow: visible;
    opacity: 1;
    padding-bottom: 0 !important;
}
.catalog-product-view .products-related .product.name a {
    padding-right: 5px;
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 3px 0;
    outline: none;
    color: #777;
    font-size: 14px;
    text-decoration: none;
}
.catalog-product-view .products-related li.product-item img.product-image-photo{
    max-width: 100%;
    transition: all 0.3s;
    position: relative;
    right: inherit;
    top: inherit;
}
.catalog-product-view .block.related{
        width: 100%;
    float: left;
    clear: both;
    padding: 0 15px;
}
.catalog-product-view .products-related li.product-item .product-item-info{
    position: relative;
}
/*product-options-wrapper*/
#product-options-wrapper .fieldset input.input-text, 
#product-options-wrapper .fieldset select{
    border-radius: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 2px 8px;
    height: 26px;
    color: #777;
    font-size: 13px;
}
#product-options-wrapper .fieldset>.legend span{
    font-weight: bold;
    color: #777;
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
}
.catalog-product-view #product-options-wrapper > .fieldset > .field{
    width: 49%;
    float: left;
}
.catalog-product-view #product-options-wrapper > .fieldset > .field:first-child{
    min-height: 74.6px;
}
.catalog-product-view #product-options-wrapper > .fieldset > .field:nth-child(2),
.catalog-product-view #product-options-wrapper > .fieldset > .field:nth-child(4){
    float: right;
}
.catalog-product-view #product-options-wrapper > .fieldset > .field.textarea{
    width: 100%;
}
form#product_addtocart_form .product-options-bottom{
    float: left;
    width: 100%;
}
#product-options-wrapper .field.date ._has-datepicker{
    width: 100%;
        padding-right: 40px;
}
.product-add-form .product-options-wrapper .field .control {
    width: 100%;
    position: relative;
}
.product-add-form .product-options-wrapper .ui-datepicker-trigger{
    position: absolute;
    top: 4px;
    right: 0px;
    background: #fecc0b;
    border-radius: 0;
    border: 1px solid transparent;
    border: 1px solid #fecc0b;
    padding: 0px 4px;
    height: 26px;
    color: #fff;
    font-size: 13px;
}
.product-add-form .ui-datepicker-trigger:before{
    color: #000;
}
#options-7-list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
#options-7-list .field.choice.admin__field.admin__field-option{
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{
    outline: none;
    box-shadow:none;
}
#options-7-list .field.choice.admin__field.admin__field-option .label{
       padding: 0 10px;
    color: #000;
    margin-bottom: 0;
    font-size: 12px;
    vertical-align: middle;
}
#options-7-list .field.choice.admin__field.admin__field-option input[type=radio]{
    margin: 0;
}
.sp_fingure_size{
    display: block;
    width: 100%;
    clear: both;
}
/*sales-order-invoice*/
.sales-order-invoice .nav>li.nav.item.current strong,
.sales-order-creditmemo .nav>li.nav.item.current strong{
    padding: 0 !important;
    border-bottom: none !important;
}
.sales-order-invoice .nav>li.nav.item.current strong::before,
.sales-order-creditmemo .nav>li.nav.item.current strong::before{
    display: none;
}
/* .magnifier*/
.magnifier-preview{
    top: 250px !important;
    border: 1px solid #ddd;
    width: 55% !important;
}
.block.related .related-available .product-item-name {
    margin-left: 0;
}
/* Checkout Page */
.checkout-index-index .nav-sections{
    display: block;
}
.checkout-index-index .new-address-popup .action-show-popup,
.checkout-index-index .modal-footer .action.primary.action-save-address{
    position: relative;
    display: inline-block;
    width: 160px;
    vertical-align: middle;
    border-radius: 0;
    line-height: 1;
    font-weight: normal;
    font-size: 14px;
    padding: 11px 10px;
    background-color: #fecc0b;
    color: #ffffff;
    border-color: #fecc0b;
    box-sizing: border-box;
    margin: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    box-shadow: none;
}
.checkout-index-index .new-address-popup .action-show-popup:hover,
.checkout-index-index .new-address-popup .action-show-popup:focus,
.checkout-index-index .modal-footer .action.primary.action-save-address:hover,
.checkout-index-index .modal-footer .action.primary.action-save-address:focus,
.opc-wrapper .action-select-shipping-item:hover;
.opc-wrapper .action-select-shipping-item:focus,
.checkout-index-index .opc-wrapper .edit-address-link:hover,
.checkout-index-index .opc-wrapper .edit-address-link:focus{
    background-color: #fecc0b;
    border-color: #fecc0b;
    color: #ffffff;
}
.checkout-index-index .opc-progress-bar-item._active::before,
.opc-progress-bar-item._active>span::before{
    background: #fecc0b;
    border-color: #fecc0b;
}
.opc-progress-bar-item._active>span::after{
    border-color: #fecc0b;
}
.checkout-index-index ul.compare.wrapper{
    display: none;
}
.opc-wrapper .shipping-address-item.selected-item{
        border-color: #fecc0b;
}
.opc-wrapper .shipping-address-item.selected-item:after{
    right: -1px;
    background-color: #fecc0b;
    top: -2px;
}
.checkout-index-index #shipping-method-buttons-container button.button span {
    background-color: transparent;
    color: inherit;
    padding: 0;
    line-height: inherit;
    font-size: inherit;
    border: none;
    border-radius: 0;
    white-space: inherit;
}
.checkout-index-index .opc-wrapper .step-title{
    font-size: 20px;
    margin: 0 0 15px;
    color: #fecc0b;
}
.checkout-index-index .opc-progress-bar-item>span{
    color: #b1b0b0;
    font-size: 1.6rem;
}
.checkout-index-index .opc-progress-bar-item._active>span{
    color: #333;    
    font-weight: 600;
}
.checkout-index-index .opc-wrapper .shipping-address-item a{
    color: #333;
}
.checkout-shipping-method .actions-toolbar .action.primary,
.opc-wrapper .action-select-shipping-item,
.checkout-index-index .opc-wrapper .edit-address-link,
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary{
        position: relative;
    display: inline-block;
    min-width: 120px;
    vertical-align: middle;
    border-radius: 0;
    line-height: 1;
    font-weight: normal;
    font-size: 14px;
    padding: 11px 10px;
    background-color: #fecc0b;
    color: #ffffff;
    border-color: #fecc0b;
    box-sizing: border-box;
    margin: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    box-shadow: none;
}
.checkout-index-index .opc-wrapper .edit-address-link{
    float: right;
}
#checkout-shipping-method-load table.table-checkout-shipping-method{
    width: 100%;
}
#checkout-shipping-method-load table.table-checkout-shipping-method>thead>tr>th, 
#checkout-shipping-method-load table.table-checkout-shipping-method>tbody>tr>th, 
#checkout-shipping-method-load table.table-checkout-shipping-method>tfoot>tr>th, 
#checkout-shipping-method-load table.table-checkout-shipping-method>thead>tr>td, 
#checkout-shipping-method-load table.table-checkout-shipping-method>tbody>tr>td, 
#checkout-shipping-method-load table.table-checkout-shipping-method>tfoot>tr>td{
    white-space: nowrap;
    text-align: left;
}
#checkout-shipping-method-load table.table-checkout-shipping-method>tbody>tr>td input[type=radio]{
    margin: auto;
}
.checkout-index-index .opc-block-summary{
    background-color: #fff;
    margin-bottom: 0;
}
.checkout-index-index .opc-block-summary>.title,
.checkout-index-index .opc-block-shipping-information .shipping-information-title,
.checkout-index-index .opc-block-shipping-information .shipping-information-title{
        display: block;
    font-size: 20px;
    margin: 0;
    color: #fecc0b;
}
.opc-block-summary .table-totals tbody .mark{
    background-color: #fff;
}
.opc-block-summary .table-totals tbody .mark .label{
    padding-left: 0;
}
.checkout-index-index .opc-block-summary .items-in-cart>.title strong {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
}
.checkout-index-index .minicart-items li.product-item .details-qty span.label{
    padding: 0;
    margin-bottom: 10px;
    display: inline-block;
}
.checkout-index-index .minicart-items .product .toggle{
    font-size: 1.4rem;
    margin: 0 0 15px;
    color: #fecc0b;
    font-weight: 600;
}
.checkout-index-index .opc-block-summary .items-in-cart .product .item-options dd{
    font-size: 1.3rem;
    font-weight: 500;
}
.checkout-index-index #checkout .modal-content{
    border-radius: 0 !important;
    margin-top: -38px;
    box-shadow: none;
}
.checkout-index-index .modal-popup .modal-title{
    border-bottom: none;
    font-size: 2rem;
    color: #fecc0b;
}
.checkout-index-index #opc-new-shipping-address{
    padding-top: 20px;
}
.checkout-index-index .modal-popup .fieldset .field .label{
    text-align: left;
    border-bottom: none;
}
.field-tooltip .field-tooltip-content{
    font-size: 13px;
}
.checkout-index-index .modal-popup .field.choice{
    position: relative;
}
.checkout-index-index .modal-popup .field.choice input[type=checkbox].checkbox{
    position: absolute;
    top: 3px;
    left: 0;
    margin: 0;
}
.checkout-index-index .modal-popup .fieldset .field.choice .label{
    padding-left: 20px;
}
.checkout-index-index .modals-overlay{
    z-index: 10000 !important;
}
.checkout-index-index .modal-slide._show, 
.checkout-index-index .modal-popup._show{
    z-index: 100000 !important;
}
.checkout-index-index .opc-wrapper .shipping-address-item{
    border-color: #ddd;
    margin-right: 15px;
    min-height: 240px;
    padding: 15px;
}
.checkout-index-index .opc-sidebar .modal-inner-wrap .modal-header{
    border-bottom: none;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup{
    position: relative;
    display: inline-block;
    width: 160px;
    vertical-align: middle;
    border-radius: 0;
    line-height: 1;
    font-weight: normal;
    font-size: 14px;
    padding: 11px 10px;
    background-color: #000;
    color: #ffffff;
    border-color: #000;
    box-sizing: border-box;
    margin: 0;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    box-shadow: none;
    min-height: 38px;
    margin-right: 10px;
    text-decoration: none;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus{
    opacity: .8;
    background-color: #fecc0b;
    color: #ffffff;
    border-color: #fecc0b;
    text-decoration: none;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content a{
    text-decoration: none;
    color: #333;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit,
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit:before{
    color: #fecc0b;
}
.checkout-index-index .opc-progress-bar{
    text-align: center;
        margin-top: 40px;
}
.checkout-payment-method .payment-method-title.field.choice{
       position: relative;
    min-height: 60px;
    display: table;
     width: 100%;
}
.checkout-payment-method .payment-method-title.field.choice input[type=radio]{
       display: table-cell;
    vertical-align: middle;
    margin: 0;
    width: 15px;
    margin-top: -5px;
}
.checkout-payment-method .payment-method-title.field.choice label.label{
   display: table-cell;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    vertical-align: middle;
        color: #000;
}
.checkout-payment-method .billing-address-same-as-shipping-block input[type=checkbox]{
        margin: 0;
    margin-top: -6px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details a{
    color: #333;
    text-decoration: none;
}
.checkout-payment-method .checkout-billing-address .primary .action-update,
.checkout-payment-method .checkout-billing-address .primary .action.action-cancel,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action{
    margin-bottom: 20px;
    margin-right: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fecc0b;
    color: #fff;
    border-color: #fecc0b;S
    opacity: .8;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action{
    box-shadow: none !important;    
    height: 38px;
    opacity: 1;
    font-size: 1.4rem;
}
.checkout-payment-method .checkout-billing-address .primary .action.action-cancel,
.checkout-onepage-success .print{
    background: #000;
    color: #fff;
    border-color: #000;
    padding: 8px 15px;
    margin: 0;
    text-decoration: none;
    margin-right: 5px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update:hover,
.checkout-payment-method .checkout-billing-address .primary .action.action-cancel:hover,
.checkout-payment-method .checkout-billing-address .primary .action-update:focus,
.checkout-payment-method .checkout-billing-address .primary .action.action-cancel:focus{
    opacity: 1;
}
.checkout-payment-method .payment-option-title .action-toggle {
    color: #333;
    font-weight: 600;
}
.checkout-index-index .new-address-popup .action-show-popup:hover, 
.checkout-index-index .modal-footer .action.primary.action-save-address:hover
.checkout-index-index .new-address-popup .action-show-popup:focus, 
.checkout-index-index .modal-footer .action.primary.action-save-address:focus,
.checkout-shipping-method .actions-toolbar .action.primary:hover, 
.opc-wrapper .action-select-shipping-item:hover, 
.checkout-index-index .opc-wrapper .edit-address-link:hover, 
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary:hover,
.checkout-shipping-method .actions-toolbar .action.primary:focus, 
.opc-wrapper .action-select-shipping-item:focus,
.checkout-index-index .opc-wrapper .edit-address-link:focus, 
.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary:focus,
.checkout-index-index .new-address-popup .action-show-popup:hover, 
.checkout-index-index .modal-footer .action.primary.action-save-address:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus{
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}
.checkout-payment-method .field-select-billing .fieldset>.field>.label, 
.checkout-payment-method .billing-address-form .fieldset>.field>.label{
text-align: left;
    border-bottom: 0;
}
.checkout-payment-method .field-select-billing input[type=checkbox], 
.checkout-payment-method .billing-address-form input[type=checkbox]{
    display: inline-block;
    margin: 0;
    margin-top: -6px;
    vertical-align: middle;
}
.checkout-payment-method .checkout-billing-address .primary .action.action-cancel:hover,
.checkout-payment-method .checkout-billing-address .primary .action.action-cancel:focus{
    background: #fecc0b;
    border-color: #fecc0b;
}
.checkout-payment-method .checkout-billing-address .primary .action-update:hover,
.checkout-payment-method .checkout-billing-address .primary .action-update:focus{
    background: #000;
    border-color: #000;
}
.checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
}
/* Thank you Page*/
.checkout-onepage-success h1.page-title{
    font-size: 20px;
    margin: 0 0 15px;
    color: #fecc0b;
    display:block;
}
.checkout-onepage-success .page-title-wrapper{
    text-align: center;
    margin-top: 30px;
    position: relative;
}
.checkout-onepage-success .checkout-success{
    background-color: rgba(0,128,0,0.1);
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: 10px;
}
.checkout-onepage-success .checkout-success .actions-toolbar{
    text-align: center;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .primary{
        display: inline-block;
    text-align: center;
    float: none;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .primary a{
    margin: 0;
    border-radius: 0;
        color: #fff;
}
.checkout-onepage-success .checkout-success .actions-toolbar > .primary a:hover,
.checkout-onepage-success .checkout-success .actions-toolbar > .primary a:focus,
.checkout-onepage-success .print:hover,
.checkout-onepage-success .print:focus{
    background: #fecc0b;
    color: #000;
    border-color: #fecc0b;
}
.checkout-onepage-success .checkout-success a{
        color: #000;
    text-decoration: none;
    font-size: 1.4rem;
}
.checkout-onepage-success .print{
   margin-top: -5px !important;
}
.checkout-onepage-success .print{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -10px;
    margin-right: 0;
        font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 600;
}
.checkout-onepage-success .print::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f02f";
    margin-right: 5px;
}
/* category Button*/
.catalog-category-view .products.list.items.product-items .product-item-actions .actions-primary{
    display: flex;
    justify-content: center;
    align-items: center;
}
.catalog-category-view .products.wrapper.list.products-list .products.list.items.product-items .product-item-actions button.action.tocart.primary, 
.catalog-category-view .products.wrapper.list.products-list .products.list.items.product-items .product-item-actions .amquote-addto-button{
    opacity: 1;
}
.catalog-category-view .products.list.items.product-items .product-item-actions .amquote-addto-button::before {
    width: 30px;
    height: 30px;
    content: "";
    background-image: url(../images/add-to-quote-color-blue.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
}
.catalog-category-view .products.list.items.product-items .product-item-actions button.action.tocart.primary,
.catalog-category-view .products.list.items.product-items .product-item-actions .amquote-addto-button{
    left: 40%;
    width: 32px;
    height: 33px;
}
.catalog-category-view .products.list.items.product-items .product-item-actions button.action.tocart.primary{
    padding: 0;
}
.amquote-addto-button{
    border-color: #fecc0b;
    background-color: #fecc0b;
    box-shadow:none !important;
}
.amquote-addto-button:hover, .amquote-addto-button:active, .amquote-addto-button:focus{
    background-color: #000;
    border-color: #000;
    color: #000;
}
.catalog-category-view .products.list.items.product-items .product-item-actions button.action.tocart.primary > span{
        border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.catalog-category-view .products.list.items.product-items .product-item-actions button.action.tocart.primary::before{
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    content: '\e80c';
    top: -2px;
    position: relative;
    font-size: 16px;
}
.catalog-category-view .products.list.items.product-items .product-item-actions .amquote-addto-button{
    font-size: 0;
    left: inherit;
    right: 40%;
    position: absolute;
    top: 0;
    margin: 0;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    padding: 0;
    opacity: 0;
    transition: all 0.3s;
}
.catalog-category-view .products.list.items.product-items .product-item-actions .amquote-addto-button
.catalog-category-view .products.list.items.product-items .product-item-actions .amquote-addto-button::before{
    width: 30px;
    height: 30px;
    content: "";
    background-image: url(../images/add-to-quote-color-blue.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
}
.catalog-category-view .product-item:hover a.action.tocompare{
        left: 28px !important;
}
.catalog-category-view .product-item:hover a.action.towishlist,
.catalog-category-view .product-item:hover a.action.towishlist {
    right: 46px !important;
}
.catalog-category-view .amquote-cart-wrapper.minicart-wrapper{
    margin-right: 20px;
}
.amquote-cart-wrapper.minicart-wrapper{
    margin-left: 0;
    margin-right: 20px;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart{
        width: 30px;
    height: 30px;
    background-image: url(../images/add-to-quote-color-black.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 0;

}
.page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper .amquote-showcart{
    width: 27px;
    height: 27px;
}

.amquote-cart-wrapper.minicart-wrapper .amquote-showcart.action:before{
    display: none;
}
.product-item a.action.towishlist:hover,
.catalog-product-view .product.media .product-social-links a.action.towishlist:hover{
    background-color: #ed4949 !important;
    color: #fff;
}
.product-item .action.towishlist:hover::before{
    color: #fff;
}
.product-item-actions .actions-secondary>.action:hover,
.catalog-product-view .product.media .product-social-links a.action.tocompare:hover{
    background-color: #52b9b5 !important;   
    color: #fff;
}
.catalog-product-view .product.media .product-social-links a.action.tocompare:hover,
.catalog-product-view .product.media .product-social-links a.action.towishlist:hover{
    color: #fff !important;
}
.product-item-actions .actions-secondary>.action:hover::before{
    color: #fff;
}
.amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty{
        border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 1.2;
    min-width: 20px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: -10px;
    right: -10px;
}
.catalog-category-view .products.list.items.product-items .product-item-actions .amquote-addto-button:hover::before,
.catalog-category-view .products.list.items.product-items .product-item-actions .amquote-addto-button:active::before, 
.catalog-category-view .products.list.items.product-items .product-item-actions .amquote-addto-button:focus::before{
    content: "";
    background-image: url(../images/add-to-quote-transparent.png);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
}
.catalog-category-view .products.wrapper.list.products-list .products.list.items.product-items .product-item-actions button.action.tocart.primary, 
.catalog-category-view .products.wrapper.list.products-list .products.list.items.product-items .product-item-actions .amquote-addto-button{
    left: inherit;
    right: inherit;
    position: relative;
    top: inherit;
}
.catalog-category-view .products.wrapper.list.products-list .products.list.items.product-items .product-item-actions button.action.tocart.primary{
    margin-right: 5px;
}
.catalog-category-view .products.wrapper.list.products-list .products.list.items.product-items .product-item-actions .actions-primary{
    width: auto;
    margin-right: 4px;
}
.page-products.catalog-category-view .products.wrapper.list.products-list .products.list.items.product-items .product-item-actions{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.products.wrapper.list.products-list .product-item-actions button.action.tocart.primary,
.products.wrapper.list.products-list a.action.towishlist, 
.products.wrapper.list.products-list a.action.tocompare{
    margin-right: 0;
}
.catalog-category-view .products.list.items.product-items .product-item-actions button.action.tocart.primary::before{
    font-size: 20px;
}

/*Quote Cart*/
.amasty_quote-cart-index h1.page-title{
    color: #fecc0b;
    font-size: 20px;
}
.amasty_quote-cart-index .cart.table-wrapper .col.price .price-including-tax .price,
.amasty_quote-cart-index .cart.table-wrapper .col.price, 
.order-items.table-wrapper .col.price, 
.amasty_quote-cart-index .cart.table-wrapper .col.qty, 
.amasty_quote-cart-index .order-items.table-wrapper .col.qty, 
.amasty_quote-cart-index .cart.table-wrapper .col.subtotal, 
.amasty_quote-cart-index .order-items.table-wrapper .col.subtotal, 
.amasty_quote-cart-index .cart.table-wrapper .col.msrp,
.amasty_quote-cart-index .order-items.table-wrapper .col.msrp{
        line-height: 1.3;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
}
.amasty_quote-cart-index .cart.table-wrapper .col.qty .input-text{
    font-size: 1.4rem;
    font-weight: 400;
        margin-right: 0 !important;
}
.amasty_quote-cart-index .cart.table-wrapper .col.subtotal{
    text-align: right !important;
}
.amasty_quote-cart-index .cart.table-wrapper .data.table .col.qty .control.qty,
.amasty_quote-cart-index .cart.table-wrapper .col.price .price-including-tax{
    text-align: left;
}
.amasty_quote-cart-index .page-main{
    max-width: 100%;
    padding: 0;
}
.amasty_quote-cart-index .cart.table-wrapper{
    border: 1px solid #ececec;
    border-radius: 0;
    background: #fff;
    display: block;
    padding: 30px;
    margin-bottom: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08);
}
.amasty_quote-cart-index .cart.table-wrapper .add-note-quote{
    cursor: pointer;
    width: 100%;
    background-color: #fecc0b;
    color: #ffffff;
    padding: 0;
    font-size: 14px;
    border-color: #fecc0b;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    padding: 7px 15px;
    border-radius: 0;
    font-family: 'Raleway';
    margin-top: 10px;
    display: block;
    max-width: 120px;
}
.amasty_quote-cart-index .cart.table-wrapper .add-note-quote:hover{
    background-color: #000;
    color: #ffffff;
    border-color: #000;
}
.amasty_quote-cart-index .cart.main.actions button.action.update, 
.amasty_quote-cart-index .cart.main.actions button.clear-quote, 
.amasty_quote-cart-index .cart.main.actions a.action.continue{
    box-shadow: none;
    border: 0;
    color: inherit;
    border-width: 0;
    background: transparent;
    line-height: inherit;
    border: 1px solid #ddd;
    font-weight: normal;
    font-size: 14px;
    border-radius: 0;
}
.amasty_quote-cart-index .cart.main.actions button.action.update:hover, 
.amasty_quote-cart-index .cart.main.actions button.action.clear-quote:hover, 
.amasty_quote-cart-index .cart.main.actions a.action.continue:hover{
    background-color: #fecc0b;
    color: #ffffff;
    border-color: #fecc0b;
}
.amasty_quote-cart-index .cart-empty {
    text-align: center;
}
.amasty_quote-cart-index .cart-empty p > a {
    color: #fecc0b;
}
.amasty_quote-cart-index #quote-details{
    margin-top: 10px;
}
.amasty_quote-cart-index .quote-details .title{
    padding: 10px 45px 10px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #000;
    position: relative;
    font-weight: 600;
}
.amasty_quote-cart-index #cart-totals{
        border-bottom: 1px solid #ddd;
}
.amasty_quote-cart-index .cart-empty p > a:hover,
.amasty_quote-cart-index .cart-empty p > a:focus,
.checkout-cart-index .cart-empty p > a:hover,
.checkout-cart-index .cart-empty p > a:focus{
    color: #000;
}
.amasty_quote-cart-index #quote-details{
        border: 1px solid #ddd;
}
.amasty_quote-cart-index #quote-details .fieldset{
    margin-top: 10px;
    padding: 0 15px
}
.amasty_quote-cart-index #quote-details .fieldset.hidden-fields{
    padding: 0;
}
.amasty_quote-cart-index #quote-details textarea,
.amasty_quote-cart-index #quote-details textarea:focus{
    box-shadow: none;
}
.amasty_quote-cart-index .cart-totals tbody .amount{
    border-top:1px solid #ccc;
}
.amasty_quote-cart-index .cart-totals tbody tr.totals.sub .amount{
    border-top:none;
}
.amasty_quote-cart-index .cart-summary .checkout-methods-items{
    padding: 15px;
}
.amasty_quote-cart-index .cart.table-wrapper .product-item-details{
    padding-bottom: 0;
    vertical-align: middle;
}
.amasty_quote-cart-index .cart.table-wrapper #shopping-cart-table .custom_qty{
    max-width: 65px;
}
.amasty_quote-cart-index .cart.table-wrapper #shopping-cart-table tr td:first-child{
    width: 370px;
}
.field-tooltip .field-tooltip-content{
       top: 40px;
       left: inherit;
       right: 0;
}
.amasty_quote-cart-index .cart.table-wrapper #shopping-cart-table .custom_qty div.mage-error[generated]{
    position: absolute;
    bottom: -30px;
    width: 280px;
    left: -100px;
}
/* Filter Navigation*/
.filter .block-subtitle{
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    /* color: #fecc0b; */
}
.filter-options-title:hover,
.filter-options-item.active .filter-options-title{
    color: #fecc0b;
}
.filter-options-content a:hover,
.filter-options-content a:focus{
    color: #fecc0b;
    background-color: transparent;
}
a.action.clear.filter-clear{
    background-color: #fecc0b;
    color: #ffffff;
    border-radius: 0;
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    border-color: #fecc0b;
    padding: 8px 25px;
    font-family: Raleway;
    margin-right: 0;
}
a.action.clear.filter-clear:hover,
a.action.clear.filter-clear:focus{
        background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}
.filter-options-item:last-child{
    border:none;
}
#layered-filter-block .item a{
    position: relative;
}
#layered-filter-block .item a span.label{
    font-size: 10px;
    font-weight: 600;
    padding: 0;
    padding-left: 5px;
    color: #494949;
}
#layered-filter-block .wp-ln-selected a{
    border-left: none;
    padding-left: 15px;
    font-style: normal;
    color: #fecc0b;
}
#layered-filter-block .wp-ln-selected.item a::before{
   background: #fecc0b;
    border-color: #fecc0b;
}
#layered-filter-block ol.items#wp_ln_shopby_items .item a::before{
    display: none;
}
iframe.mfp-iframe .mp_social_share_float,
iframe.mfp-iframe #um-scrolltotop,
iframe.mfp-iframe .a2a_vertical_style a, 
iframe.mfp-iframe .a2a_kit a{
    display: none !important;
}
#layered-filter-block li.item input[type=checkbox],
#layered-filter-block li.item input[type=radio]{
        margin: 0;
    position: relative;
    top: 0;
    vertical-align: middle;
}
.filter-options .am-labels-folding .item{
    padding-left: 0;
}
/* compaire product */
.catalog-product_compare-index .page-title-wrapper{
    display: none;
}
.catalog-product_compare-index .table-wrapper.comparison{
    overflow: hidden;
}
.catalog-product_compare-index .table-comparison .cell{
    width: auto;
}
.catalog-product_compare-index .table-comparison .cell.label{
    border:none;
}
.catalog-product_compare-index .data.table.table-comparison{
    border: 1px solid #dcdcdc;
}
.catalog-product_compare-index .data.table.table-comparison tbody th, 
.catalog-product_compare-index .data.table.table-comparison tbody td{
    padding: 10px;
    vertical-align: top;
    line-height: 1.3;
    font: 13px/1 'Open Sans',Arial,Helvetica,sans-serif;
    font-family: 'Raleway';
    color: #000000;
}
.catalog-product_compare-index .data.table.table-comparison strong.product-item-name{
    width: 143px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    text-align: center;
    color: #fecc0b;
    font-weight: 600;
}
.catalog-product_compare-index .data.table.table-comparison strong.product-item-name a{
    color: #fecc0b;
}
.catalog-product_compare-index .data.table.table-comparison th{
    text-align: right;
    text-transform: uppercase;
    background: #f7f7f7;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.catalog-product_compare-index .data.table.table-comparison tbody td{
        border: 0;
    text-align: center;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    line-height: 1.5;
    position: relative;
}
.table-comparison .cell .attribute.value{
    text-align: left;
}
.catalog-product_compare-index .data.table.table-comparison tbody th{
    display: table-cell;
    font-weight: bold;
        white-space: normal;
    line-height: 1.2;
}
.catalog-product_compare-index .data.table.table-comparison .product-item-actions a{
    opacity: 1;
    left: inherit;
    right: inherit !important;
    top: inherit;
    bottom: inherit;
    position: relative !important;
    visibility: visible;
    margin: 0;
    margin-left: 2px;
}
.catalog-product_compare-index .data.table.table-comparison .product-item-actions a:hover{
    background-color: #ed4949 !important;
}
.catalog-product_compare-index .data.table.table-comparison .product-item-actions button.action.tocart.primary{
        position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    padding: 0;
    min-height: 10px;
    width: 33px;
    height: 33px;
    border: 1px solid #000;
    font-size: 18px;
    margin-right: 2px;
}
.catalog-product_compare-index .data.table.table-comparison .product-item-actions button.action.tocart.primary:hover{
    border-color: #fecc0b;
    color: #fff;
}
.catalog-product_compare-index .table-comparison .product-item-actions,
.catalog-product_compare-index .table-comparison .product.rating, 
.catalog-product_compare-index .table-comparison .product-item-name{
    text-align: center;
}
.catalog-product_compare-index .table-comparison .price-box{
        margin: 0;
}
.catalog-product_compare-index .table-comparison .product-item-photo{
    text-align: center;
}
.catalog-product_compare-index .table>tbody>tr.info>td, 
.catalog-product_compare-index .table>tbody>tr.info>th, 
.catalog-product_compare-index .table>tbody>tr>td.info, 
.catalog-product_compare-index .table>tbody>tr>th.info, 
.catalog-product_compare-index .table>tfoot>tr.info>td, 
.catalog-product_compare-index .table>tfoot>tr.info>th, 
.catalog-product_compare-index .table>tfoot>tr>td.info, 
.catalog-product_compare-index .table>tfoot>tr>th.info, 
.catalog-product_compare-index .table>thead>tr.info>td, 
.catalog-product_compare-index .table>thead>tr.info>th, 
.catalog-product_compare-index .table>thead>tr>td.info, 
.catalog-product_compare-index .table>thead>tr>th.info{
    background-color: #fff;
}
.catalog-product_compare-index .data.table.table-comparison .product-item-actions button.action.tocart.primary span{
    display: none;
}
.catalog-product_compare-index .data.table.table-comparison .product-item-actions button.action.tocart.primary::before{
        font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-right: .4rem;
    content: '\e80c';
    top: -2px;
    position: relative;
}
.catalog-product_compare-index .data.table.table-comparison tbody td.cell.product.info a.action.delete{
    color: #fecc0b;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
        position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    z-index: 2;
    text-decoration: none;
}
.catalog-product_compare-index .data.table.table-comparison tbody td.cell.product.info a.action.delete::before{
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    content: '\e82c';
}
/* vendor category*/
.vendor-list.card{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 1rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.vendor-list.card a{
    font-size: 1.4rem;
    color: #828385;
    font-weight: 400;
    position: relative;
}
.vendor-list.card a strong{
    font-weight: 400;
}
.vendor-list.card a:hover{
    color: #fecc0b;
    text-decoration: underline;
}
.vendor-list.card a::before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 16px;
    margin-right: 5px;
    float: right;
}
/*amasty_quote-quote-success*/
.amasty_quote-quote-success .page-main,
.amasty_quote-quote-success .page-main .actions-toolbar{
    text-align: center;
}
.amasty_quote-quote-success .page-main .actions-toolbar .primary{
    float: none;
}
.amasty_quote-quote-success .page-main .actions-toolbar a.action.primary{
    border-radius: 0;
}
.amasty_quote-cart-index .cart.table-wrapper .cart thead tr th.col{
    font-weight: 600;
}
/* Category Prodct List*/
#layer-product-list .products.wrapper.grid.products-grid ol.products li.item.product.product-item a.product-item-link,
.owl-item .product-item-details .product-item-name a.product-item-link{
    max-width: 230px;
    text-align: center;
    margin: 0 auto;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: inline-block;
}
.mfp-wrap .box-tocart .field.qty label.label,
.mfp-wrap .catalog-product-view.page-layout-1column .fieldset>.field.qty_button>.label{
    display: none;
}
.link.wishlist .counter,
#account-nav .nav>li.link.wishlist .counter.qty{
    color: #ff5501;
    font-weight: bold;
}
.wishlist-index-configure .product.media .product-social-links .product-addto-links > a.action.towishlist{
    display: none !important;
}
.wishlist-index-configure .product.media .product-social-links .product-addto-links > a.action.towishlist + a.action.towishlist{
    display: inline-block !important;
}
/* Checkout page Shipping form*/
#co-shipping-form,
.checkout-payment-method .field-select-billing, 
.checkout-payment-method .billing-address-form{
    max-width: 100%;
}
#co-shipping-form #shipping-new-address-form,
.checkout-payment-method .field-select-billing > form > fieldset.fieldset.address, 
.checkout-payment-method .billing-address-form > form > fieldset.fieldset.address{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#co-shipping-form .field.street legend.label{
        text-align: left;
    border: none;
    display: inline-block;
    position: relative;
    float: left;
    display: inline-block;
    width: auto;
}
#co-shipping-form #shipping-new-address-form .field,
.checkout-payment-method .field-select-billing > form > fieldset.fieldset.address .field, 
.checkout-payment-method .billing-address-form > form > fieldset.fieldset.address .field{
    width: 49%;
}
#co-shipping-form #shipping-new-address-form fieldset.field.street,
.checkout-payment-method .billing-address-form > form > fieldset.fieldset.address fieldset.field.street,
.checkout-payment-method .field-select-billing > form > fieldset.fieldset.address fieldset.field.street{
        width: 100%;
}
#co-shipping-form #shipping-new-address-form fieldset.field.street > div.control,
.checkout-payment-method .billing-address-form > form > fieldset.fieldset.address fieldset.field.street > div.control,
.checkout-payment-method .field-select-billing > form > fieldset.fieldset.address fieldset.field.street > div.control{
        display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
}
#co-shipping-form #shipping-new-address-form fieldset.field.street > div.control > .field,
.checkout-payment-method .billing-address-form > form > fieldset.fieldset.address fieldset.field.street > div.control > .field,
.checkout-payment-method .field-select-billing > form > fieldset.fieldset.address fieldset.field.street > div.control > .field{
    margin: 0;
}
/* Logout Page*/
body.customer-account-logoutsuccess h1,
body.customer-account-logoutsuccess p,
body.customer-account-logoutsuccess .page-main>.page-title-wrapper .page-title{
    text-align: center;
    display: block !important;
    width: 100%;
}
/*news Letter Home Page*/
.sign_up_section .block.newsletter{
    width: 100%;
}
.sign_up_section .block.newsletter .form.subscribe {
        display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}
.sign_up_section .block.newsletter .field-error, 
.sign_up_section .block.newsletter div.mage-error[generated]{
        position: absolute;
    left: 0;
    top: 30px;
    display: block;
}
/* Advance Search*/
form.form.search.advanced .fieldset>.field{
    float: left;
    width: 49%;
}
form.form.search.advanced .fieldset>.field.sku,
form.form.search.advanced .field.short_description,
form.form.search.advanced .field.color,
form.form.search.advanced .field.barcode,
form.form.search.advanced .field.center_shape,
form.form.search.advanced .field.ring_shank_design,
form.form.search.advanced .field.metal_color,
form.form.search.advanced .field.ring_size,
form.form.search.advanced .field.side_stone_shape,
form.form.search.advanced .field.gold_design,
form.form.search.advanced .field.diamond1_max_color{
    float: right;
}
form.form.search.advanced .fieldset{
    margin-bottom: 0;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.block-order-details-view .block-content .box{
    margin-bottom: 0;
}
dl.filter-options .label{
        font-size: 12px;
    vertical-align: middle;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
}
.filter-options-content .count{
    font-size: 12px;
}
dd.filter-options-content ol.items li.item > input[type=checkbox], 
dd.filter-options-content ol.items li.item > input[type=radio]{
    margin: 0;
        vertical-align: top;
}
.amshopby-slider-container .am-slider .ui-slider-handle,
.amshopby-slider-container .am-slider .ui-slider-handle:hover, .amshopby-slider-container .am-slider .ui-slider-handle:active{
    background-color: #fecc0b;
}
.amshopby-slider-container .am-slider .ui-slider-handle{
    padding: 0 !important;
}
.am-filter-go{
        box-shadow: none !important;
    background-color: #fecc0b !important;
    border-color: #fecc0b !important;
    color: #fff;
    outline: none;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.am-filter-go:hover,
.am-filter-go:focus{
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
.mt612{
    margin-bottom: 15px;
}
.customer-account-create .form.create.account.form-create-account .legend{
    text-transform: uppercase;
    color: #000;
    /* color: #fecc0b; */
}
.customer-account-create .form.create.account.form-create-account .legend > span{
        font-size: 16px;
    font-weight: 400;
    font-family: inherit;
}
.customer-account-create .fieldset{
    margin-bottom: 10px;
}
.form.search.advanced .actions-toolbar .primary .action{
    border-radius: 0 !important;
}
.catalogsearch-advanced-index form.form.search.advanced{
    float: left;
    width: 100%;
    display: block;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    border-top: 4px solid #fecc0b;
    padding: 35px 25px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08);
}
.catalogsearch-advanced-index h1.page-title{
    font-size: 20px;
    margin: 0 0 15px;
    color: #fecc0b;
}
.catalogsearch-advanced-index .page-main{
    padding-bottom: 30px;
}
.ajaxsearch__wrapper{
    width: 100% !important;
    left: 0 !important;
}
.ajaxsearch .col-8-8{
    width: 100% !important;
}
.ajaxsearch .col-6-8 a.ajaxsearch__title{
    font-size: 14px !important;
    color: #fecc0b !important;
}
.form.form-newsletter-manage .field.choice label.label{
        padding-left: 10px;
}
.footer-middle .block.block-subscribe .input-box button:hover{
    background-color: #fecc0b;
    color: #000;
}
.footer-middle .block.block-subscribe .input-box button:hover span{
    color: #000;
}
.review-control-vote label:before{
    color: #fecc0b;
}
.catalog-product-view.page-layout-1column .column.main .product-reviews-summary .reviews-actions a.action{
        line-height: 20px;
    font-size: 14px;
    color: #bdbdbd;
}
.catalog-product-view.page-layout-1column .column.main .product-reviews-summary .reviews-actions a.action:hover{
        color: #fecc0b;
    text-decoration: underline;
}
.modal-popup.confirm._show{
    z-index: 1000 !important;
}
.norating_patch1 .ratings{
    background-image: none;
}
.norating_patch1 a.action.add{
    color: #fecc0b;
}
 .arqspin_patch1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*padding-top: 56.25%;*/
      min-height: 400px;
}

.responsive-iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.arqspin_360video #modal-content-2{
    width: 100%;
    height: 100%;
}
.arqspin_360video .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #fff;
}
.message.info{
    background-color: rgba(254, 204, 11, 0.28);
}
.message.info a {
    color: #000;
    font-weight: 600;
}
.message.info a:hover {
    color: #fecc0b;
}
/* #amasty-shopby-product-list .toolbar.toolbar-products:last-child{
    display: none;
} */
.footer-middle .block .block-title strong{
        color: #17c089 !important;
}
.additional-attributes-wrapper .link_diamond_info > a{
    text-align: right;
    display: block;
    color: #fecc0b;
    text-decoration: none;
    transition: all 0.3s;
    font-family: calibri;
    font-size: 16px;
}
.stock.available > span,
.stock > span{
    font-weight: bold;
    color: #000;
}
.additional-attributes-wrapper.table-wrapper{
    margin-bottom: 0;
}
.checkout-cart-index .cart.table-wrapper .product-item-details dl.item-options{
        max-width: 400px;
    padding-bottom: 20px;
}
.catalog-product-view .products-related li.product-item a.product.photo.product-item-photo .bss-bt-quickview{
   position: static;
}
.catalog-product-view .products-related li.product-item a.product.photo.product-item-photo .bss-bt-quickview a.bss-quickview,
.catalogsearch-result-index.page-products .search.results li.product-item a.product.photo.product-item-photo .bss-bt-quickview a.bss-quickview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    width: 100%;
}
.catalogsearch-result-index.page-products .search.results li.product-item a.product.photo.product-item-photo .bss-bt-quickview{
    position: static;
}
.catalog-product-view .products-related li.product-item:hover a.product.photo.product-item-photo .bss-bt-quickview a.bss-quickview, 
.catalogsearch-result-index.page-products .search.results li.product-item:hover a.product.photo.product-item-photo .bss-bt-quickview a.bss-quickview{
    opacity: 1 !important;
}
.catalogsearch-result-index.page-products .search.results .product-item-info .product.name a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.modal-popup.confirm .modal-inner-wrap .modal-content > div{
    padding: 0;
    padding: 1rem 2.5rem;
    font-size: 1.3rem;
}
.modal-popup .modal-header{
    padding-top: 1rem;
}
.modal-popup .modal-title{
    margin: 0;
    border: none;
    padding: 0;
    
}
#amasty-shopby-product-list .message.info.empty{
    margin-top: 2rem;
}
.catalogsearch-result-index.page-products .search.results .products.wrapper.list.products-list .product-item-name, 
.catalogsearch-result-index.page-products .search.results .products.wrapper.list.products-list .product.name a{
        text-align: left;
    margin: 0;
    margin-bottom: 10px;
}
.catalogsearch-result-index.page-products .search.results .products.wrapper.list.products-list  a.bss-quickview,
.catalog-category-view .products.wrapper.list.products-list  a.bss-quickview, 
.products.wrapper.list.products-list  a.bss-quickview{
    margin: 0;
    text-align: center;
}
.modal_sdh2.modal-popup.confirm .modal-inner-wrap .modal-content{
    margin-top: 20px;
    padding-top: 0;
}
.modal_sdh2.modal-popup .modal-header{
    border-bottom:none;
}
@media(max-width: 1920px){
    .product-item-actions a,
    .product-item-actions button.action.tocart.primary{
        margin: 10px 1px;
    }
}
@media(max-width: 1370px){
    .amasty_quote-cart-index .cart.table-wrapper .col.qty .input-text{
        margin-right: 5px !important;
    }
}
@media(max-width: 1300px){
    .catalog-category-view .page-main{
        padding: 0 30px;
    }
    .ol1 table>tbody>tr>td{
            font-size: 11px;
    }
    .checkout-cart-index .cart.table-wrapper .item .col.item {
        max-width: 330px;
    }
}
@media(max-width: 1249px){
    .customer-account-login .login-container .block-new-customer .actions-toolbar {
        margin-top: 154px;
    }
    .cart.table-wrapper .cart tbody td.item-actions a.action.action-edit{
        margin-bottom: 5px;
    }
    #reorder-validate-detail .action.primary,
    .sidebar.sidebar-additional .actions-toolbar a.action.view{
            padding: 7px 10px;
    }
   .amasty_quote-cart-index .cart.table-wrapper .col.qty .input-text{
        margin-right: 15px !important;
    }

    

}
@media(max-width: 1180.99px){
    form.form.form-edit-account .fieldset.password, 
    form.form.form-edit-account .field.password.current,
    form.form.form-edit-account .field.new.password,
    form.form.form-edit-account .field.confirm.password{
        margin-bottom: 15px;
    }
    form.form.form-login .fieldset.login .field.password {
        margin-bottom: 10px;
    }
    .filter-options-content .range{
        display: block;
    }
    .range.am-fromto-widget .am-filter-go{
        display: block;
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    .filter-options-content .am-filter-price{
        width: 40%;
        max-width: 50%;
    }
    .checkout-cart-index .cart.table-wrapper .item .col.item {
        max-width: 250px;
    }

}
@media(max-width: 992px){
    .category-title h1{
        font-size: 4.6rem;
    }
    .category-title p{
        font-size: 25px;
    }
    .page-layout-custom_category .tab-content{
            margin-bottom: 20px;
    }
    .ol1{
        display: none;
    }
    a.action.towishlist,
    a.action.tocompare,
    .catalog-category-view .products.list.items.product-items .product-item-actions button.action.tocart.primary,
    .catalog-category-view .products.list.items.product-items .product-item-actions .amquote-addto-button,
    .product-item-actions a, .product-item-actions button.action.tocart.primary{
        opacity: 1;
        visibility: visible;
        right: inherit !important;
        left: inherit !important;
        position: relative !important;
        margin-left: 0px;
        transform: inherit;
        -webkit-transform: inherit;
        top: inherit;
            margin: 0 4px;
    }

    .catalog-category-view .products-grid .product-item-inner{
        border: 0;
        clip: inherit !important;
        height: auto !important;
        margin: 0 !important;
        overflow: visible !important;
        padding: 0 !important;
        position: absolute;
        width: 100% !important;
    }
    .page-products .product-item-actions{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-item-actions .actions-primary+.actions-secondary{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .catalog-category-view .products.list.items.product-items .product-item-actions .actions-primary{
        width: auto;
    }
    .catalog-category-view .product-item:hover a.action.towishlist,
    .catalog-category-view .product-item:hover a.action.tocompare{
        right: inherit !important;
        left: inherit !important;
    }
    .products.wrapper.list.products-list .product-item-actions button.action.tocart.primary, 
    .products.wrapper.list.products-list a.action.towishlist, 
    .products.wrapper.list.products-list a.action.tocompare,
    .catalog-category-view .products.wrapper.list.products-list .products.list.items.product-items .product-item-actions button.action.tocart.primary,
    .catalog-category-view .products.wrapper.list.products-list .products.list.items.product-items .product-item-actions .amquote-addto-button{
            margin-right: 4px;
            margin-left: 0;
    }
    .catalog-category-view .products.wrapper.list.products-list .products.list.items.product-items .product-item-actions .actions-primary{
        margin-right: 0;
    }
    .catalogsearch-result-index.page-products .search.results .list.products-list .product-item-info .search_cat_dwn_img{
       display: table-cell;
    }
    .catalogsearch-result-index.page-products .search.results .products.wrapper.grid.products-grid .search_cat_dwn_img{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .wishlist-index-index .products-grid.wishlist .product-item-inner > .product-item-actions{
            left: 91px;
    }
    .wishlist-index-index .products-grid.wishlist .product-item-actions .action.delete::before{
        left: 0;
        right: 0;
    }
    .catalog-product-view .products-related li.product-item a.product.photo.product-item-photo .bss-bt-quickview a.bss-quickview{
        opacity: 1;
        left: inherit;
        right: inherit;
        width: 100%;
    }
    .catalogsearch-result-index.page-products .search.results li.product-item a.product.photo.product-item-photo .bss-bt-quickview a.bss-quickview{
        opacity: 1;
    }
    #quote-cart.minicart-items .product-item-details{
        width: 350px;
    }

}
@media screen and (max-width: 991.99px) {
    .threesixty-image-rotate .active {
        display: block !important;
    }

    .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar {
        width: 100px;
        margin: auto;
    }

    .threesixty-image-rotate .navigation-bar-wrapper .navigation-bar .navigation-bar-resize {
        display: none;
    }
    .customer-address-index .block.block-addresses-default,
    .customer-address-index .block.block-addresses-list,
    .customer-address-index .block.block-addresses-list{
        width: 100%;
        float: left;
    }
    .cart-container .form-cart{
        padding-right: 0;
        width: 100%;
        order: 1;
        float: left;
    }
    .cart-summary{
        width: 100%;
        float: left;
    }
    .cart-discount{
        width: 100%;
        float: left;
        order: 2;
        padding: 0;
    }
    .cart.table-wrapper .cart tbody td.item-actions a.action.action-edit{
        margin-bottom: 0;
    }
    .cms-conflict-free .page-main .column.main p{
        font-size: 18px;
    }
    .catalog-category-view li.item.product.product-item{
        width: 49% !important;
        margin-left: 0;
    }

    .catalog-category-view .products.wrapper.list.products-list li.item.product.product-item{
        width: 100% !important;
    }

    .catalog-category-view #mini-cart li.item.product.product-item{
        width: 100% !important;
    }
    .catalog-product-view .products-related .product-item{
            width: 25%;
    }
    .catalog-category-view .products.wrapper.grid.products-grid li.item.product.product-item {
        width: 50% !important;
    }
    .fotorama__arr{
        width: 40px !important;
    }
    .catalogsearch-result-index .search.results .products.wrapper.list.products-list .dwn_img {
        width: 50px;
    }
    .cart-summary._sticky {
        margin-bottom: 0;
    }
    .toolbar-bottom{
        clear: both;
    }
    
}
@media(max-width: 900px){
    .ol1 table>tbody>tr>td{
        font-size: 1.2rem;
        padding: 4px 5px;
    }

}
@media(max-width: 840px){
    .customer-account-login .login-container .block-new-customer .actions-toolbar {
        margin-top: 134px;
    }
    
}
@media(max-width: 818px){
    .cart.table-wrapper .cart tbody td.item-actions a.action.action-edit {
        margin-bottom: 5px;
    }
}
@media(max-width: 768.99px){
    .catalog-product-view .column.main {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    body.catalog-product-view .column.main .product-reviews-summary.empty,
    body.catalog-product-view .column.main .product-reviews-summary,
    body.catalog-product-view .column.main .page-title-wrapper.product,
    body.catalog-product-view .product.media{
       -ms-flex-order: -1 !important;
        -webkit-order: -1 !important;
        order: -1 !important;
    }
    .catalogsearch-result-index .search.results .products.wrapper.list.products-list .dwn_img {
        width: 50px;
        display: inline-block;
    }
    .control.custom_qty{
        max-width: 35px;
    }
    .custom_qty .qty_button{
        right: 0;
    }
    .cart.table-wrapper .product-item-details{
        display: block;
        text-align: center;
    }
    .cart.table-wrapper .product-item-name+.item-options{
        max-width: 203px;
        margin: 20px auto;
    }
    .cart.table-wrapper .cart tbody td.item-actions a.action.action-edit {
        margin-bottom: 0;
    }
    .amasty_quote-cart-index .cart.table-wrapper #shopping-cart-table tr td:first-child{
        width: auto;
    }
    .cart.table-wrapper .data.table .col.price, 
    .cart.table-wrapper .data.table .col.qty, 
    .cart.table-wrapper .col.price.qty, 
    .cart.table-wrapper .cart thead tr th.col, 
    .checkout-cart-index .table>tbody>tr>td .price, 
    .amasty_quote-cart-index .cart.table-wrapper .col.price .price-including-tax {
        text-align: center !important;
    }
    .amasty_quote-cart-index .cart.table-wrapper .col.subtotal{
        margin-top: 30px;
    }
    .wishlist-index-index .products-grid.wishlist .product-item-inner > .product-item-actions {
        position: absolute;
        bottom: 0;
        left: 200px;
    }
    .products.wrapper.list.products-list .product.details.product-item-details {
        display: block;
        float: left;
        width: 60%;
        text-align: left;
        clear: none;
        padding-top: 5px;
    }
    .arqspin_360video .fotorama__nav--dots .fotorama__nav__frame--thumb, 
    .arqspin_360video .fotorama__nav--dots .fotorama__thumb-border {
        display: inline-block !important;
        width: 120px !important;
        height: 120px !important;
            border: 1px solid #ddd;
    }
    .arqspin_360video .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left, 
    .arqspin_360video .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{
        display: block !important;
    }
    .arqspin_360video .fotorama__thumb-border{
        border:none !important;
        background-image: none;
    }
    .arqspin_360video.catalog-product-view.page-layout-1column .fotorama__nav{
        height: auto !important;
    }
    .arqspin_360video.catalog-product-view  aside.modal-popup .modal-inner-wrap{
        height: auto;
    }
    .checkout-cart-index .cart.table-wrapper .item .col.item,
    .checkout-cart-index .cart.table-wrapper .product-item-details dl.item-options{
        max-width: 100%;
    }
    .cart.table-wrapper .item-options dd{
        text-align: left;
    }
    .account.sales-order-history .order-products-toolbar.toolbar.bottom .pager ul.items.pages-items{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        float: none !important;
    }
    .am-filter-items-attr_price{
        max-width: 100%;
    }
    .minicart-items .product-item-details{
        max-width: 250px;
    }
    #quote-cart.minicart-items .product-item-details{
        max-width: 310px;
        width: auto;
    }
    .amquote-cart-wrapper.minicart-wrapper .block-minicart.block-quotecart {
        width: 350px;
    }
   
}
@media(max-width: 767.99px){
    .customer-account-login .block.block-customer-login {
        float: left;
        width: 100%;
    }
    .customer-account-login .block.block-new-customer{
        float: left;
        width: 100%;
    }
    .login-container .fieldset:after {
        text-align: left;   
        clear: both;
    }
    .customer-account-login .login-container .block-new-customer .actions-toolbar {
        margin-top: 0;
        padding-bottom: 60px;
    }
    .customer-account-create .actions-toolbar>.primary {
        float: left;
    }
    .customer-account-create .actions-toolbar{
        padding-bottom: 30px;
    }
    .customer-account-create .form-create-account .fieldset.create.account:after{
        float: left;
        text-align: left;
        margin: 0;
    }
    .catalog-product-view.page-layout-1column .product.media,
    .catalog-product-view.page-layout-1column .product-info-main{
        width: 100%;
    }
    .catalog-product-view.page-layout-1column .product.info.detailed{
            width: 95%;
    }
    .customer-address-index.account .page-title-wrapper .page-title{
            padding-bottom: 40px;
    }
    .customer-address-index .actions-toolbar {
        right: inherit;
        top: 30px;
        left: 0;
    }
    .cart.table-wrapper .cart thead tr th.col:last-child,
    .cart.table-wrapper .cart thead tr th{
        display: none;
    }
    .cart.main.actions button.action.update, .cart.main.actions button.action.clear, .cart.main.actions a.action.continue,
    .amasty_quote-cart-index .cart.main.actions button.clear-quote{
        width: 100%;
        margin-top: 8px;
    }
    #cart-totals{
        padding: 0;
    }
    .cart.table-wrapper .cart tbody tr{
        display: block;
        position: relative;
        text-align: center !important;
    }
    .cart.table-wrapper .cart tbody td{
        display: block;
        position: relative;
        text-align: center !important;
    }
    .cart-totals .totals tbody>tr:not(:last-child)>td:last-child{
            border-top: 1px solid #ccc;
    }
    .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp{
        display: block;
        float: none;
        width: 100%;
        text-align: center !important;
    }
    .cart.table-wrapper .product-item-photo {
        display: block;
        left: inherit;
        max-width: 150px;
        padding: 0;
        position: relative;
        top: inherit;
        width: 100%;
        margin: auto;
    }
    .cart.table-wrapper #shopping-cart-table .col.price .price-excluding-tax .price,
    .cart .totals .price, .checkout-cart-index .table>tbody>tr>td .price,
    .cart.table-wrapper .actions-toolbar{
        text-align: center;
    }
    .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp{
        padding: 0;
    }
    .cart-totals tbody .amount, .cart-totals tfoot .amount, 
    .opc-block-summary .table-totals tbody .amount, 
    .opc-block-summary .table-totals tfoot .amount,
    .cart .totals .price, .checkout-cart-index .table>tbody>tr>td.amount .price{
        text-align: right;
    }
    .cart-summary{
        margin-bottom: 0;
    }
    .checkout-cart-index .cart.table-wrapper{
        margin-bottom: 0;
    }
    .category-title h1 {
        font-size: 3.6rem;
    }
    .category-title p {
        font-size: 20px;
    }
    .page-layout-custom_category .nav-tabs{
        float: none !important;
    }
    .page-layout-custom_category .custom-category-wrapper .col-md-7.col-sm-12.pull-right{
        float: none !important;
        clear: both;
    }
    .customer-account-index .block.block-dashboard-orders .block-title,
    .customer-account-index .block.block-dashboard-addresses > .block-title, 
    .customer-account-index .block.block-dashboard-orders .block-title,
    .customer-account-index .block-reviews-dashboard > .block-title{
        text-align: left !important;
        align-items: inherit;
        justify-content: inherit;
        display: block;
    }
    .customer-account-index .sidebar.sidebar-additional,
    .sidebar.sidebar-additional{
        margin-top: 0;
    }
    .cms-conflict-free .page-main .column.main p{
        font-size: 14px;
    }
    .catalog-category-view li.item.product.product-item {
        width: 49% !important;
        margin-left: 0;
    }
    .catalog-product-view .products-related .product-item {
        width: 49%;
    }
    .products.wrapper.grid.products-grid.products-related .product-item:hover a.action.towishlist {
        right: 63px !important;
    }
    body.catalog-product-view .column.main .page-title-wrapper h1.page-title{
        margin-top: 0;
    }
    .block.block-search .field.search,
    .block.block-search .block.block-content{
        clear: both;
    }
    .minicart-items-wrapper .product .product-item-details .actions{
        float: right;
    }
    .magnify-lens{
        overflow: hidden;
        opacity: 0;
    }
    .catalog-category-view .modes,
    .modes{
        text-align: left;
        display: block !important;
    }
    .modes-mode>span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .catalog-category-view .modes-mode, .modes-mode {
        width: 26px;
        height: 26px;
        border-radius: 0 !important;
        background: #ffffff;
        float: none;
        padding: 0;
        line-height: inherit;
        border: 1px solid #ccc;
        color: #ccc;
        display: inline-block;
        text-align: center;
        line-height: 1.5;
    }
    .catalog-category-view .modes-mode.active, .catalog-category-view .modes-mode:hover, .modes-mode.active, .modes-mode:hover {
        background: #fecc0b;
        border-color: #fecc0b;
        box-shadow: none;
        color: #fff;
    }
    .modes-mode:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: inherit;
        color: #7d7d7d;
        content: '\e60d';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .catalog-category-view .modes-mode:before, .modes-mode:before {
        color: inherit;
    }
    .mode-list:before {
        content: '\e60b';
    }
    .modes-label{
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .catalog-category-view #toolbar-amount {
        display: inline-block;
        text-align: left;
        float: left;
        position: absolute;
        left: 90px;
        top: 5px;
        padding: 0;
    }
    /*.catalog-category-view li.item.product.product-item{
        width: 100% !important;
        display: table;
    }*/
    .products.wrapper.list.products-list li .product-item-info > a {
        width: 40%;
    }
    #layer-product-list .toolbar.toolbar-products:last-child,
    .catalog-category-view #toolbar-amount{
        display: none;
    }
    .catalog-category-view .products.wrapper.grid.products-grid li.item.product.product-item {
        width: 50% !important;
        float: left;
            display: block;
    }
    #layered-filter-block-container .block-title.filter-title strong{
        border-radius: 0;
        margin-left: 20px;
        margin-top: 30px;
        border-color: red;
        font-size: 1.4rem;
        background: #fecc0b;
        border-color: #fecc0b;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
    }
    .catalogsearch-result-index #layered-filter-block-container .block-title.filter-title strong{
        margin-left: 0;
    }
    #layered-filter-block-container .block.filter.active .block-title.filter-title strong{
        margin-top: -6px;
        padding-left: 0;
        padding: 8px 10px;
        margin-right: 10px;
    }
    #layered-filter-block-container .block.filter.active .block-title.filter-title strong:after{
        margin-left: 10px;
        font-size: 14px;
        color: #fff;
    }
    .filter-options-content a{
            padding: 0;
        font-size: 13px;
        display: block !important;
    }
    #layered-filter-block .item a::before{
        top: 4px;
    }
    .filter-options-content a{
        display: inline-block !important;
    }
    .filter-options-content a:hover{
        background-color: transparent;
        text-decoration: none;
        color: #fecc0b;
    }
    .filter-options-content .count {
        color: #000;
        font-weight: 600;
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: middle;
    }
    .page-products .products-grid .product-item, 
    .page-layout-1column .products-grid .product-item, 
    .page-layout-3columns .products-grid .product-item, 
    .page-products.page-layout-1column .products-grid .product-item, 
    .page-products.page-layout-3columns .products-grid .product-item{
        width: 49%;
        float: left;
        text-align: center;
    }
    .page-products .search.results .product-item-info{
        width: 100%;
        text-align: center;
    }
    .checkout-shipping-method #shipping-method-buttons-container.actions-toolbar .action.primary{
        float: left;
        width: auto;
    }
    .checkout-index-index header .header.content{
        padding-bottom: 20px !important;
    }
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper{
        margin-top: 0;
        padding-top: 15px;
     }
    .checkout-index-index .opc-block-summary .table-totals tr.totals.shipping.excl span.label{
        padding-left: 0;
    }
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty{
        margin-top: 0;
        top: 15px;
    }
    .checkout-index-index #checkout .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before{
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        font-size: 3.4rem;
    }
    .checkout-index-index #checkout .opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty{
        display: none;
    }
    
    
    form.form.form-edit-account .field.email,
    form.form-address-edit .col-xs-12.col-sm-4,
    form.form-address-edit .col-sm-6.col-xs-12{
        margin-bottom: 15px;
    }
    .customer-address-form form.form-address-edit .field.field-name-lastname,
    form.form-address-edit .field.street, 
    form.form-address-edit .field.taxvat, 
    form.form-address-edit .field.city{
        margin-bottom: 0;
    }
    .account.sales-order-history .order-products-toolbar.toolbar.bottom .pager ul.items.pages-items{
        display: block;
        justify-content: inherit;
        align-items: inherit;
        width: auto;
        float: left;
        text-align: left;
        margin-left: 10px;
        padding-left: 0;
    }
    .account.sales-order-history .order-products-toolbar.toolbar.bottom .pager{
            float: right;
            width: 100%;
    }
    .account.sales-order-history .order-products-toolbar.toolbar.bottom .pager .pages{
        float: left;
    }
    .account.sales-order-history .order-products-toolbar.toolbar.bottom .pager .limiter{
        float: right;
    }
    #shopping-cart-table td.col.qty .control.qty label{
        position: relative;
    }
    .cart-container .form-cart .actions.main{
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .amasty_quote-cart-index .cart.table-wrapper .data.table .col.qty .control.qty{
        display: inline-block;
        width: auto;
        max-width: 60px;
    }
    .amasty_quote-cart-index .cart.table-wrapper .add-note-quote{
        display: inline-block;
        margin-bottom: 10px;
    }
    .amasty_quote-cart-index .cart.table-wrapper .col.subtotal{
        text-align: center !important;
    }
    .catalog-product-view #product-options-wrapper > .fieldset > .field:last-child{
        width: 100%;
    }
    .products-grid.wishlist .product-item .product-item-info{
        width: 100%;
    }
    .wishlist-index-index .products-grid.wishlist .product-item-inner > .product-item-actions{
        left: 68px;
    }
    .wishlist-index-index form.form-wishlist-items .actions-toolbar .primary{
        display: flex;
        text-align: center;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }
    .wishlist-index-index form.form-wishlist-items .actions-toolbar .action.update, 
    .wishlist-index-index form.form-wishlist-items .actions-toolbar .action.share, 
    .wishlist-index-index form.form-wishlist-items .actions-toolbar .action.tocart{
        margin-bottom: 0;
        min-width: 10px;
        width: 100%;
    }
    #co-shipping-form #shipping-new-address-form .field, 
    .checkout-payment-method .field-select-billing > form > fieldset.fieldset.address .field, 
    .checkout-payment-method .billing-address-form > form > fieldset.fieldset.address .field{
        width: 100%;
        margin-bottom: 10px;
    }
    #co-shipping-form #shipping-new-address-form fieldset.field.street > div.control, 
    .checkout-payment-method .billing-address-form > form > fieldset.fieldset.address fieldset.field.street > div.control, 
    .checkout-payment-method .field-select-billing > form > fieldset.fieldset.address fieldset.field.street > div.control {
        display: block;
        justify-content: inherit;
        align-items: inherit;
        width: 100%;
        margin: 0;
    }
    #co-shipping-form #shipping-new-address-form .field.additional,
    .checkout-payment-method .billing-address-form > form .field.additional,
    .checkout-payment-method .field-select-billing > form .field.additional{
        margin-top: 10px !important;
    }
    #amasty-shopby-product-list .toolbar.toolbar-products + .toolbar.toolbar-products{
        display: none;
    }
    .catalog-category-view li.product-item .product-item-info:hover .ol1,
    .ol1{
        display: none;
    }
    form.form.form-edit-account .field.email.required,
    form.form.form-edit-account .field.password.current.required,
    form.form.form-edit-account .field.new.password.required,
    .field.confirmation.password.required{
            width: 100%;
        float: left;
    }
    .checkout-onepage-success .print{
        display: inline-block;
        font-size: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        line-height: 1;
        text-align: center;
    }
    .checkout-onepage-success .print::before {
        font-size: 14px;
        margin: 7px;
    }
    .checkout-onepage-success h1.page-title{
        text-align: left;
        font-size: 16px;
    }
    .checkout-payment-method .payment-method-title.field.choice input[type=radio]{
        margin-top: 5px;
    }
    form.form.search.advanced .fieldset>.field{
        width: 100%;
        margin-bottom: 15px;
    }
    form.form.search.advanced .fieldset>.field select{
        height: auto;
    }
    .form.search.advanced .actions-toolbar .primary .action{
        margin-top: 15px;
    }
    .col-sm-6.col-xs-12.nested {
        margin-top: 15px;
    }
    .modal-popup.confirm .modal-inner-wrap .modal-content{
        padding-right: 1.5rem;
    }

    .arqspin_360video .fotorama__nav--dots .fotorama__nav__frame--thumb, 
    .arqspin_360video .fotorama__nav--dots .fotorama__thumb-border {
        display: inline-block !important;
        width: 90px !important;
        height: 90px !important;
            border: 1px solid #ddd;
    }
   .arqspin_360video .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left, 
   .arqspin_360video .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{
        display: block !important;
    }
    .arqspin_360video .fotorama__thumb-border{
        border:none !important;
        background-image: none;
    }
    .arqspin_360video.catalog-product-view.page-layout-1column .fotorama__nav{
        height: auto !important;
    }
   .arqspin_360video.catalog-product-view aside.modal-popup .modal-inner-wrap{
        height: auto;
        webkit-transform: inherit !important;
        transform: inherit !important;
    }
    .arqspin_360video .fotorama__nav--dots .fotorama__nav__frame{
        display: none;
    }
    .arqspin_360video.catalog-product-view .modal-slide._show, 
    .arqspin_360video.catalog-product-view .modal-popup._show{
        left: 0;
        width: 100%;
    }
    .arqspin_360video.catalog-product-view aside.modal-popup .modal-inner-wrap{
        max-width: 100%;
        margin: 90px auto;
        width: 90%;
    }

}
@media(max-width: 767px){
    ol.products.list.items.product-items .product-image-wrapper{
        height: auto;
        padding-bottom: 0 !important;
    }
    ol.products.list.items.product-items .product-image-wrapper .product-image-photo{
        bottom: inherit;
        display: block;
        height: auto;
        left: inherit;
        margin: auto;
        max-width: 100%;
        position: relative;
        right: inherit;
        top: inherit;
    }
}
@media(max-width: 680.99px){
    .catalog-product_compare-index .data.table.table-comparison strong.product-item-name{
        width: auto;
        white-space: inherit;
        overflow: visible;
        text-overflow: inherit;
    }
    .catalog-product-view #product-options-wrapper > .fieldset > .field{
        margin-bottom: 20px;
    }
    .catalog-product-view #product-options-wrapper > .fieldset > .field:first-child {
        min-height: 74.6px;
    }
    .responsive-iframe{
        left:10px;
    }
}
@media(max-width: 640.99px){
    .category-title h1 {
        font-size: 2.6rem;
    }
    .category-title p {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .category-title p span{
        display: inline;
    }
    .button_widget .action.primary{
        padding: 10px 10px;
        font-size: 14px;
    }
    .catalog-category-view li.item.product.product-item {
        padding-bottom: 40px !important;
        margin-bottom: 0 !important;
    }
    .ol1{
        max-height: 203px;
        max-width: 260px;
        margin: auto;
    }
    body.catalog-product-view .column.main .product-info-main .additional-attributes-wrapper.table-wrapper{
        border-top:none;
    }
    .catalog-product-view.page-layout-1column .column.main .product-info-main{
       padding-top: 30px;
    }
    .search.results .products.wrapper.grid.products-grid .product.actions.product-item-actions{
        position: relative;
    }
    .block.related .related-available .product-item-name {
        margin-left: 0;
    }
    .products.wrapper.grid.products-grid li.item.product.product-item .product-item-info .product.name.product-item-name a.product-item-link {
        padding: 0;
    }
    #co-shipping-method-form{
        background-color: transparent;
        border:none;
    }
    body.catalog-product-view .page-title-wrapper.product span.product-sku{
        padding: 5px 15px;
    }
    body.catalog-product-view .page-title-wrapper.product{
        display: block;
    }
    .responsive-iframe {
        left: -4px;
    }
    
}
@media(max-width: 576.99px){
    .page-layout-custom_category .tab-inner{
        display: inline-block;
    }
    .catalog-category-view li.item.product.product-item,
    .catalog-product-view .products-related .product-item,
    .products-grid .product-item,
    .catalog-category-view .products.wrapper.grid.products-grid li.item.product.product-item{
        width: 100% !important;
            margin: 0;
    }
    
    .catalogsearch-result-index .products.wrapper.grid.products-grid .product-item-info {
        width: 100%;
    }
    .toolbar-products {
        padding: 0 15px;
        padding-left: 0;
    }
    .products.wrapper.grid.products-grid li.item.product-item .product-image-wrapper{
        padding-bottom: 0 !important;
        height: auto;
    }
    .products.wrapper.grid.products-grid li.item.product-item .product-image-photo{
        position: relative;
        top: inherit;
        bottom: inherit;
        right: inherit;
        left: inherit;
        height: auto;
        width: auto;
    }
    #layered-filter-block-container .block-title.filter-title strong{
        position: relative;
        z-index: 2;
        float: right;
        margin-top: 0;
        margin-bottom: 10px;
        margin-right: 25px;
    }
    .catalog-category-view.page-products .columns{
        padding-top: 0 !important;
        
    }
    .catalog-category-view .modes{
        margin-top: 10px !important;
    }
    .page-products .sorter{
        top: 10px;
    }
    header .minicart-wrapper .action.showcart .counter.qty{
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }
    form.form.form-edit-account, .account.customer-address-form form.form-address-edit{
        padding: 25px 10px;
    }
    .cart-container .form-cart .actions.main{
        text-align: center;
        display: block;
        justify-content: inherit;
        align-items: inherit;
    }
    body.catalog-product-view .breadcrumbs .items{
        max-width: 100%;
        padding: 0 15px;
    }
    table#product-attribute-specs-table tbody td.col.data{
        font-size: 12px;
    }
    table#product-attribute-specs-table tbody td.col.data::before{
        min-width: 190px;
    }
    .catalog-product-view .modal-slide._show, .catalog-product-view .modal-popup._show{
        left: inherit;
        right: inherit;
    }
    .arqspin_patch1{
        min-height: 300px;
    }
    
}
@media(max-width: 480px){
    .page-products.page-layout-custom_category .columns{
        padding-top: 0px;
    }
    .page-layout-custom_category .custom-container{
        max-width: 100%;
        padding: 0 15px;
    }
    .category-title h1 {
        font-size: 2rem;
    }
    .category-title p{
            font-size: 16px;
    }
    .widget_product_video iframe {
        min-height: 160px;
    }
    .page-layout-custom_category .desc-header-title{
        font-size: 18px;
    }
    .page-layout-custom_category .desc-content-{
        font-size: 14px;
    }
    .widget-description-container{
        padding: 0 30px;
    }
    .catalog-category-view .page-main {
        padding: 0;
    }
    .catalog-category-view .sidebar.sidebar-additional,
    .sidebar.sidebar-additional{
        padding: 0 15px;
    }
    #checkout-shipping-method-load table.table-checkout-shipping-method>thead>tr>th, 
    #checkout-shipping-method-load table.table-checkout-shipping-method>tbody>tr>th,
    #checkout-shipping-method-load table.table-checkout-shipping-method>tfoot>tr>th, 
    #checkout-shipping-method-load table.table-checkout-shipping-method>thead>tr>td, 
    #checkout-shipping-method-load table.table-checkout-shipping-method>tbody>tr>td, 
    #checkout-shipping-method-load table.table-checkout-shipping-method>tfoot>tr>td{
        white-space: normal;
        font-size: 1.2rem;
    }
    .checkout-index-index .opc-block-summary{
        padding: 20px 20px;
        padding-left: 10px;
    }
    .checkout-index-index .opc-block-summary .items-in-cart .product .item-options dd{
        font-size: 1.2rem;
    }
    .checkout-index-index .modal-slide._inner-scroll .modal-footer{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .catalog-product-view.page-layout-1column .box-tocart .fieldset{
        display: block;
    }
    .catalog-product-view.page-layout-1column .box-tocart .field.qty{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .catalog-product-view.page-layout-1column .box-tocart .actions{
        display: flex;
        width: 100%;
        padding: 0;
        justify-content: space-between;
        align-items: center;
            min-width: 100px;
    }
    .catalog-product-view.page-layout-1column .product-info-main .product-add-form{
        padding-top: 0;
    }
    .catalog-product-view.page-layout-1column .box-tocart .actions .action.primary.tocart, 
    .catalog-product-view .product-add-form .product-options-bottom .amquote-addto-button.action, 
    .product-add-form .amquote-addto-button.action,
    .catalog-product-view.page-layout-1column .box-tocart .actions .action.primary.tocart{
        width: 50% !important;
    }
    .account.sales-order-history .order-products-toolbar.toolbar.bottom .pager{
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
            margin-top: 0;
    }
    .account.sales-order-history .order-products-toolbar.toolbar.bottom .pager .limiter{
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
    .wishlist-index-index form.form-wishlist-items .actions-toolbar .primary{
        display: block;
        justify-content: inherit;
        align-items: inherit;
    }
    .wishlist-index-index form.form-wishlist-items .actions-toolbar .action.update, 
    .wishlist-index-index form.form-wishlist-items .actions-toolbar .action.share, 
    .wishlist-index-index form.form-wishlist-items .actions-toolbar .action.tocart{
        margin-bottom: 6px;
    }
    .products.wrapper.list.products-list .product-item-name, .products.wrapper.list.products-list .product.name a{
        max-width: 220px;
    }
    .amquote-cart-wrapper.minicart-wrapper .block-minicart.block-quotecart {
        width: 320px;
            right: -10px;
    }
    #quote-cart.minicart-items .product-item-details{
        width: 280px;
    }
    
}
@media(max-width: 420px){
    .customer-account-login .actions-toolbar .secondary {
        float: left;
        width: 100%;
        text-align: left;
    }
    .customer-account-login .actions-toolbar .primary {
        float: left;
    }
    .customer-account-login .block.block-customer-login{
        margin-bottom: 0;
    }
    .compare-popup{
        left: 5px !important;
        width: 280px !important;
    }
    .catalog-product_compare-index .data.table.table-comparison tbody th, .catalog-product_compare-index .data.table.table-comparison tbody td{
        padding: 4px;
    }
    .catalog-product_compare-index .data.table.table-comparison tbody th,
    .catalog-product_compare-index .data.table.table-comparison tbody td{
        font-size: 1rem;
    }
    .catalog-product_compare-index .data.table.table-comparison .price-container .price {
        font-size: 1.1rem;
    }
    .catalog-product-view #product-options-wrapper > .fieldset > .field:first-child {
        min-height: 10px;
    }
    .catalog-product-view #product-options-wrapper > .fieldset > .field:nth-child(2), .catalog-product-view #product-options-wrapper > .fieldset > .field:nth-child(4){
        float: left;
    }
    .catalog-product-view #product-options-wrapper > .fieldset > .field{
        width: 100%;
    }
}
@media(max-width: 400px){
    .stoneButton_display .action.primary{
        padding: 5px 8px;
        font-size: 1.3rem;
    }
    .products.wrapper.list.products-list li .product-item-info > a{
        width: 100%;
    }
    .catalogsearch-result-index.page-products .search.results .list.products-list .product-item-info .search_cat_dwn_img{
        display: flex;
       width: 100%;
       justify-content: center;
       align-items: center;
       flex-wrap: wrap;
    }
    .catalogsearch-result-index.page-products .products.wrapper.list.products-list .product.details.product-item-details {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .catalogsearch-result-index.page-products .products.wrapper.list.products-list .product-item-inner{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}
@media(max-width: 360.99px){
    .minicart-wrapper .block-minicart{
        width: 280px;
    }
    .catalogsearch-result-index .search.results .products.wrapper.list.products-list .product-item .product-item-actions button.action.tocart.primary,
    .products.wrapper.list.products-list .product-item .product-item-actions button.action.tocart.primary{
        font-size: 1.1rem;
    }
    .catalogsearch-result-index .search.results .products.wrapper.list.products-list .product.name a,
    .products.wrapper.list.products-list .product.name a{
        font-size: 1.4rem;
    }
    .products.wrapper.list.products-list .product-item .product-reviews-summary .reviews-actions{
        margin-left: -20px;
        margin-top: 5px;
    }
    .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty{
        width: 15px;
        height: 15px;
        min-width: 15px;
        font-size: 10px;
    }
    .amquote-cart-wrapper.minicart-wrapper.-active .block-quotecart{
            right: -10px;   
    }
    .products.wrapper.list.products-list .product-item-name, .products.wrapper.list.products-list .product.name a {
        max-width: 200px;
    }
    .amquote-cart-wrapper.minicart-wrapper .block-minicart.block-quotecart {
        width: 270px;
    }
    #quote-cart.minicart-items .product-item-details{
        width: 240px;
    }
}
.search.results .product-item-actions button.action.tocart.primary{
        top: 10px;
}
.search.results li.product-item .product-item-info:hover .ol1{
    opacity: 1;
    visibility: visible;
}
.search.results .product-item .product-item-info:hover .bss-quickview{
    opacity: 1;
}
form.form.search.advanced .fieldset>.field.third_metal,
form.form.search.advanced .fieldset>.field.diamond1_setting,
form.form.search.advanced .fieldset>.field.diamond1_ctweight,
form.form.search.advanced .fieldset>.field.diamond1_max_clarity,
form.form.search.advanced .fieldset>.field.gem1_shape,
form.form.search.advanced .fieldset>.field.gem1_qty,
form.form.search.advanced .fieldset>.field.gem1_clarity,
form.form.search.advanced .fieldset>.field.cert_num{
    float: right;
} 

.toolbar-bottom .toolbar-products .pages{
    display: flex !important;
}
#download_item_images{
    position: relative;
}
.k2_bulk_download2{
    position: absolute;
    top: -5px;
    right: 25px;
    padding: 0;
    width: auto;
}
@media(max-width: 767px){
    .k2_bulk_download2{
        top: -13px;
    }
}