#pl_form {
    font-family: Helvetica, arial, sans-serif;
    text-align: left;
    font-size: 12px;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    margin: 25px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.btn-default {
    color: #FFFFFF;
    background-color: rgba(199, 0, 0, 1);
    border-color: rgba(222, 0, 0, 1);
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    padding: .8em 1em;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.isActive,
.open .dropdown-toggle.btn-default {
    color: #FFFFFF;
    background-color: rgba(222, 0, 0, 1);
    border-color: rgba(222, 0, 0, 1);
}

.btn-default:active,
.btn-default.isActive,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.isActive,
.btn-default[disabled].isActive,
fieldset[disabled] .btn-default.isActive {
    background-color: rgba(222, 0, 0, .75);
    border-color: rgba(222, 0, 0, .9);
}

.btn-default .badge {
    color: #162F58;
    background-color: #FFFFFF;
}

.btn-important {
    color: #fff;
    background-color: rgb(60, 60, 60);
    border-color: rgb(20, 20, 20);
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    padding: .8em 1em;
}

.btn-important:hover,
.btn-important:focus,
.btn-important:active,
.btn-important.active,
.open .dropdown-toggle.btn-important {
    background-color: rgb(20, 20, 20);
    border-color: rgb(20, 20, 20);
    color: #fff;
}

.btn-important:active,
.btn-important.active,
.open .dropdown-toggle.btn-important {
    color: #fff;
    background-image: none;
}

.btn-important.disabled,
.btn-important[disabled],
fieldset[disabled] .btn-important,
.btn-important.disabled:hover,
.btn-important[disabled]:hover,
fieldset[disabled] .btn-important:hover,
.btn-important.disabled:focus,
.btn-important[disabled]:focus,
fieldset[disabled] .btn-important:focus,
.btn-important.disabled:active,
.btn-important[disabled]:active,
fieldset[disabled] .btn-important:active,
.btn-important.disabled.active,
.btn-important[disabled].active,
fieldset[disabled] .btn-important.active {
    background-color: rgb(80, 80, 80);
    border-color: rgb(60, 60, 60);
}

.btn-important .badge {
    color: rgb(255, 175, 0);
    background-color: #000000;
}

.btn.btn-product {
    padding: .75em .5em;
    background-color: transparent;
    color: rgba(0, 0, 0, 1);
    transition: all .5s ease;
    display: block;
    text-align: left;
    border: 1px solid rgba(100, 100, 100, .5);
    position: relative;
}

.btn.btn-product:hover {
    background-color: rgba(200, 200, 200, .5);
}

.btn.btn-product.active {
    background-color: rgba(200, 200, 200, .1);
    color: rgba(222, 0, 0, 1);
    font-weight: 700;
    border: 1px solid rgba(222, 0, 0, 1);
}

.btn.btn-product.active:after {
    content: '\2691';
    padding-left: 5px;
    position: absolute;
    right: 12px;
    font-size: 90%;
    font-weight: 600;
}

#pl_order_btn {
    text-transform: uppercase;
    font-size: 1.6em;
    color: #fff;
    background-color: rgb(147, 177, 26);
    border-color: rgb(123, 142, 48);
    font-weight: 600;
    padding: .8em 1em;
}

#pl_order_btn.hover,
#pl_order_btn:hover,
#pl_order_btn.active,
#pl_order_btn:active {
    color: #fff;
    background-color: rgb(116, 140, 22);
}

#pl_form {
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: .5em;
}

#pl_form .card-header {
    background: #164185;
    color: #fff;
}

#pl_form .table tbody th {
    width: 1%;
    white-space: nowrap
}


}
#pl_order {
    margin-top: 6em
}
#pl_order_dialog .modal-header {
    background-color: #444;
    border-bottom: 1px solid #222;
    color: #f8f8f8;
    border-radius: 0;
}
@media (max-width: 767.98px) {
    #pl_order_dialog .modal-header {
        background-image: none
    }
}
#pl_order_dialog .modal-title {
    font-size: 1.2em;
    line-height: 24px;
}
#pl_order_dialog .modal-header .close {
    margin: 0;
    padding: 0;
    color: #fff;
}
#pl_form label,
#pl_order_dialog label {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px;
}
.d-lg-flex .btn {
    margin-right: 4px;
}
.d-lg-flex .btn:last-child {
    margin-right: 0;
}
#pl_product_buy_container {
    margin-top: 34px;
    display: none;
    border: 1px solid rgb(211, 0, 0);
    background-color: #eee;
    padding: 15px 25px;
    border-radius: 10px;
    position: relative
}
#pl_product_buy_container::before,
#pl_product_buy_container::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-color: transparent;
    border-style: solid;
    background: #fff;
}
#pl_product_buy_container::before {
    border-width: 0;
}
#pl_product_buy_container::after {
    border-radius: 8px;
    border-width: 20px;
    border-left-color: rgb(60, 60, 60);
    border-top-color: rgb(60, 60, 60);
}
#pl_price {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    background: rgba(222, 0, 0, 1);
    padding: 10px 0;
    color: #fff;
    border-radius: 5px;
}
#pl_price small {
    font-size: 30px;
    font-weight: bold;
}
#pl_price_tax {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1em;
    margin-top: 12px;
}
#pl_price_info {
    margin: 2em 4em;
    font-size: 13px;
}
.modal-open {
    overflow: hidden
}
.modal-open #pl_form .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
}
#pl_form .modal-footer {
    border-top: 1px solid #aaa;
    background: #fff;
    border-radius: 0;
}
#pl_form .invalid-feedback {
    font-size: 11px;
}
#pl_form .order-info {
    background-color: rgba(235, 170, 29, .25);
    border: 1px solid rgba(235, 170, 29, 1);
    padding: 15px;
    border-radius: 5px;
    font-size: 13px;
}
#pl_form .flex-break {
    width: 100%;
}
#pl_form .product {
    background: rgba(222, 0, 0, 0);
    color: rgba(222, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 5px;
    border-radius: 5px;
    transition: all .35s ease;
    cursor: pointer;
    margin-bottom: 20px;
}
#pl_form .product:hover {
    background:rgba(222,0,0,1);
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 0, 0, 1);
}
#pl_form .product .product-image {
    border-radius: 8px;
    background-position: center center;
    background-size: cover;
    width: 90%;
    height: 15em;
    margin: 20px auto;
    transition: all .35s ease;
}
#pl_form .product h1 {
    font-size: 18px;
    padding: 10px;
    font-weight: 400;
    transition: border .35s ease;
}
#pl_form #pl_product_buttons .product-block.isActive .product {
    //background:rgba(222,0,0,1);
}
#pl_form #pl_product_buttons .product-block .product h1 {
    color: rgba(222, 0, 0, 1);
}
#pl_form #pl_product_buttons .product-block.isActive .product h1,
#pl_form #pl_product_buttons .product-block:hover .product h1 {
    color: rgba(255, 255, 255, 1);
    background: rgba(222, 0, 0, 1);
    border-radius: 3px;
}
#pl_form #pl_product_buttons .product-block.animate {
    transform: scale(.8) rotateX(-180deg);
    opacity: 0;
    transition: all .75s ease;
}
#pl_form #pl_product_buttons .product-block.animate.on {
    transform: scale(1) rotateX(0);
    opacity: 1;
    transition: all .75s ease;
}
#pl_form #pl_product_buttons .product h1 {
    font-size: 14px;
}
#pl_form #pl_product_buttons .product .product-image {
    font-size: 14px;
    width: 100%;
    height: 8em;
}
#pl_form .product hr {
    width: 100%;
    height: 2px;
    background-color: rgba(222, 0, 0, 1);
    border: none;
    margin: 5px 0;
    transition: all .35s ease;
}
#pl_form .product:hover hr {
    width: 0;
}
#pl_form .product h1 i {
    font-style: normal;
    margin-left: 4px;
    font-size: 50%;
    vertical-align: middle;
    float: right;
    line-height: 250%;
}
#pl_product_info_container .product-image img {
    width: 100%;
}
#pl_product_info_container h1 {
    background: #eee;
    color: #444;
    margin: 0;
    padding: 16px;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    font-weight: 700;
}
#pl_product_info_container .image {
    width: 100%;
    padding-top: 75%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0 0 5px 5px;
    border: 1px solid #eee;
}
#pl_form .orderingBox {
    max-width: 1000px;
    margin: auto;
}
#pl_form .orderingBox input,
#pl_form .orderingBox select,
#pl_form .orderingBox textarea {
    font-size: .9em;
}
#pl_paypal {
    max-width: 40em;
    margin: 4em auto;
}
#pl_paypal_heading {
    font-size: 1.5em;
    margin: 0 0 1em;
    font-weight: 600;
}
#pl_paypal_info {
    margin: 2em 4em;
    font-size: 1em;
}
#pl_payment_info {
    font-size: 1.2em;
}
#headings_div {
    margin-top: 10px;
}
.animation-ctn {
    text-align: center;
    margin-top: 5em;
}
@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }
    
    100% {
        stroke-dashoffset: 200px
    }
}
@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }
    
    100% {
        stroke-dashoffset: 200px
    }
}
@keyframes checkmark {
    0% {
        stroke-dashoffset: 100px
    }
    
    100% {
        stroke-dashoffset: 0px
    }
}
@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
    }
    
    100% {
        stroke-dashoffset: 960px;
    }
}
@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }
    
    100% {
        stroke-dashoffset: 480px
    }
}
@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 480px
    }
    
    100% {
        stroke-dashoffset: 960px
    }
}
@keyframes colored-circle {
    0% {
        opacity: 0
    }
    
    100% {
        opacity: 100
    }
}

/* other styles */

/* .svg svg {
			display: none
		}
		 */
.inlinesvg .svg svg {
    display: inline
}

/* .svg img {
			display: none
		} */
.icon--order-success svg polyline {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}
.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg circle#colored {
    -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
    animation: colored-circle 0.6s ease-in-out 0.7s backwards;
}
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper>.lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade>* {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade>* {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade>*.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade>*.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg>li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg>li a {
    background-color: rgba(222, 0, 0, .35);
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: rgba(222, 0, 0, 1);
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* End of Gallery*/

/* slider actions */
.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction>a:hover {
    opacity: 1;
}
.lSAction>.lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction>.lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction>a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider>* {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction>a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction>.lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction>.lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

/* vertical */

/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }
    
    50% {
        left: -15px;
    }
    
    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }
    
    50% {
        left: -15px;
    }
    
    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }
    
    50% {
        top: -15px;
    }
    
    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }
    
    50% {
        top: -15px;
    }
    
    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }
    
    50% {
        left: 15px;
    }
    
    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }
    
    50% {
        left: 15px;
    }
    
    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    
    50% {
        bottom: -15px;
    }
    
    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    
    50% {
        bottom: -15px;
    }
    
    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab>* {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.lightSlider.lsGrabbing>* {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}
#pl_form .modal-dialog.modal-xl {
    position: fixed;
    min-width: 100%;
    width: !00%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    margin: 0;
}
#pl_form .modal-body {
    height: 100%;
    overflow-y: auto;
}
#pl_form .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
#pl_form .loading {
    text-align: center;
    color: #aaa;
    margin: 2em auto;
}
#pl_form .modal-body .loading {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: -60px;
}
a.link {
    color: #162F58;
    text-decoration: none;
    cursor: pointer;
}
a.link:hover,
a.link.hover {
    color: #222222
}
.btn .icon,
.link .icon {
    width: 1.2em;
    vertical-align: baseline;
    margin: 0 5px 0 0;
}